OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumb_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc
101
int
thumb_x
= event.x() - mouse_offset_;
local
103
thumb_x
*= -1;
104
scroll_bar_->ScrollToThumbPosition(GetPosition() +
thumb_x
, false);
/external/chromium_org/ui/views/controls/
slider.cc
119
const int
thumb_x
= value * (content.width() - thumb_->width());
local
122
point.x() - inset.left()) -
thumb_x
;
260
int
thumb_x
= content.width() / 2 - thumb_->width() / 2;
local
261
canvas->DrawImageInt(*thumb_,
thumb_x
, button_cy);
Completed in 1252 milliseconds