HomeSort by relevance Sort by last modified time
    Searched refs:thumb_thickness (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer.cc 28 int thumb_thickness,
34 thumb_thickness,
42 int thumb_thickness,
49 thumb_thickness_(thumb_thickness),
solid_color_scrollbar_layer.h 22 int thumb_thickness,
45 int thumb_thickness,
solid_color_scrollbar_layer_impl.h 19 int thumb_thickness,
38 int thumb_thickness,
solid_color_scrollbar_layer_impl.cc 17 int thumb_thickness,
25 thumb_thickness,
49 int thumb_thickness,
58 thumb_thickness_(thumb_thickness),
scrollbar_layer_impl_base.cc 215 int thumb_thickness = ThumbThickness(); local
229 thumb_thickness * (1.f - thumb_thickness_scale_factor_);
236 thumb_thickness - thumb_thickness_adjustment);
240 ? bounds().width() - thumb_thickness
243 thumb_thickness - thumb_thickness_adjustment,
solid_color_scrollbar_layer_impl_unittest.cc 20 int thumb_thickness = layer_size.width(); local
28 thumb_thickness,
painted_scrollbar_layer_impl.cc 140 void PaintedScrollbarLayerImpl::SetThumbThickness(int thumb_thickness) {
141 if (thumb_thickness_ == thumb_thickness)
143 thumb_thickness_ = thumb_thickness;
painted_scrollbar_layer_impl.h 37 void SetThumbThickness(int thumb_thickness);
scrollbar_layer_unittest.cc 40 int thumb_thickness,
48 thumb_thickness,
    [all...]
  /external/chromium_org/cc/blink/
web_scrollbar_layer_impl.h 30 int thumb_thickness,
web_scrollbar_layer_impl.cc 43 int thumb_thickness,
48 thumb_thickness,
web_compositor_support_impl.cc 85 int thumb_thickness,
89 thumb_thickness,
web_compositor_support_impl.h 41 int thumb_thickness,
  /external/chromium_org/cc/test/
fake_scrollbar.h 35 void set_thumb_thickness(int thumb_thickness) {
36 thumb_thickness_ = thumb_thickness;

Completed in 2561 milliseconds