HomeSort by relevance Sort by last modified time
    Searched defs:isShadowNode (Results 1 - 6 of 6) 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; }
RenderFileUploadControl.cpp 57 virtual bool isShadowNode() const { return true; }
MediaControlElements.h 77 virtual bool isShadowNode() const { return true; }
RenderSlider.cpp 139 virtual bool isShadowNode() const { return true; }
  /external/webkit/WebCore/dom/
Node.h 196 virtual bool isShadowNode() const { return false; }

Completed in 102 milliseconds