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

  /external/webkit/Source/WebCore/rendering/
LayoutState.h 76 bool pageLogicalHeight() const { return m_pageLogicalHeight; }
LayoutState.cpp 37 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset, int pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
85 if (pageLogicalHeight || m_columnInfo) {
86 m_pageLogicalHeight = pageLogicalHeight;
RenderBlock.cpp     [all...]
RenderTableRow.cpp 145 if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell->logicalTop()) != cell->pageLogicalOffset())
RenderView.h 140 unsigned pageLogicalHeight() const { return m_pageLogicalHeight; }
RenderBlock.h 80 virtual void layoutBlock(bool relayoutChildren, int pageLogicalHeight = 0);
614 bool layoutColumns(bool hasSpecifiedPageLogicalHeight, int pageLogicalHeight, LayoutStateMaintainer&);
    [all...]
RenderTableSection.cpp 712 if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell->logicalTop()) != cell->pageLogicalOffset())
718 if (style()->isHorizontalWritingMode() && view()->layoutState()->pageLogicalHeight() && cell->height() != rHeight)
    [all...]
RenderFlexibleBox.cpp 284 if (view()->layoutState()->pageLogicalHeight())
    [all...]
RenderTable.cpp 461 if (view()->layoutState()->pageLogicalHeight())
    [all...]
RenderBox.cpp     [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 119 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
148 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight);
151 blockDirectionStart + i * pageLogicalHeight :
152 blockDirectionStart - (i + 1) * pageLogicalHeight;
158 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
165 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
FrameView.cpp     [all...]

Completed in 82 milliseconds