OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContentOverlapSize
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/controls/scrollbar/
overlay_scroll_bar.h
26
virtual int
GetContentOverlapSize
() const OVERRIDE;
scroll_bar.cc
34
int ScrollBar::
GetContentOverlapSize
() const {
scroll_bar.h
91
virtual int
GetContentOverlapSize
() const;
overlay_scroll_bar.cc
115
int OverlayScrollBar::
GetContentOverlapSize
() const {
/external/chromium_org/ui/views/controls/
scroll_view.cc
257
int height_offset = horiz_sb_->
GetContentOverlapSize
();
264
int width_offset = vert_sb_->
GetContentOverlapSize
();
Completed in 412 milliseconds