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

  /external/webkit/Source/WebCore/rendering/
RenderView.h 135 void disableLayoutState() { m_layoutStateDisableCount++; }
305 m_view->disableLayoutState();
RenderListItem.cpp 216 view()->disableLayoutState();
RenderListBox.cpp 151 view()->disableLayoutState();
RenderLayer.cpp 340 // FIXME: Optimize using LayoutState and remove the disableLayoutState() call
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 106 view()->disableLayoutState();
  /external/webkit/Source/WebCore/page/
FrameView.cpp 953 bool disableLayoutState = false;
956 disableLayoutState = view->shouldDisableLayoutStateForSubtree(root);
958 if (disableLayoutState)
959 view->disableLayoutState();
971 if (disableLayoutState)
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 171 view()->disableLayoutState();

Completed in 891 milliseconds