Home
last modified time | relevance | path

Searched refs:LayoutStateDisabler (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h273 friend class LayoutStateDisabler; variable
370 class LayoutStateDisabler {
371 WTF_MAKE_NONCOPYABLE(LayoutStateDisabler);
373 LayoutStateDisabler(RenderView* view) in LayoutStateDisabler() function
380 ~LayoutStateDisabler() in ~LayoutStateDisabler()
DRenderMediaControlElements.cpp51 LayoutStateDisabler layoutStateDisabler(view()); in layout()
DRenderListItem.cpp294 LayoutStateDisabler layoutStateDisabler(view()); in updateMarkerLocation()
DRenderListBox.cpp182 LayoutStateDisabler layoutStateDisabler(view()); in layout()
DRenderFlowThread.cpp367LayoutStateDisabler layoutStateDisabler(view()); // We can't use layout state to repaint, since th… in repaintRectangleInRegions()
DRenderBlockFlow.cpp1801 LayoutStateDisabler layoutStateDisabler(view()); in repaintOverhangingFloats()
DRenderBlock.cpp4750 LayoutStateDisabler layoutStateDisabler(view()); in updateFirstLetterStyle()
4920 LayoutStateDisabler layoutStateDisabler(view()); in updateFirstLetter()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp201 LayoutStateDisabler layoutStateDisabler(view()); in layout()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp902 LayoutStateDisabler layoutStateDisabler(disableLayoutState ? rootForThisLayout->view() : 0); in performLayout()