Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dui_controls_win.cc59 InputDispatcher* current_dispatcher_ = NULL; variable
65 DCHECK(current_dispatcher_); in MouseHook()
66 current_dispatcher_->DispatchedMessage(w_param); in MouseHook()
75 DCHECK(current_dispatcher_); in KeyHook()
78 current_dispatcher_->MatchingMessageFound(); in KeyHook()
87 current_dispatcher_ = dispatcher; in InstallHook()
103 if (current_dispatcher_ == dispatcher) { in UninstallHook()
105 current_dispatcher_ = NULL; in UninstallHook()