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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.cpp 110 float newRight = m_block.logicalLeftForFloat(newFloat);
FloatingObjects.cpp 460 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(floatingObject);
RenderBlockFlow.h 77 LayoutUnit logicalLeftForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->x() : floatingObject->y(); }
RenderBlockFlow.cpp     [all...]

Completed in 117 milliseconds