Searched refs:ScrollLayerId (Results 1 – 8 of 8) sorted by relevance
15 virtual int ScrollLayerId() const = 0;
31 virtual int ScrollLayerId() const OVERRIDE;
52 int SolidColorScrollbarLayer::ScrollLayerId() const { in ScrollLayerId() function in cc::SolidColorScrollbarLayer
18 int ScrollLayerId() const { return scroll_layer_id_; } in ScrollLayerId() function
33 virtual int ScrollLayerId() const OVERRIDE;
51 int PaintedScrollbarLayer::ScrollLayerId() const { in ScrollLayerId() function in cc::PaintedScrollbarLayer
163 iter = new_layers->find(scrollbar_layer->ScrollLayerId()); in UpdateScrollbarLayerPointersRecursiveInternal()
2430 int scroll_layer_id = layer_impl->ToScrollbarLayer()->ScrollLayerId(); in HandleMouseOverScrollbar()