HomeSort by relevance Sort by last modified time
    Searched defs:PaintedScrollbarLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
painted_scrollbar_layer.h 19 class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerInterface,
25 static scoped_refptr<PaintedScrollbarLayer> Create(
51 PaintedScrollbarLayer(scoped_ptr<Scrollbar> scrollbar, int scroll_layer_id);
52 virtual ~PaintedScrollbarLayer();
97 DISALLOW_COPY_AND_ASSIGN(PaintedScrollbarLayer);
painted_scrollbar_layer.cc 23 scoped_ptr<LayerImpl> PaintedScrollbarLayer::CreateLayerImpl(
29 scoped_refptr<PaintedScrollbarLayer> PaintedScrollbarLayer::Create(
33 new PaintedScrollbarLayer(scrollbar.Pass(), scroll_layer_id));
36 PaintedScrollbarLayer::PaintedScrollbarLayer(scoped_ptr<Scrollbar> scrollbar,
49 PaintedScrollbarLayer::~PaintedScrollbarLayer() {}
51 int PaintedScrollbarLayer::ScrollLayerId() const {
55 void PaintedScrollbarLayer::SetScrollLayer(int layer_id)
    [all...]

Completed in 63 milliseconds