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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 81 LayoutSize logicalSizeForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? LayoutSize(floatingObject->width(), floatingObject->height()) : LayoutSize(floatingObject->height(), floatingObject->width()); }
RenderBlockFlow.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 26 milliseconds