OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTrackBounds
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.h
22
virtual gfx::Rect
GetTrackBounds
() const OVERRIDE;
overlay_scroll_bar.h
21
virtual gfx::Rect
GetTrackBounds
() const OVERRIDE;
kennedy_scroll_bar.cc
68
gfx::Rect KennedyScrollBar::
GetTrackBounds
() const {
81
return
GetTrackBounds
().size();
85
gfx::Rect thumb_bounds =
GetTrackBounds
();
native_scroll_bar_views.h
62
virtual gfx::Rect
GetTrackBounds
() const OVERRIDE;
base_scroll_bar_thumb.cc
52
gfx::Rect track_bounds = scroll_bar_->
GetTrackBounds
();
62
gfx::Rect track_bounds = scroll_bar_->
GetTrackBounds
();
overlay_scroll_bar.cc
94
gfx::Rect OverlayScrollBar::
GetTrackBounds
() const {
146
gfx::Rect thumb_bounds =
GetTrackBounds
();
scrollbar_unittest.cc
75
track_size_ = scrollbar_->
GetTrackBounds
().width();
155
scrollbar_->
GetTrackBounds
().width() - scrollbar_->GetThumbSizeForTest(),
base_scroll_bar.h
35
virtual gfx::Rect
GetTrackBounds
() const = 0;
native_scroll_bar_views.cc
277
GetThumb()->SetBoundsRect(
GetTrackBounds
());
281
gfx::Rect bounds =
GetTrackBounds
();
353
gfx::Rect NativeScrollBarViews::
GetTrackBounds
() const {
base_scroll_bar.cc
490
gfx::Rect track_bounds =
GetTrackBounds
();
Completed in 79 milliseconds