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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp 334 LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginAfterForChild(child);
335 maxChildLogicalBottom = std::max(maxChildLogicalBottom, childLogicalBottom);
    [all...]
RenderBlock.cpp     [all...]

Completed in 59 milliseconds