Home
last modified time | relevance | path

Searched refs:sheetOwner (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DLoader.cpp1094 nsINode* sheetOwner = target.SheetAt(insertionPoint)->GetOwnerNode(); in InsertSheetInTree() local
1095 if (sheetOwner && !aOwningNode) { in InsertSheetInTree()
1101 if (!sheetOwner) { in InsertSheetInTree()
1107 MOZ_ASSERT(aOwningNode != sheetOwner, in InsertSheetInTree()
1111 if (nsContentUtils::PositionIsBefore(sheetOwner, aOwningNode)) { in InsertSheetInTree()
/dports/www/firefox/firefox-99.0/layout/style/
H A DLoader.cpp1111 nsINode* sheetOwner = target.SheetAt(insertionPoint)->GetOwnerNode(); in InsertSheetInTree() local
1112 if (sheetOwner && !owningNode) { in InsertSheetInTree()
1118 if (!sheetOwner) { in InsertSheetInTree()
1124 MOZ_ASSERT(owningNode != sheetOwner, "Why do we still have our old sheet?"); in InsertSheetInTree()
1127 if (nsContentUtils::PositionIsBefore(sheetOwner, owningNode)) { in InsertSheetInTree()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DLoader.cpp1094 nsINode* sheetOwner = target.SheetAt(insertionPoint)->GetOwnerNode(); in InsertSheetInTree() local
1095 if (sheetOwner && !aOwningNode) { in InsertSheetInTree()
1101 if (!sheetOwner) { in InsertSheetInTree()
1107 MOZ_ASSERT(aOwningNode != sheetOwner, in InsertSheetInTree()
1111 if (nsContentUtils::PositionIsBefore(sheetOwner, aOwningNode)) { in InsertSheetInTree()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DLoader.cpp1148 nsCOMPtr<nsINode> sheetOwner = curSheet->GetOwnerNode(); in InsertSheetInDoc() local
1149 if (sheetOwner && !aLinkingContent) { in InsertSheetInDoc()
1155 if (!sheetOwner) { in InsertSheetInDoc()
1161 NS_ASSERTION(aLinkingContent != sheetOwner, in InsertSheetInDoc()
1165 if (nsContentUtils::PositionIsBefore(sheetOwner, aLinkingContent)) { in InsertSheetInDoc()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DLoader.cpp1351 nsCOMPtr<nsINode> sheetOwner = curSheet->GetOwnerNode(); in InsertSheetInDoc() local
1352 if (sheetOwner && !aLinkingContent) { in InsertSheetInDoc()
1358 if (!sheetOwner) { in InsertSheetInDoc()
1364 NS_ASSERTION(aLinkingContent != sheetOwner, in InsertSheetInDoc()
1368 if (nsContentUtils::PositionIsBefore(sheetOwner, aLinkingContent)) { in InsertSheetInDoc()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DLoader.cpp1280 nsINode* sheetOwner = target.SheetAt(insertionPoint)->GetOwnerNode(); in InsertSheetInTree() local
1281 if (sheetOwner && !aLinkingContent) { in InsertSheetInTree()
1287 if (!sheetOwner) { in InsertSheetInTree()
1293 MOZ_ASSERT(aLinkingContent != sheetOwner, in InsertSheetInTree()
1297 if (nsContentUtils::PositionIsBefore(sheetOwner, aLinkingContent)) { in InsertSheetInTree()