Searched defs:KeyHoldDetector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/accelerators/
H A Dkey_hold_detector.cc50 KeyHoldDetector::KeyHoldDetector(scoped_ptr<Delegate> delegate) function in class:ash::KeyHoldDetector
54 KeyHoldDetector::~KeyHoldDetector() {}
56 void KeyHoldDetector::OnKeyEvent(ui::KeyEvent* event) {
H A Dkey_hold_detector.h21 class ASH_EXPORT KeyHoldDetector : public ui::EventHandler { class in namespace:ash
41 explicit KeyHoldDetector(scoped_ptr<Delegate> delegate);
42 virtual ~KeyHoldDetector();
66 DISALLOW_COPY_AND_ASSIGN(KeyHoldDetector);

Completed in 88 milliseconds