Searched refs:GetTrackBounds (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dkennedy_scroll_bar.h22 virtual gfx::Rect GetTrackBounds() const OVERRIDE;
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.h21 virtual gfx::Rect GetTrackBounds() const OVERRIDE;
H A Dbase_scroll_bar_thumb.cc52 gfx::Rect track_bounds = scroll_bar_->GetTrackBounds();
62 gfx::Rect track_bounds = scroll_bar_->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 Dscrollbar_unittest.cc75 track_size_ = scrollbar_->GetTrackBounds().width();
155 scrollbar_->GetTrackBounds().width() - scrollbar_->GetThumbSizeForTest(),
H A Dnative_scroll_bar_views.h62 virtual gfx::Rect GetTrackBounds() const OVERRIDE;
H A Dbase_scroll_bar.h35 virtual gfx::Rect GetTrackBounds() const = 0;
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
H A Dbase_scroll_bar.cc490 gfx::Rect track_bounds = GetTrackBounds();

Completed in 968 milliseconds