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