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

  /external/webkit/Source/WebCore/rendering/
RenderView.h 189 // These functions may only be accessed by LayoutStateMaintainer.
210 friend class LayoutStateMaintainer;
270 class LayoutStateMaintainer {
271 WTF_MAKE_NONCOPYABLE(LayoutStateMaintainer);
274 LayoutStateMaintainer(RenderView* view, RenderBox* root, IntSize offset, bool disableState = false, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
285 LayoutStateMaintainer(RenderView* view)
294 ~LayoutStateMaintainer()
RenderMedia.cpp 73 // call view()->disableLayoutState(). Since using a LayoutStateMaintainer is slightly more efficient,
74 // and this method will be called many times per second during playback, use a LayoutStateMaintainer:
75 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderSlider.cpp 160 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
RenderTableRow.cpp 138 LayoutStateMaintainer statePusher(view(), this, IntSize(), style()->isFlippedBlocksWritingMode());
RenderTableSection.cpp 269 LayoutStateMaintainer statePusher(view());
351 LayoutStateMaintainer statePusher(view());
443 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
584 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
    [all...]
RenderBlock.h 38 class LayoutStateMaintainer;
614 bool layoutColumns(bool hasSpecifiedPageLogicalHeight, int pageLogicalHeight, LayoutStateMaintainer&);
    [all...]
RenderFlexibleBox.cpp 215 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderTable.cpp 294 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp 409 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
    [all...]

Completed in 268 milliseconds