OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeScrollbarExistence
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
284
void
computeScrollbarExistence
(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption = FirstPass) const;
ScrollView.cpp
334
void ScrollView::
computeScrollbarExistence
(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption option) const
438
computeScrollbarExistence
(newHasHorizontalScrollbar, newHasVerticalScrollbar, contentsSize(), option);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
588
computeScrollbarExistence
(shouldHaveHorizontalScrollbar, shouldHaveVerticalScrollbar, documentRect.size());
[
all
...]
Completed in 1079 milliseconds