HomeSort by relevance Sort by last modified time
    Searched refs:thumb_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 106 int thumb_y = event.y() - mouse_offset_; local
107 scroll_bar_->ScrollToThumbPosition(GetPosition() + thumb_y, false);
  /external/chromium_org/ui/views/controls/
slider.cc 131 const int thumb_y = (1.0 - value) * (content.height() - thumb_->height()); local
132 const int candidate_y = point.y() - thumb_y;
236 int thumb_y = content.height() / 2 - thumb_->height() / 2; local
237 canvas->DrawImageInt(*thumb_, button_cx, thumb_y);

Completed in 30 milliseconds