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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.h 61 virtual bool isSVGText() const { return true; }
104 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGText, isSVGText());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 290 static bool isSVGText(Text* text)
298 if (isSVGText(this))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 727 bool isSVGText = renderText->isSVGInlineText();
758 if (isSVGText) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 440 virtual bool isSVGText() const { return false; }
    [all...]

Completed in 2919 milliseconds