HomeSort by relevance Sort by last modified time
    Searched refs:cMaxUpdateScrollbarsPass (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 233 static const unsigned cMaxUpdateScrollbarsPass = 2;
353 if (needsLayout && _private->inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 503 static const unsigned cMaxUpdateScrollbarsPass = 2;
576 if (sendContentResizedNotification && m_updateScrollbarsPass < cMaxUpdateScrollbarsPass) {
    [all...]

Completed in 506 milliseconds