Home
last modified time | relevance | path

Searched refs:shadowAncestorNode (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/WebCore/rendering/
DTextControlInnerElements.cpp55 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()
DHitTestResult.cpp86 node = node->shadowAncestorNode(); in setToNonShadowAncestor()
90 node = node->shadowAncestorNode(); in setToNonShadowAncestor()
DRenderTextControl.cpp263 …sition.deepEquivalent().node()->shadowAncestorNode() == node() && endPosition.deepEquivalent().nod… in setSelectionRange()
DRenderThemeSafari.cpp1089 Node* input = o->node()->shadowAncestorNode(); in paintSearchFieldCancelButton()
1143 Node* input = o->node()->shadowAncestorNode(); in paintSearchFieldResultsDecoration()
1166 Node* input = o->node()->shadowAncestorNode(); in paintSearchFieldResultsButton()
DRenderThemeMac.mm1280 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;
DMediaControlElements.cpp53 Node* mediaNode = node ? node->shadowAncestorNode() : 0; in toParentMediaElement()
DRenderLayer.cpp1452 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()
DRenderThemeChromiumMac.mm1354 Node* input = o->node()->shadowAncestorNode();
1432 Node* input = o->node()->shadowAncestorNode();
1464 Node* input = o->node()->shadowAncestorNode();
DRenderThemeWince.cpp480 Node* mediaNode = node->shadowAncestorNode(); in mediaElementParent()
/external/webkit/WebCore/page/
DFocusController.cpp290 …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()
DDOMSelection.cpp49 Node* shadowAncestor = node->shadowAncestorNode(); in selectionShadowAncestor()
DFrame.cpp594 renderer = selection()->rootEditableElement()->shadowAncestorNode()->renderer(); in notifyRendererOfSelectionChange()
1508 … searchRange->setStartAfter(resultRange->startContainer()->shadowAncestorNode(), exception); in markAllMatchesForText()
DEventHandler.cpp1559 newTarget = newTarget->shadowAncestorNode(); in updateDragAndDrop()
1674 result = result->shadowAncestorNode(); in updateMouseEventTargetNode()
1862 node = node->shadowAncestorNode(); in handleWheelEvent()
DDragController.cpp272 n = n->shadowAncestorNode(); in elementUnderMouse()
/external/webkit/WebCore/editing/
DVisibleSelection.cpp508 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()
DReplaceSelectionCommand.cpp126 Node* shadowAncestorNode = editableRoot->shadowAncestorNode(); in ReplacementFragment() local
130 …!(shadowAncestorNode && shadowAncestorNode->renderer() && shadowAncestorNode->renderer()->isTextCo… in ReplacementFragment()
996 Node* start = currentRoot->shadowAncestorNode(); in doApply()
Dhtmlediting.cpp105 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()
DEditor.cpp90 …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()
DSelectionController.cpp178 …urn element->contains(position.node()) || element->contains(position.node()->shadowAncestorNode()); in removingNodeRemovesPosition()
1244 startNode = startNode->shadowAncestorNode(); in isInPasswordField()
DDeleteSelectionCommand.cpp726 Node* ancestorNode = startNode ? startNode->shadowAncestorNode() : 0; in doApply()
/external/webkit/WebCore/dom/
DNode.h198 Node* shadowAncestorNode();
DDocument.cpp1035 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()
DNode.cpp833 return shadowAncestorNode() == this; in canLazyAttach()
1477 Node* Node::shadowAncestorNode() in shadowAncestorNode() function in WebCore::Node
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.cpp50 Node* mediaNode = node ? node->shadowAncestorNode() : 0; in getMediaElementFromRenderObject()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp878 Node* mediaNode = node ? node->shadowAncestorNode() : 0; in getMediaElementFromRenderObject()

12