Home
last modified time | relevance | path

Searched refs:allowSubtree (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h93 void layout(bool allowSubtree = true);
231 void forceLayout(bool allowSubtree = false);
DFrameView.cpp775 void FrameView::layout(bool allowSubtree) in layout() argument
809 if (!allowSubtree && isSubtreeLayout()) { in layout()
2735 void FrameView::forceLayout(bool allowSubtree) in forceLayout() argument
2737 layout(allowSubtree); in forceLayout()