Searched refs:thumb_thickness_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer_impl.cc38 thumb_thickness_,
58 thumb_thickness_(thumb_thickness),
69 if (thumb_thickness_ != -1)
70 return thumb_thickness_;
H A Dsolid_color_scrollbar_layer.cc19 thumb_thickness_,
49 thumb_thickness_(thumb_thickness),
H A Dpainted_scrollbar_layer_impl.cc35 thumb_thickness_(0),
56 scrollbar_layer->SetThumbThickness(thumb_thickness_);
141 if (thumb_thickness_ == thumb_thickness)
143 thumb_thickness_ = thumb_thickness;
148 return thumb_thickness_;
H A Dsolid_color_scrollbar_layer_impl.h51 int thumb_thickness_; member in class:cc::SolidColorScrollbarLayerImpl
H A Dpainted_scrollbar_layer.cc41 thumb_thickness_(scrollbar_->ThumbThickness()),
119 scrollbar_layer->SetThumbThickness(thumb_thickness_);
197 UpdateProperty(scrollbar_->ThumbThickness(), &thumb_thickness_);
200 UpdateProperty(0, &thumb_thickness_);
H A Dpainted_scrollbar_layer_impl.h67 int thumb_thickness_; member in class:cc::PaintedScrollbarLayerImpl
H A Dsolid_color_scrollbar_layer.h55 int thumb_thickness_; member in class:cc::SolidColorScrollbarLayer
H A Dpainted_scrollbar_layer.h87 int thumb_thickness_; member in class:cc::PaintedScrollbarLayer
/external/chromium_org/cc/test/
H A Dfake_scrollbar.cc16 thumb_thickness_(10),
25 thumb_thickness_(10),
47 return thumb_thickness_;
H A Dfake_scrollbar.h36 thumb_thickness_ = thumb_thickness;
46 int thumb_thickness_; member in class:cc::FakeScrollbar

Completed in 146 milliseconds