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

/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer.cc13 scoped_ptr<LayerImpl> SolidColorScrollbarLayer::CreateLayerImpl(
26 scoped_refptr<SolidColorScrollbarLayer> SolidColorScrollbarLayer::Create(
33 new SolidColorScrollbarLayer(orientation,
40 SolidColorScrollbarLayer::SolidColorScrollbarLayer( function in class:cc::SolidColorScrollbarLayer
53 SolidColorScrollbarLayer::~SolidColorScrollbarLayer() {}
55 ScrollbarLayerInterface* SolidColorScrollbarLayer::ToScrollbarLayer() {
59 void SolidColorScrollbarLayer
[all...]
H A Dsolid_color_scrollbar_layer.h14 class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface, class in namespace:cc
20 static scoped_refptr<SolidColorScrollbarLayer> Create(
44 SolidColorScrollbarLayer(ScrollbarOrientation orientation,
49 virtual ~SolidColorScrollbarLayer();
59 DISALLOW_COPY_AND_ASSIGN(SolidColorScrollbarLayer);

Completed in 137 milliseconds