Searched refs:shouldScheduleLayout (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h588 bool shouldScheduleLayout() const;
H A DDocument.cpp1596 if (!shouldScheduleLayout())
2687 bool Document::shouldScheduleLayout() const function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1745 if (!m_frame->document()->shouldScheduleLayout())
1773 // FIXME: Should this call shouldScheduleLayout instead?
1832 // Document::shouldScheduleLayout takes care of preventing us from scheduling

Completed in 1366 milliseconds