HomeSort by relevance Sort by last modified time
    Searched defs:layoutState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 304 LayoutState* layoutState = currentBoxDescendant->view()->layoutState();
305 if (layoutState && layoutState->isPaginated()) {
306 ASSERT(layoutState->renderer() == currentBoxDescendant);
307 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset();
320 LayoutState* layoutState = currentBoxDescendant->view()->layoutState()
    [all...]
RenderView.h 26 #include "core/rendering/LayoutState.h"
115 LayoutState* layoutState() const { return m_layoutState; }
163 void pushLayoutState(LayoutState&);
196 LayoutState* m_layoutState;
209 // Suspends the LayoutState cached offset and clipRect optimization. Used under transforms
210 // that cannot be represented by LayoutState (common in SVG) and when manipulating the render
212 // moves its list marker around). Note that even when disabled, LayoutState is still used to
RenderBlockFlow.cpp 243 // is known. The page logical height thing in LayoutState is meaningless for flow
270 view()->layoutState()->pageLogicalOffset(*this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset());
367 if (renderView->layoutState()->pageLogicalHeight())
368 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(*this, logicalTop()));
407 LayoutState state(*this, locationOffset(), pageLogicalHeight, pageLogicalHeightChanged, columnInfo(), logicalWidthChanged);
616 bool paginated = view()->layoutState()->isPaginated();
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp 307 LayoutState state(*this, locationOffset());
    [all...]

Completed in 2285 milliseconds