OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumb_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/controls/
slider.cc
119
const int thumb_x = value * (content.width() -
thumb_
->width());
123
if (candidate_x >= 0 && candidate_x <
thumb_
->width())
126
initial_button_offset_.set_x(
thumb_
->width() / 2);
129
const int thumb_y = (1.0 - value) * (content.height() -
thumb_
->height());
131
if (candidate_y >= 0 && candidate_y <
thumb_
->height())
134
initial_button_offset_.set_y(
thumb_
->height() / 2);
145
(width() - inset.width() -
thumb_
->width()),
150
(height() -
thumb_
->height()),
158
thumb_
= rb.GetImageNamed(IDR_SLIDER_ACTIVE_THUMB).ToImageSkia();
162
thumb_
= rb.GetImageNamed(IDR_SLIDER_DISABLED_THUMB).ToImageSkia()
[
all
...]
slider.h
118
const gfx::ImageSkia*
thumb_
;
member in class:views::Slider
/external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc
40
thumb_
(thumb),
49
AddChildView(
thumb_
);
52
thumb_
->set_context_menu_controller(this);
403
thumb_
->SetSize(thumb_size);
406
thumb_
->SetPosition(thumb_position);
410
return
thumb_
->GetPosition();
417
return
thumb_
;
436
return
thumb_
->GetSize();
441
gfx::Rect thumb_bounds =
thumb_
->bounds();
471
thumb_
->SetPosition(CalculateThumbPosition(contents_scroll_offset_))
[
all
...]
base_scroll_bar.h
149
BaseScrollBarThumb*
thumb_
;
member in class:views::BaseScrollBar
Completed in 46 milliseconds