Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/test/
Dui_controls_internal_win.cc21 class InputDispatcher : public base::RefCounted<InputDispatcher> { class
23 InputDispatcher(const base::Closure& task, WPARAM message_waiting_for);
34 friend class base::RefCounted<InputDispatcher>;
36 ~InputDispatcher();
47 DISALLOW_COPY_AND_ASSIGN(InputDispatcher);
57 InputDispatcher* current_dispatcher_ = NULL;
83 void InstallHook(InputDispatcher* dispatcher, bool key_hook) { in InstallHook()
100 void UninstallHook(InputDispatcher* dispatcher) { in UninstallHook()
108 InputDispatcher::InputDispatcher(const base::Closure& task, in InputDispatcher() function in __anon4ae690e90111::InputDispatcher
114 InputDispatcher::~InputDispatcher() { in ~InputDispatcher()
[all …]
/external/chromium/chrome/browser/automation/
Dui_controls_win.cc23 class InputDispatcher : public base::RefCounted<InputDispatcher> { class
25 InputDispatcher(Task* task, WPARAM message_waiting_for);
36 friend class base::RefCounted<InputDispatcher>;
38 ~InputDispatcher();
49 DISALLOW_COPY_AND_ASSIGN(InputDispatcher);
59 InputDispatcher* current_dispatcher_ = NULL;
85 void InstallHook(InputDispatcher* dispatcher, bool key_hook) { in InstallHook()
102 void UninstallHook(InputDispatcher* dispatcher) { in UninstallHook()
110 InputDispatcher::InputDispatcher(Task* task, UINT message_waiting_for) in InputDispatcher() function in ui_controls::__anon338876700111::InputDispatcher
115 InputDispatcher::~InputDispatcher() { in ~InputDispatcher()
[all …]