Searched refs:KeyHoldDetector (Results 1 – 6 of 6) sorted by relevance
21 class ASH_EXPORT KeyHoldDetector : public ui::EventHandler {41 explicit KeyHoldDetector(scoped_ptr<Delegate> delegate);42 virtual ~KeyHoldDetector();66 DISALLOW_COPY_AND_ASSIGN(KeyHoldDetector);
50 KeyHoldDetector::KeyHoldDetector(scoped_ptr<Delegate> delegate) in KeyHoldDetector() function in ash::KeyHoldDetector54 KeyHoldDetector::~KeyHoldDetector() {} in ~KeyHoldDetector()56 void KeyHoldDetector::OnKeyEvent(ui::KeyEvent* event) { in OnKeyEvent()
28 scoped_ptr<KeyHoldDetector::Delegate> delegate(new SpokenFeedbackToggler()); in CreateHandler()29 return scoped_ptr<ui::EventHandler>(new KeyHoldDetector(delegate.Pass())); in CreateHandler()
37 scoped_ptr<KeyHoldDetector::Delegate> delegate(new MagnifierKeyScroller()); in CreateHandler()38 return scoped_ptr<ui::EventHandler>(new KeyHoldDetector(delegate.Pass())); in CreateHandler()
20 class ASH_EXPORT MagnifierKeyScroller : public KeyHoldDetector::Delegate {
20 class ASH_EXPORT SpokenFeedbackToggler : public KeyHoldDetector::Delegate {