Searched refs:shadowTreeRootNode (Results 1 – 17 of 17) sorted by relevance
70 Node* shadowTreeRootNode() const { return m_selection.shadowTreeRootNode(); } in shadowTreeRootNode() function
99 Node* shadowTreeRootNode() const;
223 …return !shadowTreeRootNode() && visibleStart().previous(rule).isNull() && visibleEnd().next(rule).… in isAll()576 Node* VisibleSelection::shadowTreeRootNode() const in shadowTreeRootNode() function in WebCore::VisibleSelection578 return start().deprecatedNode() ? start().deprecatedNode()->shadowTreeRootNode() : 0; in shadowTreeRootNode()
2691 Node* shadowTreeRoot = searchRange->shadowTreeRootNode(); in nextVisibleRange()2979 RefPtr<Node> shadowTreeRoot = selection.shadowTreeRootNode(); in findString()3113 Node* shadowTreeRoot = searchRange->shadowTreeRootNode(); in countMatchesForText()
1411 root = shadowTreeRootNode(); in selectAll()
677 m_node = innerTextElement->shadowTreeRootNode(); in handleReplacedElement()
106 Node* shadowTreeRootNode() const;
222 Node* shadowTreeRootNode() const;
1628 Node* root = shadowTreeRootNode(); in shadowAncestorNode()1634 Node* Node::shadowTreeRootNode() const in shadowTreeRootNode() function in WebCore::Node2536 if (!node->isSVGElement() || node->shadowTreeRootNode()) in instancesForSVGElement()
1596 Node* Range::shadowTreeRootNode() const in shadowTreeRootNode() function in WebCore::Range1598 return startContainer() ? startContainer()->shadowTreeRootNode() : 0; in shadowTreeRootNode()
1701 Node* shadowTreeRoot = searchRange->shadowTreeRootNode(); in scopeStringMatches()
1911 Node* shadowTreeElement = referenceNode->shadowTreeRootNode(); in instanceAssociatedWithShadowTreeElement()
7977 (WebCore::Node::shadowTreeRootNode): Added helper function.7979 * dom/Range.cpp: (WebCore::Range::shadowTreeRootNode): Added helper function.7981 * editing/Selection.cpp: (WebCore::Selection::shadowTreeRootNode): ditto.7983 * editing/SelectionController.h: (WebCore::SelectionController::shadowTreeRootNode): ditto.7987 (WebCore::Frame::findString): Use the new shadowTreeRootNode helper functions.
38814 (WebCore::Node::shadowTreeRootNode):45099 (WebCore::Node::shadowTreeRootNode): Changed to use parentNodeGuaranteedHostFree().
17227 (WebCore::Node::shadowTreeRootNode):
40451 (WebCore::VisibleSelection::shadowTreeRootNode):
96494 start at the top of the shadow tree (by calling shadowTreeRootNode). Also