HomeSort by relevance Sort by last modified time
    Searched refs:shadowAncestorNode (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/WebCore/rendering/
TextControlInnerElements.cpp 55 RenderObject* renderer = node()->shadowAncestorNode()->renderer();
69 // Multiline text controls have the scroll on shadowAncestorNode, so we need to take that
72 RenderTextControl* renderer = toRenderTextControl(node()->shadowAncestorNode()->renderer());
119 Node* shadowAncestor = shadowAncestorNode();
138 Node* shadowAncestor = shadowAncestorNode();
154 HTMLInputElement* input = static_cast<HTMLInputElement*>(shadowAncestorNode());
188 HTMLInputElement* input = static_cast<HTMLInputElement*>(shadowAncestorNode());
HitTestResult.cpp 86 node = node->shadowAncestorNode();
90 node = node->shadowAncestorNode();
RenderTextControl.cpp 263 ASSERT(startPosition.deepEquivalent().node()->shadowAncestorNode() == node() && endPosition.deepEquivalent().node()->shadowAncestorNode() == node());
RenderThemeMac.mm     [all...]
RenderThemeSafari.cpp     [all...]
MediaControlElements.cpp 53 Node* mediaNode = node ? node->shadowAncestorNode() : 0;
RenderThemeChromiumMac.mm     [all...]
RenderLayer.cpp     [all...]
RenderThemeWince.cpp 480 Node* mediaNode = node->shadowAncestorNode();
  /external/webkit/WebCore/page/
FocusController.cpp 290 if (selectionStartNode == newFocusedNode || selectionStartNode->isDescendantOf(newFocusedNode) || selectionStartNode->shadowAncestorNode() == newFocusedNode)
296 if (Node* shadowAncestorNode = root->shadowAncestorNode())
299 if (!shadowAncestorNode->hasTagName(inputTag) && !shadowAncestorNode->hasTagName(textareaTag))
DOMSelection.cpp 49 Node* shadowAncestor = node->shadowAncestorNode();
EventHandler.cpp     [all...]
Frame.cpp 594 renderer = selection()->rootEditableElement()->shadowAncestorNode()->renderer();
    [all...]
DragController.cpp 272 n = n->shadowAncestorNode();
  /external/webkit/WebCore/editing/
VisibleSelection.cpp 508 Node* shadowAncestor = endRoot ? endRoot->shadowAncestorNode() : 0;
513 shadowAncestor = root ? root->shadowAncestorNode() : 0;
537 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0;
542 shadowAncestor = root ? root->shadowAncestorNode() : 0;
ReplaceSelectionCommand.cpp 126 Node* shadowAncestorNode = editableRoot->shadowAncestorNode();
130 !(shadowAncestorNode && shadowAncestorNode->renderer() && shadowAncestorNode->renderer()->isTextControl()) &&
    [all...]
htmlediting.cpp 105 Node* shadowAncestorA = nodeA->shadowAncestorNode();
108 Node* shadowAncestorB = nodeB->shadowAncestorNode();
285 if (Node* shadowAncestor = p.node()->shadowAncestorNode())
306 if (Node* shadowAncestor = p.node()->shadowAncestorNode())
923 Node* ancestor = node->shadowAncestorNode();
    [all...]
Editor.cpp 90 if (target && (!selectionStart || target->shadowAncestorNode() != selectionStart->shadowAncestorNode())) {
702 target = target->shadowAncestorNode();
    [all...]
DeleteSelectionCommand.cpp     [all...]
SelectionController.cpp 178 return element->contains(position.node()) || element->contains(position.node()->shadowAncestorNode());
    [all...]
  /external/webkit/WebCore/dom/
Node.h 198 Node* shadowAncestorNode();
Document.cpp 1035 n = n->shadowAncestorNode();
1065 Node* shadowAncestorNode = node->shadowAncestorNode();
1066 if (shadowAncestorNode != node) {
1067 unsigned offset = shadowAncestorNode->nodeIndex();
1068 Node* container = shadowAncestorNode->parentNode();
    [all...]
Node.cpp 833 return shadowAncestorNode() == this;
    [all...]
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 50 Node* mediaNode = node ? node->shadowAncestorNode() : 0;
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 878 Node* mediaNode = node ? node->shadowAncestorNode() : 0;

Completed in 1179 milliseconds

1 2