Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.h640 void setExtraLayoutDelay(int delay) { m_extraLayoutDelay = delay; } in setExtraLayoutDelay()
1298 int m_extraLayoutDelay; variable
DDocument.cpp402 , m_extraLayoutDelay(0) in Document()
2211 bool isPendingLayoutImmediate = minimumLayoutDelay() == m_extraLayoutDelay; in isLayoutTimerActive()
2218 return m_extraLayoutDelay; in minimumLayoutDelay()
2224 return max(0, cLayoutScheduleThreshold - elapsed) + m_extraLayoutDelay; in minimumLayoutDelay()
/external/webkit/Source/WebCore/
DChangeLog58908 minimumLayoutDelay() to m_extraLayoutDelay instead of 0. This spirit of this comparison was
63873 to return m_extraLayoutDelay instead of 0 as a minimum. So checking !minimumLayoutDelay()
63875 m_extraLayoutDelay. But this is all the more reason to move this method onto Document. I'll
DChangeLog-2010-01-2913163 …odified. Use initializer list for m_startTime, m_overMinimumLayoutThreshold and m_extraLayoutDelay.