Searched defs:GetTrackBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dkennedy_scroll_bar.cc68 gfx::Rect KennedyScrollBar::GetTrackBounds() const { function in class:views::KennedyScrollBar
81 return GetTrackBounds().size();
85 gfx::Rect thumb_bounds = GetTrackBounds();
H A Doverlay_scroll_bar.cc94 gfx::Rect OverlayScrollBar::GetTrackBounds() const { function in class:views::OverlayScrollBar
146 gfx::Rect thumb_bounds = GetTrackBounds();
H A Dnative_scroll_bar_views.cc277 GetThumb()->SetBoundsRect(GetTrackBounds());
281 gfx::Rect bounds = GetTrackBounds();
353 gfx::Rect NativeScrollBarViews::GetTrackBounds() const { function in class:views::NativeScrollBarViews

Completed in 194 milliseconds