Home
last modified time | relevance | path

Searched refs:ContentIsDescendantOf (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLMetaElement.cpp54 if (headElt && nsContentUtils::ContentIsDescendantOf(this, headElt)) { in NS_IMPL_ISUPPORTS_INHERITED()
111 if (headElt && nsContentUtils::ContentIsDescendantOf(this, headElt)) { in BindToTree()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLMetaElement.cpp44 if (headElt && nsContentUtils::ContentIsDescendantOf(this, headElt)) { in NS_IMPL_ELEMENT_CLONE()
101 if (headElt && nsContentUtils::ContentIsDescendantOf(this, headElt)) { in BindToTree()
H A DHTMLFormElement.cpp306 if (!nsContentUtils::ContentIsDescendantOf(node, aRemovalRoot)) { in CollectOrphans()
348 if (!nsContentUtils::ContentIsDescendantOf(node, aRemovalRoot)) { in CollectOrphans()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DNodeIterator.cpp71 if (!nsContentUtils::ContentIsDescendantOf(mNode, aChild)) return; in AdjustAfterRemoval()
H A DnsRange.cpp739 Some(nsContentUtils::ContentIsDescendantOf(mStart.Container(), aChild)); in ContentRemoved()
758 nsContentUtils::ContentIsDescendantOf(mEnd.Container(), aChild); in ContentRemoved()
860 if (!nsContentUtils::ContentIsDescendantOf(aPoint.Container(), mRoot)) { in ComparePoint()
964 (nsContentUtils::ContentIsDescendantOf(aStart.Container(), aRoot) && in DoSetRange()
965 nsContentUtils::ContentIsDescendantOf(aEnd.Container(), aRoot) && in DoSetRange()
2071 while (nextNode && nsContentUtils::ContentIsDescendantOf(nextNode, node)) { in CutContents()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp101 static bool ContentIsDescendantOf(nsINode* aPossibleDescendant,
235 if (root && currentAnchor && ! ContentIsDescendantOf(currentAnchor, root)) { in InitForNavigation()
1473 if (!nsContentUtils::ContentIsDescendantOf(beginNode, rootNode) || in DoSpellCheck()
1474 !nsContentUtils::ContentIsDescendantOf(endNode, rootNode)) { in DoSpellCheck()
1832 ContentIsDescendantOf(nsINode* aPossibleDescendant, in ContentIsDescendantOf() function
H A DmozInlineSpellWordUtil.cpp544 if (!nsContentUtils::ContentIsDescendantOf(node, mRootNode)) { in BuildSoftText()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DNodeIterator.cpp81 if (!nsContentUtils::ContentIsDescendantOf(mNode, aChild)) in AdjustAfterRemoval()
H A DnsRange.cpp703 gravitateStart = nsContentUtils::ContentIsDescendantOf(mStartParent, aChild); in ContentRemoved()
714 gravitateEnd = nsContentUtils::ContentIsDescendantOf(mEndParent, aChild); in ContentRemoved()
814 if (!nsContentUtils::ContentIsDescendantOf(&aParent, mRoot)) { in ComparePoint()
911 (nsContentUtils::ContentIsDescendantOf(aStartN, aRoot) && in DoSetRange()
912 nsContentUtils::ContentIsDescendantOf(aEndN, aRoot) && in DoSetRange()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCounterManager.cpp142 nsContentUtils::ContentIsDescendantOf(nodeContent, startContent))) { in SetScope()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DScrollbarActivity.cpp165 !nsContentUtils::ContentIsDescendantOf(aTarget, aScrollbar)) in HandleEventForScrollbar()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCounterManager.cpp171 nsContentUtils::ContentIsDescendantOf(nodeContent, in SetScope()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DScrollbarActivity.cpp149 !nsContentUtils::ContentIsDescendantOf(aTarget, aScrollbar)) in HandleEventForScrollbar()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp98 static bool ContentIsDescendantOf(nsINode* aPossibleDescendant,
229 if (root && aOldAnchorNode && !ContentIsDescendantOf(aOldAnchorNode, root)) { in InitForNavigation()
1635 ContentIsDescendantOf(nsINode* aPossibleDescendant, in ContentIsDescendantOf() function
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DEditorEventListener.cpp207 nsContentUtils::ContentIsDescendantOf(focusedElement, root)) { in Disconnect()
1146 return nsContentUtils::ContentIsDescendantOf(targetContent, editingHost); in ShouldHandleNativeKeyBindings()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorEventListener.cpp229 nsContentUtils::ContentIsDescendantOf(focusedElement, root)) { in Disconnect()
1212 return nsContentUtils::ContentIsDescendantOf(targetContent, editingHost); in ShouldHandleNativeKeyBindings()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGUseElement.cpp201 if (nsContentUtils::ContentIsDescendantOf(this, targetContent)) in CreateAnonymousContent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGUseElement.cpp247 if (nsContentUtils::ContentIsDescendantOf(this, targetContent)) in CreateAnonymousContent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DContentEventHandler.cpp1332 if (!nsContentUtils::ContentIsDescendantOf(startNode, mRootContent) || in OnQuerySelectedText()
1333 !nsContentUtils::ContentIsDescendantOf(endNode, mRootContent)) { in OnQuerySelectedText()
2585 !nsContentUtils::ContentIsDescendantOf(targetFrame->GetContent(), in OnQueryCharacterAtPoint()
2599 !nsContentUtils::ContentIsDescendantOf(tentativeCaretOffsets.content, in OnQueryCharacterAtPoint()
H A DPointerEventHandler.cpp332 nsContentUtils::ContentIsDescendantOf(data->mPendingContent, in ReleaseIfCaptureByDescendant()
H A DTextComposition.cpp796 if (node && nsContentUtils::ContentIsDescendantOf(node, aContent)) { in GetCompositionInContent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DContentEventHandler.cpp1302 if (!nsContentUtils::ContentIsDescendantOf(startNode, mRootContent) || in OnQuerySelectedText()
1303 !nsContentUtils::ContentIsDescendantOf(endNode, mRootContent)) { in OnQuerySelectedText()
2562 !nsContentUtils::ContentIsDescendantOf(targetFrame->GetContent(), in OnQueryCharacterAtPoint()
2576 !nsContentUtils::ContentIsDescendantOf(tentativeCaretOffsets.content, in OnQueryCharacterAtPoint()
H A DTextComposition.cpp860 if (node && nsContentUtils::ContentIsDescendantOf(node, aContent)) { in GetCompositionInContent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLWindowKeyHandler.cpp562 return nsContentUtils::ContentIsDescendantOf(focusedNode, in IsHTMLEditableFieldFocused()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLWindowKeyHandler.cpp587 return nsContentUtils::ContentIsDescendantOf(focusedNode, activeEditingHost); in IsHTMLEditableFieldFocused()

123