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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.h 42 virtual bool isRenderSVGBlock() const OVERRIDE FINAL { return true; };
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 178 bool canHaveBoxInfoInRegion() const { return !isFloating() && !isReplaced() && !isInline() && !hasColumns() && !isTableCell() && isBlockFlow() && !isRenderSVGBlock(); }
RenderObject.h 334 virtual bool isRenderSVGBlock() const { return false; };
    [all...]

Completed in 39 milliseconds