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

  /external/webkit/WebCore/rendering/
RenderView.h 156 void disableLayoutState() { m_layoutStateDisableCount++; }
264 m_view->disableLayoutState();
  /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 36 milliseconds