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

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

Completed in 40 milliseconds