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

  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 28 FocusRingLayer::FocusRingLayer()
33 FocusRingLayer::~FocusRingLayer() {}
35 void FocusRingLayer::Update() {
64 void FocusRingLayer::SetForView(views::View* view) {
100 void FocusRingLayer::OnPaintLayer(gfx::Canvas* canvas) {
127 void FocusRingLayer::OnDeviceScaleFactorChanged(float device_scale_factor) {
131 base::Closure FocusRingLayer::PrepareForLayerBoundsChange() {
focus_ring_layer.h 27 // FocusRingLayer draws a focus ring for a given view.
28 class FocusRingLayer : public ui::LayerDelegate {
30 FocusRingLayer();
31 virtual ~FocusRingLayer();
57 DISALLOW_COPY_AND_ASSIGN(FocusRingLayer);

Completed in 141 milliseconds