HomeSort by relevance Sort by last modified time
    Searched refs:isShadowNode (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/rendering/
SVGShadowTreeElements.h 55 virtual bool isShadowNode() const { return m_shadowParent; }
TextControlInnerElements.h 40 virtual bool isShadowNode() const { return m_shadowParent; }
MediaControlElements.h 77 virtual bool isShadowNode() const { return true; }
RenderFileUploadControl.cpp 57 virtual bool isShadowNode() const { return true; }
RenderSlider.cpp 139 virtual bool isShadowNode() const { return true; }
RenderBlock.cpp     [all...]
  /external/webkit/WebCore/svg/
SVGElement.cpp 120 Node* n = isShadowNode() ? const_cast<SVGElement*>(this)->shadowParentNode() : parentNode();
125 n = n->isShadowNode() ? n->shadowParentNode() : n->parentNode();
135 Node* n = isShadowNode() ? const_cast<SVGElement*>(this)->shadowParentNode() : parentNode();
140 n = n->isShadowNode() ? n->shadowParentNode() : n->parentNode();
SVGUseElement.cpp 443 if (parent->isShadowNode())
    [all...]
  /external/webkit/WebCore/dom/
Node.h 196 virtual bool isShadowNode() const { return false; }
Node.cpp     [all...]
Element.cpp 852 if (!hasParentStyle && isShadowNode() && isSVGElement())
    [all...]
Range.cpp     [all...]
  /external/webkit/WebCore/page/
DragController.cpp 246 if (node->hasTagName(HTMLNames::inputTag) && node->isShadowNode() && static_cast<HTMLInputElement*>(node)->inputType() != HTMLInputElement::FILE)
EventHandler.cpp     [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 155 ASSERT(!n->isShadowNode());
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 822 if (!m_parentNode && e && e->isSVGElement() && e->isShadowNode())
    [all...]

Completed in 306 milliseconds