Home
last modified time | relevance | path

Searched defs:isSVGInlineFlowBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineFlowBox.h36 virtual bool isSVGInlineFlowBox() const OVERRIDE { return true; } in isSVGInlineFlowBox() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h124 virtual bool isSVGInlineFlowBox() const { return false; } in isSVGInlineFlowBox() function