OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstPass
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
281
FirstPass
,
284
void computeScrollbarExistence(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption =
FirstPass
) const;
304
bool adjustScrollbarExistence(ComputeScrollbarExistenceOption =
FirstPass
);
ScrollView.cpp
363
bool attemptToRemoveScrollbars = (option ==
FirstPass
472
if (!adjustScrollbarExistence(updateScrollbarsPass ? Incremental :
FirstPass
))
[
all
...]
Completed in 103 milliseconds