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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockFlowPainter.h 17 BlockFlowPainter(RenderBlockFlow& renderBlockFlow) : m_renderBlockFlow(renderBlockFlow) { }
21 RenderBlockFlow& m_renderBlockFlow;
BlockFlowPainter.cpp 16 if (!m_renderBlockFlow.floatingObjects())
19 const FloatingObjectSet& floatingObjectSet = m_renderBlockFlow.floatingObjects()->set();
28 LayoutPoint childPoint = m_renderBlockFlow.flipFloatForWritingModeForChild(
30 + m_renderBlockFlow.xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->x(), paintOffset.y()
31 + m_renderBlockFlow.yPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->y()));

Completed in 50 milliseconds