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

  /external/webkit/WebCore/rendering/
RenderView.h 156 void disableLayoutState() { m_layoutStateDisableCount++; }
264 m_view->disableLayoutState();
RenderSVGRoot.cpp 85 view()->disableLayoutState();
RenderListItem.cpp 224 view()->disableLayoutState();
RenderBlock.cpp     [all...]
RenderLayer.cpp 278 // FIXME: Optimize using LayoutState and remove the disableLayoutState() call
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 685 bool disableLayoutState = false;
688 disableLayoutState = view->shouldDisableLayoutStateForSubtree(root);
690 if (disableLayoutState)
691 view->disableLayoutState();
703 if (disableLayoutState)
    [all...]

Completed in 89 milliseconds