Home
last modified time | relevance | path

Searched refs:InsertSheetAt (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DShadowRoot.h91 void InsertSheetAt(size_t aIndex, StyleSheet&);
112 InsertSheetAt(SheetCount(), aSheet); in AppendStyleSheet()
H A DDocumentOrShadowRoot.h249 void InsertSheetAt(size_t aIndex, StyleSheet& aSheet);
H A DShadowRoot.cpp377 void ShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in ShadowRoot
378 DocumentOrShadowRoot::InsertSheetAt(aIndex, aSheet); in InsertSheetAt()
H A DDocumentOrShadowRoot.cpp76 void DocumentOrShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in mozilla::dom::DocumentOrShadowRoot
H A DDocument.h1687 void InsertSheetAt(size_t aIndex, StyleSheet&);
1697 InsertSheetAt(SheetCount(), *aSheet); in AddStyleSheet()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DShadowRoot.h89 void InsertSheetAt(size_t aIndex, StyleSheet&);
110 InsertSheetAt(SheetCount(), aSheet); in AppendStyleSheet()
H A DDocumentOrShadowRoot.h265 void InsertSheetAt(size_t aIndex, StyleSheet& aSheet);
H A DShadowRoot.cpp372 void ShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in ShadowRoot
373 DocumentOrShadowRoot::InsertSheetAt(aIndex, aSheet); in InsertSheetAt()
H A DDocumentOrShadowRoot.cpp75 void DocumentOrShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in mozilla::dom::DocumentOrShadowRoot
H A DDocument.h1666 void InsertSheetAt(size_t aIndex, StyleSheet&);
1676 InsertSheetAt(SheetCount(), *aSheet); in AddStyleSheet()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DShadowRoot.h91 void InsertSheetAt(size_t aIndex, StyleSheet&);
112 InsertSheetAt(SheetCount(), aSheet); in AppendStyleSheet()
H A DDocumentOrShadowRoot.h249 void InsertSheetAt(size_t aIndex, StyleSheet& aSheet);
H A DShadowRoot.cpp377 void ShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in ShadowRoot
378 DocumentOrShadowRoot::InsertSheetAt(aIndex, aSheet); in InsertSheetAt()
H A DDocumentOrShadowRoot.cpp76 void DocumentOrShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in mozilla::dom::DocumentOrShadowRoot
/dports/www/firefox/firefox-99.0/dom/base/
H A DShadowRoot.h101 void InsertSheetAt(size_t aIndex, StyleSheet&);
138 InsertSheetAt(SheetCount(), aSheet); in AppendStyleSheet()
H A DDocumentOrShadowRoot.h249 void InsertSheetAt(size_t aIndex, StyleSheet& aSheet);
H A DShadowRoot.cpp414 void ShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in ShadowRoot
415 DocumentOrShadowRoot::InsertSheetAt(aIndex, aSheet); in InsertSheetAt()
H A DDocumentOrShadowRoot.cpp78 void DocumentOrShadowRoot::InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function in mozilla::dom::DocumentOrShadowRoot
H A DDocument.h1698 void InsertSheetAt(size_t aIndex, StyleSheet&);
1708 InsertSheetAt(SheetCount(), *aSheet); in AddStyleSheet()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDocumentOrShadowRoot.h55 void InsertSheetAt(size_t aIndex, StyleSheet& aSheet) { in InsertSheetAt() function
H A DShadowRoot.cpp252 InsertSheetAt(i, *aSheet); in InsertSheet()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DLoader.cpp1121 shadow->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
1123 mDocument->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
/dports/www/firefox/firefox-99.0/layout/style/
H A DLoader.cpp1137 shadow->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
1139 mDocument->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DLoader.cpp1121 shadow->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
1123 mDocument->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DLoader.cpp1307 shadow->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()
1309 mDocument->InsertSheetAt(insertionPoint, aSheet); in InsertSheetInTree()

12