Home
last modified time | relevance | path

Searched refs:ScrollLayerId (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/layers/
Dscrollbar_layer_interface.h15 virtual int ScrollLayerId() const = 0;
Dsolid_color_scrollbar_layer.h31 virtual int ScrollLayerId() const OVERRIDE;
Dsolid_color_scrollbar_layer.cc52 int SolidColorScrollbarLayer::ScrollLayerId() const { in ScrollLayerId() function in cc::SolidColorScrollbarLayer
Dscrollbar_layer_impl_base.h18 int ScrollLayerId() const { return scroll_layer_id_; } in ScrollLayerId() function
Dpainted_scrollbar_layer.h33 virtual int ScrollLayerId() const OVERRIDE;
Dpainted_scrollbar_layer.cc51 int PaintedScrollbarLayer::ScrollLayerId() const { in ScrollLayerId() function in cc::PaintedScrollbarLayer
/external/chromium_org/cc/trees/
Dtree_synchronizer.cc163 iter = new_layers->find(scrollbar_layer->ScrollLayerId()); in UpdateScrollbarLayerPointersRecursiveInternal()
Dlayer_tree_host_impl.cc2430 int scroll_layer_id = layer_impl->ToScrollbarLayer()->ScrollLayerId(); in HandleMouseOverScrollbar()