Searched defs:LayoutStateMaintainer (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderView.h189 // These functions may only be accessed by LayoutStateMaintainer.
210 friend class LayoutStateMaintainer;
270 class LayoutStateMaintainer { class in namespace:WebCore
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) function in class:WebCore::LayoutStateMaintainer
285 LayoutStateMaintainer(RenderView* view) function in class:WebCore::LayoutStateMaintainer
294 ~LayoutStateMaintainer()

Completed in 25 milliseconds