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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h 37 virtual bool isSVGInlineTextBox() const { return true; }
93 ASSERT_WITH_SECURITY_IMPLICATION(!box || box->isSVGInlineTextBox());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 121 virtual bool isSVGInlineTextBox() const { return false; }

Completed in 35 milliseconds