HomeSort by relevance Sort by last modified time
    Searched refs:thumb_ (Results 1 - 6 of 6) 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 121 const gfx::ImageSkia* thumb_; member in class:views::Slider
  /external/chromium_org/cc/layers/
scrollbar_layer.cc 136 if (thumb_ && thumb_->texture()->have_backing_texture())
137 scrollbar_layer->set_thumb_resource_id(thumb_->texture()->resource_id());
156 thumb_.reset();
209 if (!thumb_ && scrollbar_->HasThumb()) {
210 thumb_ = thumb_updater_->CreateResource(
290 if (thumb_) {
292 thumb_->texture()->SetDimensions(thumb_size, texture_format_);
293 thumb_->texture()->set_request_priority(
332 updated |= UpdatePart(thumb_updater_.get(), thumb_.get()
    [all...]
scrollbar_layer.h 88 scoped_ptr<LayerUpdater::Resource> thumb_; member in class:cc::ScrollbarLayer
  /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 77 milliseconds