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

  /external/webkit/WebCore/rendering/
RenderBox.h 148 virtual bool isSelfCollapsingBlock() const { return false; }
RenderBlock.h 217 virtual bool isSelfCollapsingBlock() const;
RenderBlock.cpp 579 bool RenderBlock::isSelfCollapsingBlock() const
615 if (!child->isSelfCollapsingBlock())
    [all...]

Completed in 218 milliseconds