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

  /external/webkit/Source/WebCore/rendering/
LayoutState.h 68 bool isPaginated() const { return m_pageLogicalHeight || m_columnInfo; }
RenderTableRow.cpp 140 bool paginated = view()->layoutState()->isPaginated();
RenderView.h 193 if (!doingFullRepaint() || renderer->hasColumns() || m_layoutState->isPaginated()) {
RenderLayer.h 620 bool isPaginated() const { return m_isPaginated; }
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 65 milliseconds