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

  /external/webkit/Source/WebCore/rendering/
RenderView.h 135 void disableLayoutState() { m_layoutStateDisableCount++; }
305 m_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...]

Completed in 125 milliseconds