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

  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 88 static const unsigned cMaxUpdateScrollbarsPass = 2;
175 if (needsLayout && inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&
  /external/webkit/WebCore/platform/
ScrollView.cpp 335 static const unsigned cMaxUpdateScrollbarsPass = 2;
404 if (sendContentResizedNotification && m_updateScrollbarsPass < cMaxUpdateScrollbarsPass) {
    [all...]

Completed in 5316 milliseconds