Searched refs:deprecatedShadowAncestorNode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp601 if (selectionStartNode == newFocusedNode || selectionStartNode->isDescendantOf(newFocusedNode) || selectionStartNode->deprecatedShadowAncestorNode() == newFocusedNode)
611 if (Node* shadowAncestorNode = root->deprecatedShadowAncestorNode()) {
H A DDragController.cpp328 n = n->deprecatedShadowAncestorNode();
H A DEventHandler.cpp2719 targetNode = targetNode->deprecatedShadowAncestorNode();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h285 Node* deprecatedShadowAncestorNode() const;
H A DNode.cpp1211 Node* Node::deprecatedShadowAncestorNode() const function in class:WebCore::Node
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp1646 resultRange->startContainer()->deprecatedShadowAncestorNode(), exceptionState);
2303 Node* host = node->deprecatedShadowAncestorNode();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp1266 Node* node = hitTestResult.innerNode()->deprecatedShadowAncestorNode();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp154 Node* shadowAncestorNode = editableRoot->deprecatedShadowAncestorNode();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1467 matches.append(result.innerNode()->deprecatedShadowAncestorNode());

Completed in 216 milliseconds