Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h590 bool shouldScheduleLayout();
DDocument.cpp2492 bool Document::shouldScheduleLayout() in shouldScheduleLayout() function in WebCore::Document
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2005 if (!m_frame->document()->shouldScheduleLayout()) in scheduleRelayout()