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

  /external/webkit/WebCore/rendering/
RenderBlock.h 423 class MarginInfo {
454 MarginInfo(RenderBlock* b, int top, int bottom);
483 void layoutBlockChild(RenderBox* child, MarginInfo&, int& previousFloatBottom, int& maxFloatBottom);
484 void adjustPositionedBlock(RenderBox* child, const MarginInfo&);
485 void adjustFloatingBlock(const MarginInfo&);
486 bool handleSpecialChild(RenderBox* child, const MarginInfo&);
487 bool handleFloatingChild(RenderBox* child, const MarginInfo&);
488 bool handlePositionedChild(RenderBox* child, const MarginInfo&);
490 int collapseMargins(RenderBox* child, MarginInfo&);
491 int clearFloatsIfNeeded(RenderBox* child, MarginInfo&, int oldTopPosMargin, int oldTopNegMargin, int yPos)
    [all...]
RenderBlock.cpp 91 // Our MarginInfo state used when laying out block children.
92 RenderBlock::MarginInfo::MarginInfo(RenderBlock* block, int top, int bottom)
    [all...]

Completed in 27 milliseconds