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

1 2

  /external/webkit/Source/WebCore/html/shadow/
DetailsMarkerControl.cpp 65 Node* node = this->shadowAncestorNode();
ProgressShadowElement.cpp 50 Node* node = const_cast<ProgressShadowElement*>(this)->shadowAncestorNode();
TextControlInnerElements.h 104 // FIXME: shadowAncestorNode() should be const.
105 virtual bool isEnabledFormControl() const { return static_cast<Element*>(const_cast<SpinButtonElement*>(this)->shadowAncestorNode())->isEnabledFormControl(); }
106 virtual bool isReadOnlyFormControl() const { return static_cast<Element*>(const_cast<SpinButtonElement*>(this)->shadowAncestorNode())->isReadOnlyFormControl(); }
TextControlInnerElements.cpp 115 Node* shadowAncestor = shadowAncestorNode();
129 Node* shadowAncestor = shadowAncestorNode();
152 HTMLInputElement* input = static_cast<HTMLInputElement*>(shadowAncestorNode());
194 RefPtr<HTMLInputElement> input(static_cast<HTMLInputElement*>(shadowAncestorNode()));
268 RefPtr<HTMLInputElement> input(static_cast<HTMLInputElement*>(shadowAncestorNode()));
335 HTMLInputElement* input = static_cast<HTMLInputElement*>(shadowAncestorNode());
394 RefPtr<HTMLInputElement> input(static_cast<HTMLInputElement*>(shadowAncestorNode()));
453 shadowAncestorNode()->renderer()->repaint();
479 RefPtr<HTMLInputElement> input(static_cast<HTMLInputElement*>(shadowAncestorNode()));
MeterShadowElement.cpp 53 Node* node = const_cast<MeterShadowElement*>(this)->shadowAncestorNode();
MediaControlElements.cpp 58 Node* mediaNode = node ? node->shadowAncestorNode() : 0;
  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 65 Node* input = object->node()->shadowAncestorNode();
HitTestResult.cpp 143 node = node->shadowAncestorNode();
147 node = node->shadowAncestorNode();
545 node = node->shadowAncestorNode();
559 mutableRectBasedTestResult().add(currInline->node()->shadowAncestorNode());
576 node = node->shadowAncestorNode();
590 mutableRectBasedTestResult().add(currInline->node()->shadowAncestorNode());
RenderTextControl.cpp 261 ASSERT(startPosition.deepEquivalent().deprecatedNode()->shadowAncestorNode() == node && endPosition.deepEquivalent().deprecatedNode()->shadowAncestorNode() == node);
280 Node* shadowAncestor = node->shadowAncestorNode();
RenderThemeChromiumSkia.cpp 277 Node* input = cancelButtonObject->node()->shadowAncestorNode();
320 Node* input = magnifierObject->node()->shadowAncestorNode();
355 Node* input = magnifierObject->node()->shadowAncestorNode();
RenderThemeMac.mm     [all...]
RenderThemeSafari.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FocusController.cpp 339 if (selectionStartNode == newFocusedNode || selectionStartNode->isDescendantOf(newFocusedNode) || selectionStartNode->shadowAncestorNode() == newFocusedNode)
349 if (Node* shadowAncestorNode = root->shadowAncestorNode()) {
350 if (!shadowAncestorNode->hasTagName(inputTag) && !shadowAncestorNode->hasTagName(textareaTag))
DOMSelection.cpp 49 Node* shadowAncestor = node->shadowAncestorNode();
DragController.cpp 286 n = n->shadowAncestorNode();
    [all...]
  /external/webkit/Source/WebCore/editing/
VisibleSelection.cpp 502 Node* shadowAncestor = endRoot ? endRoot->shadowAncestorNode() : 0;
507 shadowAncestor = root ? root->shadowAncestorNode() : 0;
531 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0;
536 shadowAncestor = root ? root->shadowAncestorNode() : 0;
htmlediting.cpp 104 Node* shadowAncestorA = nodeA->shadowAncestorNode();
107 Node* shadowAncestorB = nodeB->shadowAncestorNode();
285 if (Node* shadowAncestor = p.deprecatedNode()->shadowAncestorNode())
306 if (Node* shadowAncestor = p.deprecatedNode()->shadowAncestorNode()) {
892 Node* ancestor = node->shadowAncestorNode();
    [all...]
ReplaceSelectionCommand.cpp 146 Node* shadowAncestorNode = editableRoot->shadowAncestorNode();
150 !(shadowAncestorNode && shadowAncestorNode->renderer() && shadowAncestorNode->renderer()->isTextControl()) &&
    [all...]
SelectionController.cpp 222 return element->contains(position.anchorNode()) || element->contains(position.anchorNode()->shadowAncestorNode());
    [all...]
Editor.cpp 108 if (target && (!selectionStart || target->shadowAncestorNode() != selectionStart->shadowAncestorNode())) {
816 return target->shadowAncestorNode();
    [all...]
DeleteSelectionCommand.cpp     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 57 Node* mediaNode = node ? node->shadowAncestorNode() : 0;
305 Node* input = renderObject->node()->shadowAncestorNode();
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
Node.h 221 Node* shadowAncestorNode();

Completed in 185 milliseconds

1 2