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.h 14 class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface,
20 static scoped_refptr<SolidColorScrollbarLayer> Create(
44 SolidColorScrollbarLayer(ScrollbarOrientation orientation,
49 virtual ~SolidColorScrollbarLayer();
59 DISALLOW_COPY_AND_ASSIGN(SolidColorScrollbarLayer);
solid_color_scrollbar_layer.cc 13 scoped_ptr<LayerImpl> SolidColorScrollbarLayer::CreateLayerImpl(
26 scoped_refptr<SolidColorScrollbarLayer> SolidColorScrollbarLayer::Create(
33 new SolidColorScrollbarLayer(orientation,
40 SolidColorScrollbarLayer::SolidColorScrollbarLayer(
53 SolidColorScrollbarLayer::~SolidColorScrollbarLayer() {}
55 ScrollbarLayerInterface* SolidColorScrollbarLayer::ToScrollbarLayer() {
59 void SolidColorScrollbarLayer::PushPropertiesTo(LayerImpl* layer)
    [all...]

Completed in 186 milliseconds