Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGContainer.h53 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; } in isSVGContainer() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h433 virtual bool isSVGContainer() const { return false; } in isSVGContainer() function