/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/ |
H A D | HTMLMetaElement.cpp | 54 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 D | HTMLMetaElement.cpp | 44 if (headElt && nsContentUtils::ContentIsDescendantOf(this, headElt)) { in NS_IMPL_ELEMENT_CLONE() 101 if (headElt && nsContentUtils::ContentIsDescendantOf(this, headElt)) { in BindToTree()
|
H A D | HTMLFormElement.cpp | 306 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 D | NodeIterator.cpp | 71 if (!nsContentUtils::ContentIsDescendantOf(mNode, aChild)) return; in AdjustAfterRemoval()
|
H A D | nsRange.cpp | 739 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 D | mozInlineSpellChecker.cpp | 101 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 D | mozInlineSpellWordUtil.cpp | 544 if (!nsContentUtils::ContentIsDescendantOf(node, mRootNode)) { in BuildSoftText()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/ |
H A D | NodeIterator.cpp | 81 if (!nsContentUtils::ContentIsDescendantOf(mNode, aChild)) in AdjustAfterRemoval()
|
H A D | nsRange.cpp | 703 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 D | nsCounterManager.cpp | 142 nsContentUtils::ContentIsDescendantOf(nodeContent, startContent))) { in SetScope()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | ScrollbarActivity.cpp | 165 !nsContentUtils::ContentIsDescendantOf(aTarget, aScrollbar)) in HandleEventForScrollbar()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | nsCounterManager.cpp | 171 nsContentUtils::ContentIsDescendantOf(nodeContent, in SetScope()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | ScrollbarActivity.cpp | 149 !nsContentUtils::ContentIsDescendantOf(aTarget, aScrollbar)) in HandleEventForScrollbar()
|
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/ |
H A D | mozInlineSpellChecker.cpp | 98 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 D | EditorEventListener.cpp | 207 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 D | EditorEventListener.cpp | 229 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 D | SVGUseElement.cpp | 201 if (nsContentUtils::ContentIsDescendantOf(this, targetContent)) in CreateAnonymousContent()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/ |
H A D | SVGUseElement.cpp | 247 if (nsContentUtils::ContentIsDescendantOf(this, targetContent)) in CreateAnonymousContent()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/ |
H A D | ContentEventHandler.cpp | 1332 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 D | PointerEventHandler.cpp | 332 nsContentUtils::ContentIsDescendantOf(data->mPendingContent, in ReleaseIfCaptureByDescendant()
|
H A D | TextComposition.cpp | 796 if (node && nsContentUtils::ContentIsDescendantOf(node, aContent)) { in GetCompositionInContent()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/ |
H A D | ContentEventHandler.cpp | 1302 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 D | TextComposition.cpp | 860 if (node && nsContentUtils::ContentIsDescendantOf(node, aContent)) { in GetCompositionInContent()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/ |
H A D | nsXBLWindowKeyHandler.cpp | 562 return nsContentUtils::ContentIsDescendantOf(focusedNode, in IsHTMLEditableFieldFocused()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/ |
H A D | nsXBLWindowKeyHandler.cpp | 587 return nsContentUtils::ContentIsDescendantOf(focusedNode, activeEditingHost); in IsHTMLEditableFieldFocused()
|