Searched refs:has_thumb (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/cc/test/ |
D | fake_scrollbar.h | 17 FakeScrollbar(bool paint, bool has_thumb, bool is_overlay); 39 void set_has_thumb(bool has_thumb) { has_thumb_ = has_thumb; } in set_has_thumb() argument
|
D | fake_painted_scrollbar_layer.cc | 15 bool has_thumb, in Create() argument 18 paint_during_update, has_thumb, false); in Create()
|
D | fake_scrollbar.cc | 21 FakeScrollbar::FakeScrollbar(bool paint, bool has_thumb, bool is_overlay) in FakeScrollbar() argument 23 has_thumb_(has_thumb), in FakeScrollbar()
|
D | fake_painted_scrollbar_layer.h | 19 Create(bool paint_during_update, bool has_thumb, int scrolling_layer_id);
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest.cc | 396 bool has_thumb = false; in SetupTree() local 398 paint_scrollbar, has_thumb, root_layer_->id()); in SetupTree() 1162 bool has_thumb = false; in SetupTree() local 1164 paint_scrollbar, has_thumb, layer_->id()); in SetupTree() 3362 bool has_thumb = false; in SetupTree() local 3364 paint_scrollbar, has_thumb, root_->id()); in SetupTree()
|
/external/chromium_org/cc/layers/ |
D | scrollbar_layer_unittest.cc | 1021 bool has_thumb = false; in TestScale() local 1025 has_thumb, in TestScale()
|