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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 288 LayoutUnit floatMarginBoxWidth = containingBlock.logicalWidthForFloat(&floatingObject);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 121 LayoutUnit logicalWidthForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->width() : floatingObject->height(); }
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 374 if (m_floatsFitOnLine && m_width.fitsOnLine(m_block->logicalWidthForFloat(floatingObject).toFloat(), ExcludeWhitespace)) {
    [all...]

Completed in 195 milliseconds