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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 64 bool parentDefinesTextLength(RenderObject*) const;
SVGTextLayoutEngine.cpp 146 bool SVGTextLayoutEngine::parentDefinesTextLength(RenderObject* parent) const
434 bool definesTextLength = textParent ? parentDefinesTextLength(textParent) : false;

Completed in 53 milliseconds