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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 219 // These functions may only be accessed by LayoutStateMaintainer.
245 // These functions may only be accessed by LayoutStateMaintainer or LayoutStateDisabler.
258 friend class LayoutStateMaintainer;
312 class LayoutStateMaintainer {
313 WTF_MAKE_NONCOPYABLE(LayoutStateMaintainer);
316 LayoutStateMaintainer(RenderView* view, RenderBox* root, LayoutSize offset, bool disableState = false, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
327 LayoutStateMaintainer(RenderView* view)
336 ~LayoutStateMaintainer()
RenderMedia.cpp 83 // instantiate LayoutStateDisabler. Since using a LayoutStateMaintainer is slightly more efficient,
84 // and this method will be called many times per second during playback, use a LayoutStateMaintainer:
85 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderMultiColumnBlock.h 60 virtual bool relayoutForPagination(bool hasSpecifiedPageLogicalHeight, LayoutUnit pageLogicalHeight, LayoutStateMaintainer&) OVERRIDE;
RenderLazyBlock.cpp 219 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderMultiColumnBlock.cpp 98 bool RenderMultiColumnBlock::relayoutForPagination(bool, LayoutUnit, LayoutStateMaintainer& statePusher)
RenderTextTrackCue.cpp 55 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderEmbeddedObject.cpp 249 // instantiate LayoutStateDisabler. Since using a LayoutStateMaintainer is slightly more efficient,
250 // and this method will be called many times per second during playback, use a LayoutStateMaintainer:
251 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
RenderTableRow.cpp 162 LayoutStateMaintainer statePusher(view(), this, LayoutSize(), style()->isFlippedBlocksWritingMode());
RenderTableSection.cpp 510 LayoutStateMaintainer statePusher(viewRenderer);
611 LayoutStateMaintainer statePusher(view(), this, locationOffset(), style()->isFlippedBlocksWritingMode());
758 LayoutStateMaintainer statePusher(view(), this, locationOffset(), style()->isFlippedBlocksWritingMode());
    [all...]
RenderBlock.h 44 class LayoutStateMaintainer;
    [all...]
RenderDeprecatedFlexibleBox.cpp 261 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderFlexibleBox.cpp 251 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderGrid.cpp 238 LayoutStateMaintainer statePusher(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode());
    [all...]
RenderTable.cpp 416 LayoutStateMaintainer statePusher(view(), this, locationOffset(), style()->isFlippedBlocksWritingMode());
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp 395 LayoutStateMaintainer statePusher(view(), this, locationOffset(), style()->isFlippedBlocksWritingMode());
    [all...]

Completed in 227 milliseconds