HomeSort by relevance Sort by last modified time
    Searched full:scrollbar_layer (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 125 scoped_refptr<Layer> scrollbar_layer = local
136 layer_tree_root->AddChild(scrollbar_layer);
176 scoped_refptr<FakePaintedScrollbarLayer> scrollbar_layer = local
186 root_layer->AddChild(scrollbar_layer);
189 scrollbar_layer->SetBounds(gfx::Size(70, 10));
190 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(20, 10));
191 scrollbar_layer->fake_scrollbar()->set_track_rect(gfx::Rect(30, 10, 50, 10));
192 scrollbar_layer->fake_scrollbar()->set_thumb_thickness(10);
193 scrollbar_layer->fake_scrollbar()->set_thumb_length(4);
194 scrollbar_layer->UpdateThumbAndTrackGeometry()
579 scoped_refptr<Layer> scrollbar_layer; local
667 scoped_refptr<FakePaintedScrollbarLayer> scrollbar_layer = local
    [all...]
painted_scrollbar_layer_impl.cc 53 PaintedScrollbarLayerImpl* scrollbar_layer = local
56 scrollbar_layer->SetThumbThickness(thumb_thickness_);
57 scrollbar_layer->SetThumbLength(thumb_length_);
58 scrollbar_layer->SetTrackStart(track_start_);
59 scrollbar_layer->SetTrackLength(track_length_);
61 scrollbar_layer->set_track_ui_resource_id(track_ui_resource_id_);
62 scrollbar_layer->set_thumb_ui_resource_id(thumb_ui_resource_id_);
painted_scrollbar_layer.cc 112 PaintedScrollbarLayerImpl* scrollbar_layer = local
115 scrollbar_layer->SetThumbThickness(thumb_thickness_);
116 scrollbar_layer->SetThumbLength(thumb_length_);
118 scrollbar_layer->SetTrackStart(
120 scrollbar_layer->SetTrackLength(track_rect_.width());
122 scrollbar_layer->SetTrackStart(
124 scrollbar_layer->SetTrackLength(track_rect_.height());
128 scrollbar_layer->set_track_ui_resource_id(track_resource_->id());
130 scrollbar_layer->set_thumb_ui_resource_id(thumb_resource_->id());
132 scrollbar_layer->set_is_overlay_scrollbar(is_overlay_)
    [all...]
layer_impl.h 495 void SetHorizontalScrollbarLayer(ScrollbarLayerImplBase* scrollbar_layer);
500 void SetVerticalScrollbarLayer(ScrollbarLayerImplBase* scrollbar_layer);
layer_impl.cc     [all...]
  /external/chromium_org/cc/trees/
tree_synchronizer.cc 153 ScrollbarLayerType* scrollbar_layer = layer->ToScrollbarLayer(); local
154 if (!scrollbar_layer)
163 iter = new_layers->find(scrollbar_layer->ScrollLayerId());
170 if (scrollbar_layer->orientation() == HORIZONTAL)
layer_tree_host_unittest_damage.cc 438 scoped_refptr<Layer> scrollbar_layer = variable
440 scrollbar_layer->SetPosition(gfx::Point(300, 300));
441 scrollbar_layer->SetBounds(gfx::Size(10, 100));
442 root_layer->AddChild(scrollbar_layer);
446 gfx::RectF scrollbar_rect(scrollbar_layer->position(),
447 scrollbar_layer->bounds());

Completed in 1291 milliseconds