Home
last modified time | relevance | path

Searched refs:aPossibleAncestor (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsFocusManager.h277 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
279 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
281 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
283 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
H A DnsFocusManager.cpp1634 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1636 if (!aWindow || !aPossibleAncestor) { in IsSameOrAncestor()
1652 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1654 if (!aContext || !aPossibleAncestor) { in IsSameOrAncestor()
1659 return IsSameOrAncestor(aPossibleAncestor, aContext->GetDOMWindow()); in IsSameOrAncestor()
1665 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
1667 if (!aWindow || !aPossibleAncestor) { in IsSameOrAncestor()
1672 return IsSameOrAncestor(aPossibleAncestor->GetDOMWindow(), aWindow); in IsSameOrAncestor()
1678 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
1680 if (!aContext || !aPossibleAncestor) { in IsSameOrAncestor()
[all …]
H A DnsContentUtils.h346 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
354 nsINode* aPossibleAncestor);
363 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
372 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
H A DnsContentUtils.cpp2182 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsHostIncludingDescendantOf() argument
2184 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsHostIncludingDescendantOf()
2187 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsHostIncludingDescendantOf()
2203 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsCrossDocDescendantOf()
2206 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsCrossDocDescendantOf()
2216 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf() argument
2218 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOf()
2221 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2232 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOfForStyle() argument
2234 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsFocusManager.h338 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
340 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
342 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
346 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
H A DnsFocusManager.cpp1799 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
1801 if (!aPossibleAncestor) { in IsSameOrAncestor()
1807 if (bc == aPossibleAncestor) { in IsSameOrAncestor()
1815 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1817 if (aWindow && aPossibleAncestor) { in IsSameOrAncestor()
1818 return IsSameOrAncestor(aPossibleAncestor->GetBrowsingContext(), in IsSameOrAncestor()
1824 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1826 if (aPossibleAncestor) { in IsSameOrAncestor()
1827 return IsSameOrAncestor(aPossibleAncestor->GetBrowsingContext(), aContext); in IsSameOrAncestor()
1832 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
[all …]
H A DnsContentUtils.h394 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
402 nsINode* aPossibleAncestor);
411 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
420 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
H A DnsContentUtils.cpp2456 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsHostIncludingDescendantOf() argument
2458 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsHostIncludingDescendantOf()
2461 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsHostIncludingDescendantOf()
2477 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsCrossDocDescendantOf()
2480 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsCrossDocDescendantOf()
2493 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf() argument
2495 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOf()
2498 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2509 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOfForStyle() argument
2511 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsFocusManager.h341 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
343 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
345 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
349 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
H A DnsFocusManager.cpp1808 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
1810 if (!aPossibleAncestor) { in IsSameOrAncestor()
1816 if (bc == aPossibleAncestor) { in IsSameOrAncestor()
1824 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1826 if (aWindow && aPossibleAncestor) { in IsSameOrAncestor()
1827 return IsSameOrAncestor(aPossibleAncestor->GetBrowsingContext(), in IsSameOrAncestor()
1833 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1835 if (aPossibleAncestor) { in IsSameOrAncestor()
1836 return IsSameOrAncestor(aPossibleAncestor->GetBrowsingContext(), aContext); in IsSameOrAncestor()
1841 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
[all …]
H A DnsContentUtils.h398 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
406 nsINode* aPossibleAncestor);
415 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
424 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
H A DnsContentUtils.cpp2434 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsHostIncludingDescendantOf() argument
2436 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsHostIncludingDescendantOf()
2439 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsHostIncludingDescendantOf()
2455 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsCrossDocDescendantOf()
2458 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsCrossDocDescendantOf()
2471 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf() argument
2473 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOf()
2476 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2487 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOfForStyle() argument
2489 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsFocusManager.h338 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
340 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
342 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
346 bool IsSameOrAncestor(mozilla::dom::BrowsingContext* aPossibleAncestor,
H A DnsFocusManager.cpp1799 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
1801 if (!aPossibleAncestor) { in IsSameOrAncestor()
1807 if (bc == aPossibleAncestor) { in IsSameOrAncestor()
1815 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1817 if (aWindow && aPossibleAncestor) { in IsSameOrAncestor()
1818 return IsSameOrAncestor(aPossibleAncestor->GetBrowsingContext(), in IsSameOrAncestor()
1824 bool nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1826 if (aPossibleAncestor) { in IsSameOrAncestor()
1827 return IsSameOrAncestor(aPossibleAncestor->GetBrowsingContext(), aContext); in IsSameOrAncestor()
1832 bool nsFocusManager::IsSameOrAncestor(BrowsingContext* aPossibleAncestor, in IsSameOrAncestor() argument
[all …]
H A DnsContentUtils.h394 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
402 nsINode* aPossibleAncestor);
411 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
420 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
H A DnsContentUtils.cpp2456 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsHostIncludingDescendantOf() argument
2458 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsHostIncludingDescendantOf()
2461 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsHostIncludingDescendantOf()
2477 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsCrossDocDescendantOf()
2480 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsCrossDocDescendantOf()
2493 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf() argument
2495 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOf()
2498 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2509 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOfForStyle() argument
2511 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h321 const nsINode* aPossibleAncestor);
330 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
337 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
345 nsINode* aPossibleAncestor);
354 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
363 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
H A DnsFocusManager.h205 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
H A DnsContentUtils.cpp2363 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsDescendantOf()
2366 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsDescendantOf()
2376 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsHostIncludingDescendantOf()
2379 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsHostIncludingDescendantOf()
2394 MOZ_ASSERT(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsShadowIncludingDescendantOf()
2396 if (aPossibleAncestor == aPossibleDescendant->GetComposedDoc()) { in ContentIsShadowIncludingDescendantOf()
2401 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsShadowIncludingDescendantOf()
2421 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsCrossDocDescendantOf()
2424 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsCrossDocDescendantOf()
2439 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp99 nsINode* aPossibleAncestor);
1636 nsINode* aPossibleAncestor) { in ContentIsDescendantOf() argument
1638 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsDescendantOf()
1641 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsDescendantOf()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsFocusManager.h174 bool IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor,
H A DnsContentUtils.h271 const nsINode* aPossibleAncestor);
280 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
288 nsINode* aPossibleAncestor);
H A DnsContentUtils.cpp2199 const nsINode* aPossibleAncestor) in ContentIsDescendantOf() argument
2202 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsDescendantOf()
2205 if (aPossibleDescendant == aPossibleAncestor) in ContentIsDescendantOf()
2215 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) in ContentIsHostIncludingDescendantOf() argument
2218 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsHostIncludingDescendantOf()
2221 if (aPossibleDescendant == aPossibleAncestor) in ContentIsHostIncludingDescendantOf()
2237 nsINode* aPossibleAncestor) in ContentIsCrossDocDescendantOf() argument
2240 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsCrossDocDescendantOf()
2243 if (aPossibleDescendant == aPossibleAncestor) in ContentIsCrossDocDescendantOf()
H A DnsFocusManager.cpp1384 nsFocusManager::IsSameOrAncestor(nsPIDOMWindowOuter* aPossibleAncestor, in IsSameOrAncestor() argument
1387 if (!aWindow || !aPossibleAncestor) { in IsSameOrAncestor()
1391 nsCOMPtr<nsIDocShellTreeItem> ancestordsti = aPossibleAncestor->GetDocShell(); in IsSameOrAncestor()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp102 nsINode* aPossibleAncestor);
1833 nsINode* aPossibleAncestor) in ContentIsDescendantOf() argument
1836 NS_PRECONDITION(aPossibleAncestor, "The possible ancestor is null!"); in ContentIsDescendantOf()
1839 if (aPossibleDescendant == aPossibleAncestor) in ContentIsDescendantOf()

12