Searched refs:scroll_bar_ (Results 1 – 4 of 4) sorted by relevance
20 : scroll_bar_(scroll_bar), in BaseScrollBarThumb()33 size = std::max(size, scroll_bar_->IsHorizontal() ? prefsize.width() : in SetSize()36 if (scroll_bar_->IsHorizontal()) { in SetSize()45 if (scroll_bar_->IsHorizontal()) in GetSize()52 gfx::Rect track_bounds = scroll_bar_->GetTrackBounds(); in SetPosition()53 if (scroll_bar_->IsHorizontal()) { in SetPosition()62 gfx::Rect track_bounds = scroll_bar_->GetTrackBounds(); in GetPosition()63 if (scroll_bar_->IsHorizontal()) in GetPosition()77 mouse_offset_ = scroll_bar_->IsHorizontal() ? event.x() : event.y(); in OnMousePressed()87 if (scroll_bar_->IsHorizontal()) { in OnMouseDragged()[all …]
105 scroll_bar_(scroll_bar) { in BitmapScrollBarThumb()138 return scroll_bar_->images_[BitmapScrollBar::THUMB_START_CAP][GetState()]; in start_cap_image()143 return scroll_bar_->images_[BitmapScrollBar::THUMB_END_CAP][GetState()]; in end_cap_image()149 return scroll_bar_->images_[BitmapScrollBar::THUMB_MIDDLE][GetState()]; in background_image()155 return scroll_bar_->images_[BitmapScrollBar::THUMB_GRIPPY] in grippy_image()160 BitmapScrollBar* scroll_bar_; member in views::__anon1da090880111::BitmapScrollBarThumb
63 BaseScrollBar* scroll_bar() { return scroll_bar_; } in scroll_bar()67 BaseScrollBar* scroll_bar_;
70 ScrollBar* scroll_bar_; member in views::__anonb42baaff0111::ScrollBarThumb159 scroll_bar_(scroll_bar) { in ScrollBarThumb()182 const ui::NativeTheme::Part gripper_part = scroll_bar_->IsHorizontal() ? in OnPaint()198 if (scroll_bar_->IsHorizontal()) in GetNativeThemePart()