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

/external/chromium_org/third_party/WebKit/Source/core/frame/
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 53 milliseconds