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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 669 LayoutUnit floatLogicalTop = block->logicalTopForFloat(lastFloatFromPreviousLine);
672 bool lineOverlapsWithFloat = (floatLogicalTop < lineLogicalBottom) && (lineLogicalTop < floatLogicalBottom);
683 if (block->logicalHeight() < floatLogicalTop) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 44 milliseconds