Searched refs:flipFloatForWritingModeForChild (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockFlowPainter.cpp28 LayoutPoint childPoint = m_renderBlockFlow.flipFloatForWritingModeForChild(
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h205 LayoutPoint flipFloatForWritingModeForChild(const FloatingObject*, const LayoutPoint&) const;
H A DRenderBlockFlow.cpp2179 LayoutPoint RenderBlockFlow::flipFloatForWritingModeForChild(const FloatingObject* child, const LayoutPoint& point) const function in class:blink::RenderBlockFlow
2638 LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, adjustedLocation + LayoutSize(xOffset, yOffset));

Completed in 5462 milliseconds