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

/external/chromium_org/cc/test/
H A Dfake_scrollbar.cc15 thumb_thickness_(10),
24 thumb_thickness_(10),
46 return thumb_thickness_;
H A Dfake_scrollbar.h36 thumb_thickness_ = thumb_thickness;
44 int thumb_thickness_; member in class:cc::FakeScrollbar
/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer_impl.cc29 tree_impl, id(), orientation(), thumb_thickness_,
41 thumb_thickness_(thumb_thickness),
49 if (thumb_thickness_ != -1)
50 return thumb_thickness_;
H A Dsolid_color_scrollbar_layer.cc16 tree_impl, id(), orientation(), thumb_thickness_,
39 thumb_thickness_(thumb_thickness),
H A Dpainted_scrollbar_layer_impl.cc35 thumb_thickness_(0),
56 scrollbar_layer->SetThumbThickness(thumb_thickness_);
129 if (thumb_thickness_ == thumb_thickness)
131 thumb_thickness_ = thumb_thickness;
136 return thumb_thickness_;
H A Dsolid_color_scrollbar_layer.h46 int thumb_thickness_; member in class:cc::SolidColorScrollbarLayer
H A Dsolid_color_scrollbar_layer_impl.h46 int thumb_thickness_; member in class:cc::SolidColorScrollbarLayerImpl
H A Dpainted_scrollbar_layer_impl.h65 int thumb_thickness_; member in class:cc::PaintedScrollbarLayerImpl
H A Dpainted_scrollbar_layer.h86 int thumb_thickness_; member in class:cc::PaintedScrollbarLayer
H A Dpainted_scrollbar_layer.cc41 thumb_thickness_(scrollbar_->ThumbThickness()),
115 scrollbar_layer->SetThumbThickness(thumb_thickness_);
181 UpdateProperty(scrollbar_->ThumbThickness(), &thumb_thickness_);

Completed in 70 milliseconds