Searched refs:shadowTreeRootNode (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h99 Node* shadowTreeRootNode() const;
H A DSelectionController.h70 Node* shadowTreeRootNode() const { return m_selection.shadowTreeRootNode(); } function in class:WebCore::SelectionController
H A DVisibleSelection.cpp223 return !shadowTreeRootNode() && visibleStart().previous(rule).isNull() && visibleEnd().next(rule).isNull();
576 Node* VisibleSelection::shadowTreeRootNode() const function in class:WebCore::VisibleSelection
578 return start().deprecatedNode() ? start().deprecatedNode()->shadowTreeRootNode() : 0;
H A DEditor.cpp2691 Node* shadowTreeRoot = searchRange->shadowTreeRootNode();
2979 RefPtr<Node> shadowTreeRoot = selection.shadowTreeRootNode();
3113 Node* shadowTreeRoot = searchRange->shadowTreeRootNode();
H A DSelectionController.cpp1411 root = shadowTreeRootNode();
H A DTextIterator.cpp674 m_node = innerTextElement->shadowTreeRootNode();
/external/webkit/Source/WebCore/dom/
H A DRange.h106 Node* shadowTreeRootNode() const;
H A DNode.h222 Node* shadowTreeRootNode() const;
H A DNode.cpp1628 Node* root = shadowTreeRootNode();
1634 Node* Node::shadowTreeRootNode() const function in class:WebCore::Node
2536 if (!node->isSVGElement() || node->shadowTreeRootNode())
H A DRange.cpp1596 Node* Range::shadowTreeRootNode() const function in class:WebCore::Range
1598 return startContainer() ? startContainer()->shadowTreeRootNode() : 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1701 Node* shadowTreeRoot = searchRange->shadowTreeRootNode();
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp1911 Node* shadowTreeElement = referenceNode->shadowTreeRootNode();

Completed in 134 milliseconds