mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
parent
d9112daf48
commit
7e48e4407c
8 changed files with 0 additions and 168 deletions
|
|
@ -696,20 +696,6 @@ public:
|
|||
*/
|
||||
virtual mozilla::dom::ShadowRoot *GetContainingShadow() const = 0;
|
||||
|
||||
/**
|
||||
* Gets an array of destination insertion points where this content
|
||||
* is distributed by web component distribution algorithms.
|
||||
* The array is created if it does not already exist.
|
||||
*/
|
||||
virtual nsTArray<nsIContent*> &DestInsertionPoints() = 0;
|
||||
|
||||
/**
|
||||
* Same as DestInsertionPoints except that this method will return
|
||||
* null if the array of destination insertion points does not already
|
||||
* exist.
|
||||
*/
|
||||
virtual nsTArray<nsIContent*> *GetExistingDestInsertionPoints() const = 0;
|
||||
|
||||
/**
|
||||
* Gets the assigned slot associated with this content.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue