Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h287 FirstPass, enumerator
290 …zontalScrollbar, bool& newHasVerticalScrollbar, ComputeScrollbarExistenceOption = FirstPass) const;
308 bool adjustScrollbarExistence(ComputeScrollbarExistenceOption = FirstPass);
DScrollView.cpp363 bool attemptToRemoveScrollbars = (option == FirstPass in computeScrollbarExistence()
467 if (!adjustScrollbarExistence(updateScrollbarsPass ? Incremental : FirstPass)) in updateScrollbars()