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

  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer.cc 13 scoped_ptr<LayerImpl> SolidColorScrollbarLayer::CreateLayerImpl(
20 scoped_refptr<SolidColorScrollbarLayer> SolidColorScrollbarLayer::Create(
25 return make_scoped_refptr(new SolidColorScrollbarLayer(
32 SolidColorScrollbarLayer::SolidColorScrollbarLayer(
42 SolidColorScrollbarLayer::~SolidColorScrollbarLayer() {}
44 ScrollbarLayerInterface* SolidColorScrollbarLayer::ToScrollbarLayer() {
48 bool SolidColorScrollbarLayer::OpacityCanAnimateOnImplThread() const
    [all...]
solid_color_scrollbar_layer.h 14 class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface,
20 static scoped_refptr<SolidColorScrollbarLayer> Create(
37 SolidColorScrollbarLayer(ScrollbarOrientation orientation,
41 virtual ~SolidColorScrollbarLayer();
49 DISALLOW_COPY_AND_ASSIGN(SolidColorScrollbarLayer);

Completed in 38 milliseconds