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

  /external/webkit/Source/WebCore/dom/
Document.h 410 bool hasSVGRootNode() const;
413 static bool hasSVGRootNode() { return false; }
    [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 722 isOpaqueRoot = !document()->hasSVGRootNode();
    [all...]

Completed in 77 milliseconds