Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm233 static const unsigned cMaxUpdateScrollbarsPass = 2;
353 if (needsLayout && _private->inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&
/external/webkit/Source/WebCore/platform/
DScrollView.cpp503 static const unsigned cMaxUpdateScrollbarsPass = 2; variable
576 if (sendContentResizedNotification && m_updateScrollbarsPass < cMaxUpdateScrollbarsPass) { in updateScrollbars()