OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidate_y
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/controls/
slider.cc
130
const int
candidate_y
= point.y() - thumb_y;
local
131
if (
candidate_y
>= 0 &&
candidate_y
< thumb_->height())
132
initial_button_offset_.set_y(
candidate_y
);
Completed in 435 milliseconds