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

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

Completed in 89 milliseconds