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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 284 bool RenderBlockFlow::isSelfCollapsingBlock() const
286 m_hasOnlySelfCollapsingChildren = RenderBlock::isSelfCollapsingBlock();
296 // descendants every time in |isSelfCollapsingBlock|. We reset it here so that |isSelfCollapsingBlock| attempts to burrow
557 bool childIsSelfCollapsing = child->isSelfCollapsingBlock();
    [all...]
RenderBlock.h 370 virtual bool isSelfCollapsingBlock() const OVERRIDE;
RenderBlockFlow.h 439 virtual bool isSelfCollapsingBlock() const OVERRIDE;
RenderBox.h 326 virtual bool isSelfCollapsingBlock() const { return false; }
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 210 milliseconds