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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 287 static bool isSVGText(Text* text)
296 if (isSVGText(this))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 537 bool isSVGText = renderText->isSVGInlineText();
575 if (isSVGText) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 469 virtual bool isSVGText() const { return false; }
    [all...]

Completed in 294 milliseconds