Searched refs:LayoutStateDisabler (Results 1 – 9 of 9) sorted by relevance
273 friend class LayoutStateDisabler; variable370 class LayoutStateDisabler {371 WTF_MAKE_NONCOPYABLE(LayoutStateDisabler);373 LayoutStateDisabler(RenderView* view) in LayoutStateDisabler() function380 ~LayoutStateDisabler() in ~LayoutStateDisabler()
51 LayoutStateDisabler layoutStateDisabler(view()); in layout()
294 LayoutStateDisabler layoutStateDisabler(view()); in updateMarkerLocation()
182 LayoutStateDisabler layoutStateDisabler(view()); in layout()
367 …LayoutStateDisabler layoutStateDisabler(view()); // We can't use layout state to repaint, since th… in repaintRectangleInRegions()
1801 LayoutStateDisabler layoutStateDisabler(view()); in repaintOverhangingFloats()
4750 LayoutStateDisabler layoutStateDisabler(view()); in updateFirstLetterStyle()4920 LayoutStateDisabler layoutStateDisabler(view()); in updateFirstLetter()
201 LayoutStateDisabler layoutStateDisabler(view()); in layout()
902 LayoutStateDisabler layoutStateDisabler(disableLayoutState ? rootForThisLayout->view() : 0); in performLayout()