Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.cpp539 bool sendContentResizedNotification = false; in updateScrollbars() local
566 sendContentResizedNotification = true; in updateScrollbars()
573 sendContentResizedNotification = true; in updateScrollbars()
576 if (sendContentResizedNotification && m_updateScrollbarsPass < cMaxUpdateScrollbarsPass) { in updateScrollbars()