OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) {
102
void
FocusRingLayer
::OnPaintLayer(gfx::Canvas* canvas) {
129
void
FocusRingLayer
::OnDeviceScaleFactorChanged(float device_scale_factor) {
133
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 709 milliseconds