Home
last modified time | relevance | path

Searched refs:accelerator_count_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/focus/
Dfocus_manager_unittest.cc164 : accelerator_count_(0), in TestAcceleratorTarget()
169 ++accelerator_count_; in AcceleratorPressed()
177 int accelerator_count() const { return accelerator_count_; } in accelerator_count()
184 int accelerator_count_; // number of times that the accelerator is activated member in views::TestAcceleratorTarget
425 accelerator_count_(0) { in SelfUnregisteringAcceleratorTarget()
429 ++accelerator_count_; in AcceleratorPressed()
438 int accelerator_count() const { return accelerator_count_; } in accelerator_count()
443 int accelerator_count_; member in views::SelfUnregisteringAcceleratorTarget