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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 441 LayoutUnit shrinkLogicalWidthToAvoidFloats(LayoutUnit childMarginStart, LayoutUnit childMarginEnd, const RenderBlockFlow* cb) const;
    [all...]
RenderBox.cpp     [all...]
RenderBlockFlow.cpp 513 LayoutUnit childMarginStart = marginStartForChild(child);
514 LayoutUnit newPosition = startPosition + childMarginStart;
525 newPosition = std::max(newPosition, positionToAvoidFloats + childMarginStart);
    [all...]

Completed in 46 milliseconds