Home
last modified time | relevance | path

Searched refs:aPossibleDescendant (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/fs/
H A DFileSystemDirectoryHandle.h47 already_AddRefed<Promise> Resolve(FileSystemHandle& aPossibleDescendant);
H A DFileSystemDirectoryHandle.cpp92 FileSystemHandle& aPossibleDescendant) { in Resolve() argument
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp98 static bool ContentIsDescendantOf(nsINode* aPossibleDescendant,
1635 ContentIsDescendantOf(nsINode* aPossibleDescendant, in ContentIsDescendantOf() argument
1637 NS_PRECONDITION(aPossibleDescendant, "The possible descendant is null!"); in ContentIsDescendantOf()
1641 if (aPossibleDescendant == aPossibleAncestor) return true; in ContentIsDescendantOf()
1642 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsDescendantOf()
1643 } while (aPossibleDescendant); in ContentIsDescendantOf()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp2367 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsDescendantOf()
2368 } while (aPossibleDescendant); in ContentIsDescendantOf()
2381 aPossibleDescendant = in ContentIsHostIncludingDescendantOf()
2384 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsHostIncludingDescendantOf()
2386 } while (aPossibleDescendant); in ContentIsHostIncludingDescendantOf()
2410 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsShadowIncludingDescendantOf()
2412 } while (aPossibleDescendant); in ContentIsShadowIncludingDescendantOf()
2426 aPossibleDescendant = GetCrossDocParentNode(aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2427 } while (aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2442 aPossibleDescendant = aPossibleDescendant->GetFlattenedTreeParentNode(); in ContentIsFlattenedTreeDescendantOf()
[all …]
H A DnsContentUtils.h320 static bool ContentIsDescendantOf(const nsINode* aPossibleDescendant,
330 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
337 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
344 static bool ContentIsCrossDocDescendantOf(nsINode* aPossibleDescendant,
354 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
363 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp101 static bool ContentIsDescendantOf(nsINode* aPossibleDescendant,
1832 ContentIsDescendantOf(nsINode* aPossibleDescendant, in ContentIsDescendantOf() argument
1835 NS_PRECONDITION(aPossibleDescendant, "The possible descendant is null!"); in ContentIsDescendantOf()
1839 if (aPossibleDescendant == aPossibleAncestor) in ContentIsDescendantOf()
1841 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsDescendantOf()
1842 } while (aPossibleDescendant); in ContentIsDescendantOf()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp2463 aPossibleDescendant = in ContentIsHostIncludingDescendantOf()
2466 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsHostIncludingDescendantOf()
2468 } while (aPossibleDescendant); in ContentIsHostIncludingDescendantOf()
2480 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsCrossDocDescendantOf()
2484 aPossibleDescendant = in ContentIsCrossDocDescendantOf()
2486 } while (aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2498 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2501 aPossibleDescendant = aPossibleDescendant->GetFlattenedTreeParentNode(); in ContentIsFlattenedTreeDescendantOf()
2502 } while (aPossibleDescendant); in ContentIsFlattenedTreeDescendantOf()
2517 aPossibleDescendant = in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
H A DnsContentUtils.h394 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
401 static bool ContentIsCrossDocDescendantOf(nsINode* aPossibleDescendant,
411 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
420 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp2189 aPossibleDescendant = in ContentIsHostIncludingDescendantOf()
2192 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsHostIncludingDescendantOf()
2194 } while (aPossibleDescendant); in ContentIsHostIncludingDescendantOf()
2208 aPossibleDescendant = GetCrossDocParentNode(aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2209 } while (aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2221 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2224 aPossibleDescendant = aPossibleDescendant->GetFlattenedTreeParentNode(); in ContentIsFlattenedTreeDescendantOf()
2225 } while (aPossibleDescendant); in ContentIsFlattenedTreeDescendantOf()
2237 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOfForStyle()
2240 aPossibleDescendant = in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
H A DnsContentUtils.h346 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
353 static bool ContentIsCrossDocDescendantOf(nsINode* aPossibleDescendant,
363 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
372 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp2441 aPossibleDescendant = in ContentIsHostIncludingDescendantOf()
2444 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsHostIncludingDescendantOf()
2446 } while (aPossibleDescendant); in ContentIsHostIncludingDescendantOf()
2458 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsCrossDocDescendantOf()
2462 aPossibleDescendant = in ContentIsCrossDocDescendantOf()
2464 } while (aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2476 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2479 aPossibleDescendant = aPossibleDescendant->GetFlattenedTreeParentNode(); in ContentIsFlattenedTreeDescendantOf()
2480 } while (aPossibleDescendant); in ContentIsFlattenedTreeDescendantOf()
2495 aPossibleDescendant = in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
H A DnsContentUtils.h398 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
405 static bool ContentIsCrossDocDescendantOf(nsINode* aPossibleDescendant,
415 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
424 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp2463 aPossibleDescendant = in ContentIsHostIncludingDescendantOf()
2466 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsHostIncludingDescendantOf()
2468 } while (aPossibleDescendant); in ContentIsHostIncludingDescendantOf()
2480 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsCrossDocDescendantOf()
2484 aPossibleDescendant = in ContentIsCrossDocDescendantOf()
2486 } while (aPossibleDescendant); in ContentIsCrossDocDescendantOf()
2498 if (aPossibleDescendant == aPossibleAncestor) { in ContentIsFlattenedTreeDescendantOf()
2501 aPossibleDescendant = aPossibleDescendant->GetFlattenedTreeParentNode(); in ContentIsFlattenedTreeDescendantOf()
2502 } while (aPossibleDescendant); in ContentIsFlattenedTreeDescendantOf()
2517 aPossibleDescendant = in ContentIsFlattenedTreeDescendantOfForStyle()
[all …]
H A DnsContentUtils.h394 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
401 static bool ContentIsCrossDocDescendantOf(nsINode* aPossibleDescendant,
411 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
420 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp2205 if (aPossibleDescendant == aPossibleAncestor) in ContentIsDescendantOf()
2207 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsDescendantOf()
2208 } while (aPossibleDescendant); in ContentIsDescendantOf()
2215 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor) in ContentIsHostIncludingDescendantOf() argument
2221 if (aPossibleDescendant == aPossibleAncestor) in ContentIsHostIncludingDescendantOf()
2224 aPossibleDescendant = in ContentIsHostIncludingDescendantOf()
2227 aPossibleDescendant = aPossibleDescendant->GetParentNode(); in ContentIsHostIncludingDescendantOf()
2229 } while (aPossibleDescendant); in ContentIsHostIncludingDescendantOf()
2243 if (aPossibleDescendant == aPossibleAncestor) in ContentIsCrossDocDescendantOf()
2246 aPossibleDescendant = GetCrossDocParentNode(aPossibleDescendant); in ContentIsCrossDocDescendantOf()
[all …]
H A DnsContentUtils.h270 static bool ContentIsDescendantOf(const nsINode* aPossibleDescendant,
280 const nsINode* aPossibleDescendant, const nsINode* aPossibleAncestor);
287 static bool ContentIsCrossDocDescendantOf(nsINode* aPossibleDescendant,