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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h 57 bool isPaginated() const { return m_isPaginated; }
RenderFlowThread.cpp 305 if (layoutState && layoutState->isPaginated()) {
321 if (layoutState && layoutState->isPaginated())
339 ASSERT(layoutState && layoutState->isPaginated());
RenderBlockFlow.cpp 616 bool paginated = view()->layoutState()->isPaginated();
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderLayer.h 152 bool isPaginated() const { return m_isPaginated; }
    [all...]
RootInlineBox.cpp 243 if (block().view()->layoutState()->isPaginated())
    [all...]
RenderTable.cpp 364 if (view()->layoutState()->isPaginated()) {
    [all...]
RenderBlock.cpp     [all...]
RenderLayer.cpp 248 bool needsPaginationUpdate = isPaginated() || enclosingPaginationLayer();
    [all...]
RenderBox.cpp     [all...]

Completed in 211 milliseconds