Searched refs:SolidColorScrollbarLayer (Results 1 - 4 of 4) sorted by relevance

/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);
H A Dscrollbar_layer_unittest.cc47 child2 = SolidColorScrollbarLayer::Create(scrollbar->Orientation(),
430 child2 = SolidColorScrollbarLayer::Create(scrollbar->Orientation(),
715 SolidColorScrollbarLayer::Create(scrollbar->Orientation(),
/external/chromium_org/cc/blink/
H A Dweb_scrollbar_layer_impl.cc15 using cc::SolidColorScrollbarLayer;
47 SolidColorScrollbarLayer::Create(ConvertOrientation(orientation),

Completed in 140 milliseconds