/external/webkit/WebCore/rendering/ |
D | TextControlInnerElements.cpp | 55 RenderObject* renderer = node()->shadowAncestorNode()->renderer(); in nodeAtPoint() 72 RenderTextControl* renderer = toRenderTextControl(node()->shadowAncestorNode()->renderer()); in positionForPoint() 119 Node* shadowAncestor = shadowAncestorNode(); in defaultEventHandler() 138 Node* shadowAncestor = shadowAncestorNode(); in createRenderer() 154 HTMLInputElement* input = static_cast<HTMLInputElement*>(shadowAncestorNode()); in defaultEventHandler() 188 HTMLInputElement* input = static_cast<HTMLInputElement*>(shadowAncestorNode()); in defaultEventHandler()
|
D | HitTestResult.cpp | 86 node = node->shadowAncestorNode(); in setToNonShadowAncestor() 90 node = node->shadowAncestorNode(); in setToNonShadowAncestor()
|
D | RenderTextControl.cpp | 263 …sition.deepEquivalent().node()->shadowAncestorNode() == node() && endPosition.deepEquivalent().nod… in setSelectionRange()
|
D | RenderThemeSafari.cpp | 1089 Node* input = o->node()->shadowAncestorNode(); in paintSearchFieldCancelButton() 1143 Node* input = o->node()->shadowAncestorNode(); in paintSearchFieldResultsDecoration() 1166 Node* input = o->node()->shadowAncestorNode(); in paintSearchFieldResultsButton()
|
D | RenderThemeMac.mm | 1280 Node* input = o->node()->shadowAncestorNode(); 1357 Node* input = o->node()->shadowAncestorNode(); 1387 Node* input = o->node()->shadowAncestorNode(); 1535 Node* mediaNode = node ? node->shadowAncestorNode() : 0; 1550 Node* mediaNode = node ? node->shadowAncestorNode() : 0; 1586 Node* mediaNode = node ? node->shadowAncestorNode() : 0;
|
D | MediaControlElements.cpp | 53 Node* mediaNode = node ? node->shadowAncestorNode() : 0; in toParentMediaElement()
|
D | RenderLayer.cpp | 1452 Element* element = static_cast<Element*>(renderer()->node()->shadowAncestorNode()); in resize() 1669 …RenderObject* actualRenderer = renderer()->node() ? renderer()->node()->shadowAncestorNode()->rend… in createScrollbar() 3422 …RenderObject* actualRenderer = renderer()->node() ? renderer()->node()->shadowAncestorNode()->rend… in updateScrollCornerStyle() 3438 …RenderObject* actualRenderer = renderer()->node() ? renderer()->node()->shadowAncestorNode()->rend… in updateResizerStyle()
|
D | RenderThemeChromiumMac.mm | 1354 Node* input = o->node()->shadowAncestorNode(); 1432 Node* input = o->node()->shadowAncestorNode(); 1464 Node* input = o->node()->shadowAncestorNode();
|
D | RenderThemeWince.cpp | 480 Node* mediaNode = node->shadowAncestorNode(); in mediaElementParent()
|
/external/webkit/WebCore/page/ |
D | FocusController.cpp | 290 …onStartNode->isDescendantOf(newFocusedNode) || selectionStartNode->shadowAncestorNode() == newFocu… in clearSelectionIfNeeded() 296 if (Node* shadowAncestorNode = root->shadowAncestorNode()) in clearSelectionIfNeeded() local 299 … if (!shadowAncestorNode->hasTagName(inputTag) && !shadowAncestorNode->hasTagName(textareaTag)) in clearSelectionIfNeeded()
|
D | DOMSelection.cpp | 49 Node* shadowAncestor = node->shadowAncestorNode(); in selectionShadowAncestor()
|
D | Frame.cpp | 594 renderer = selection()->rootEditableElement()->shadowAncestorNode()->renderer(); in notifyRendererOfSelectionChange() 1508 … searchRange->setStartAfter(resultRange->startContainer()->shadowAncestorNode(), exception); in markAllMatchesForText()
|
D | EventHandler.cpp | 1559 newTarget = newTarget->shadowAncestorNode(); in updateDragAndDrop() 1674 result = result->shadowAncestorNode(); in updateMouseEventTargetNode() 1862 node = node->shadowAncestorNode(); in handleWheelEvent()
|
D | DragController.cpp | 272 n = n->shadowAncestorNode(); in elementUnderMouse()
|
/external/webkit/WebCore/editing/ |
D | VisibleSelection.cpp | 508 Node* shadowAncestor = endRoot ? endRoot->shadowAncestorNode() : 0; in adjustSelectionToAvoidCrossingEditingBoundaries() 513 shadowAncestor = root ? root->shadowAncestorNode() : 0; in adjustSelectionToAvoidCrossingEditingBoundaries() 537 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0; in adjustSelectionToAvoidCrossingEditingBoundaries() 542 shadowAncestor = root ? root->shadowAncestorNode() : 0; in adjustSelectionToAvoidCrossingEditingBoundaries()
|
D | ReplaceSelectionCommand.cpp | 126 Node* shadowAncestorNode = editableRoot->shadowAncestorNode(); in ReplacementFragment() local 130 …!(shadowAncestorNode && shadowAncestorNode->renderer() && shadowAncestorNode->renderer()->isTextCo… in ReplacementFragment() 996 Node* start = currentRoot->shadowAncestorNode(); in doApply()
|
D | htmlediting.cpp | 105 Node* shadowAncestorA = nodeA->shadowAncestorNode(); in comparePositions() 108 Node* shadowAncestorB = nodeB->shadowAncestorNode(); in comparePositions() 285 if (Node* shadowAncestor = p.node()->shadowAncestorNode()) in firstEditablePositionAfterPositionInRoot() 306 if (Node* shadowAncestor = p.node()->shadowAncestorNode()) in lastEditablePositionBeforePositionInRoot() 923 Node* ancestor = node->shadowAncestorNode(); in isNodeInTextFormControl()
|
D | Editor.cpp | 90 …if (target && (!selectionStart || target->shadowAncestorNode() != selectionStart->shadowAncestorNo… in selectionForCommand() 702 target = target->shadowAncestorNode(); in dispatchCPPEvent() 2842 searchRange->setStartAfter(resultRange->startContainer()->shadowAncestorNode(), ec); in nextVisibleRange() 2844 searchRange->setEndBefore(resultRange->startContainer()->shadowAncestorNode(), ec); in nextVisibleRange()
|
D | SelectionController.cpp | 178 …urn element->contains(position.node()) || element->contains(position.node()->shadowAncestorNode()); in removingNodeRemovesPosition() 1244 startNode = startNode->shadowAncestorNode(); in isInPasswordField()
|
D | DeleteSelectionCommand.cpp | 726 Node* ancestorNode = startNode ? startNode->shadowAncestorNode() : 0; in doApply()
|
/external/webkit/WebCore/dom/ |
D | Node.h | 198 Node* shadowAncestorNode();
|
D | Document.cpp | 1035 n = n->shadowAncestorNode(); in elementFromPoint() 1065 Node* shadowAncestorNode = node->shadowAncestorNode(); in caretRangeFromPoint() local 1066 if (shadowAncestorNode != node) { in caretRangeFromPoint() 1067 unsigned offset = shadowAncestorNode->nodeIndex(); in caretRangeFromPoint() 1068 Node* container = shadowAncestorNode->parentNode(); in caretRangeFromPoint()
|
D | Node.cpp | 833 return shadowAncestorNode() == this; in canLazyAttach() 1477 Node* Node::shadowAncestorNode() in shadowAncestorNode() function in WebCore::Node
|
/external/webkit/WebCore/platform/gtk/ |
D | RenderThemeGtk.cpp | 50 Node* mediaNode = node ? node->shadowAncestorNode() : 0; in getMediaElementFromRenderObject()
|
/external/webkit/WebCore/platform/qt/ |
D | RenderThemeQt.cpp | 878 Node* mediaNode = node ? node->shadowAncestorNode() : 0; in getMediaElementFromRenderObject()
|