OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
121
const int
thumb_x
= value * (content.width() - thumb_->width());
local
124
point.x() - inset.left()) -
thumb_x
;
262
int
thumb_x
= content.width() / 2 - thumb_->width() / 2;
local
263
canvas->DrawImageInt(*thumb_,
thumb_x
, button_cy);
Completed in 95 milliseconds