OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FocusRingLayer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/ui/
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
);
focus_ring_layer.cc
28
FocusRingLayer
::
FocusRingLayer
()
33
FocusRingLayer
::~
FocusRingLayer
() {}
35
void
FocusRingLayer
::Update() {
64
void
FocusRingLayer
::SetForView(views::View* view) {
102
void
FocusRingLayer
::OnPaintLayer(gfx::Canvas* canvas) {
129
void
FocusRingLayer
::OnDeviceScaleFactorChanged(float device_scale_factor) {
133
base::Closure
FocusRingLayer
::PrepareForLayerBoundsChange() {
focus_ring_controller.h
21
class
FocusRingLayer
;
62
scoped_ptr<
FocusRingLayer
> focus_ring_layer_;
focus_ring_controller.cc
54
focus_ring_layer_.reset(new
FocusRingLayer
);
Completed in 449 milliseconds