Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DDocument.cpp226 static const int cLayoutScheduleThreshold = 250; variable
1881 …rame()->redirectScheduler()->locationChangePending() && elapsedTime() < cLayoutScheduleThreshold) { in implicitClose()
1953 m_overMinimumLayoutThreshold = elapsed > cLayoutScheduleThreshold; in minimumLayoutDelay()
1956 return max(0, cLayoutScheduleThreshold - elapsed) + m_extraLayoutDelay; in minimumLayoutDelay()