OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTrackBounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.cc
68
gfx::Rect KennedyScrollBar::
GetTrackBounds
() const {
81
return
GetTrackBounds
().size();
85
gfx::Rect thumb_bounds =
GetTrackBounds
();
bitmap_scroll_bar.cc
215
gfx::Rect BitmapScrollBar::
GetTrackBounds
() const {
263
gfx::Rect track_bounds =
GetTrackBounds
();
292
gfx::Rect track_bounds =
GetTrackBounds
();
overlay_scroll_bar.cc
96
gfx::Rect OverlayScrollBar::
GetTrackBounds
() const {
148
gfx::Rect thumb_bounds =
GetTrackBounds
();
native_scroll_bar_views.cc
277
GetThumb()->SetBoundsRect(
GetTrackBounds
());
281
gfx::Rect bounds =
GetTrackBounds
();
353
gfx::Rect NativeScrollBarViews::
GetTrackBounds
() const {
Completed in 51 milliseconds