HomeSort by relevance Sort by last modified time
    Searched defs:GetTrackBounds (Results 1 - 3 of 3) 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();
overlay_scroll_bar.cc 94 gfx::Rect OverlayScrollBar::GetTrackBounds() const {
146 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 82 milliseconds