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

  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer.cc 37 : scroll_layer_id_(scroll_layer_id),
53 return scroll_layer_id_;
57 if (id == scroll_layer_id_)
60 scroll_layer_id_ = id;
scrollbar_layer_impl_base.h 18 int ScrollLayerId() const { return scroll_layer_id_; }
19 void set_scroll_layer_id(int id) { scroll_layer_id_ = id; }
69 int scroll_layer_id_; member in class:cc::ScrollbarLayerImplBase
solid_color_scrollbar_layer.h 44 int scroll_layer_id_; member in class:cc::SolidColorScrollbarLayer
painted_scrollbar_layer.cc 40 scroll_layer_id_(scroll_layer_id),
52 return scroll_layer_id_;
56 if (id == scroll_layer_id_)
59 scroll_layer_id_ = id;
painted_scrollbar_layer_impl.h 74 int scroll_layer_id_; member in class:cc::PaintedScrollbarLayerImpl
painted_scrollbar_layer.h 82 int scroll_layer_id_; member in class:cc::PaintedScrollbarLayer
scrollbar_layer_impl_base.cc 19 scroll_layer_id_(Layer::INVALID_ID),
painted_scrollbar_layer_impl.cc 40 scroll_layer_id_(Layer::INVALID_ID) {}

Completed in 47 milliseconds