Searched defs:Dispatch (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/ui/views/focus/
H A Daccelerator_handler_aura.cc12 bool AcceleratorHandler::Dispatch(const base::NativeEvent& event) { function in class:views::AcceleratorHandler
H A Daccelerator_handler_win.cc18 bool AcceleratorHandler::Dispatch(const base::NativeEvent& msg) { function in class:views::AcceleratorHandler
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dflock_tool.py18 executor.Dispatch(args)
23 def Dispatch(self, args): member in class:FlockTool
H A Dwin_tool.py27 exit_code = executor.Dispatch(args)
65 def Dispatch(self, args): member in class:WinTool
H A Dmac_tool.py27 exit_code = executor.Dispatch(args)
36 def Dispatch(self, args): member in class:MacTool
/external/chromium_org/ui/aura/
H A Ddispatcher_win.cc17 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
23 bool DispatcherWin::Dispatch(const base::NativeEvent& msg) { function in class:aura::DispatcherWin
H A Droot_window_host_ozone.cc37 bool RootWindowHostOzone::Dispatch(const base::NativeEvent& ne) { function in class:aura::RootWindowHostOzone
/external/chromium_org/base/message_loop/
H A Dmessage_pump_ozone.cc46 bool MessagePumpOzone::Dispatch(const NativeEvent& dev) { function in class:base::MessagePumpOzone
48 return dispatcher_[0]->Dispatch(dev);
H A Dmessage_pump_x11.cc255 if (!dispatcher->Dispatch(xev)) {
292 bool MessagePumpX11::Dispatch(const NativeEvent& xev) { function in class:base::MessagePumpX11
299 it->second->Dispatch(xev);
306 Dispatch(xev));
310 return dispatcher ? dispatcher->Dispatch(xev) : true;
/external/chromium/chrome/browser/ssl/
H A Dssl_error_handler.cc59 void SSLErrorHandler::Dispatch() { function in class:SSLErrorHandler
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.cc91 bool UserDataDirDialog::Dispatch(const MSG& msg) { function in class:UserDataDirDialog
/external/chromium_org/ash/accelerators/
H A Daccelerator_dispatcher.cc88 bool AcceleratorDispatcher::Dispatch(const base::NativeEvent& event) { function in class:ash::AcceleratorDispatcher
92 return aura::Env::GetInstance()->GetDispatcher()->Dispatch(event);
133 return nested_dispatcher_->Dispatch(key_event.native_event());
136 return nested_dispatcher_->Dispatch(event);
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.cc103 bool GlobalShortcutListenerX11::Dispatch(const base::NativeEvent& event) { function in class:extensions::GlobalShortcutListenerX11
/external/chromium_org/chrome/browser/ui/views/
H A Duser_data_dir_dialog_view.cc87 bool UserDataDirDialogView::Dispatch(const base::NativeEvent& msg) { function in class:UserDataDirDialogView
H A Dsimple_message_box_views.cc67 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
176 bool SimpleMessageBoxViews::Dispatch(const base::NativeEvent& event) { function in class:chrome::__anon6655::SimpleMessageBoxViews
181 aura::Env::GetInstance()->GetDispatcher()->Dispatch(event);
/external/chromium_org/content/browser/ssl/
H A Dssl_error_handler.cc60 void SSLErrorHandler::Dispatch() { function in class:content::SSLErrorHandler
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.cc129 // Dispatch() will invoke the user supplied work function across
132 void ThreadPool::Dispatch(int num_tasks, WorkFunction work, void* data) { function in class:sdk_util::ThreadPool
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc122 bool X11DesktopHandler::Dispatch(const base::NativeEvent& event) { function in class:views::X11DesktopHandler
H A Dx11_whole_screen_move_loop.cc61 bool X11WholeScreenMoveLoop::Dispatch(const base::NativeEvent& event) { function in class:views::X11WholeScreenMoveLoop
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc205 std::string DevToolsEmbedderMessageDispatcher::Dispatch( function in class:DevToolsEmbedderMessageDispatcher
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs255 Dispatch(@event);
335 protected virtual void Dispatch(string line) { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs312 Dispatch( @event );
417 protected virtual void Dispatch( string line ) method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc371 void MessageQueue::Dispatch(Message *pmsg) { function in class:talk_base::MessageQueue
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.cc281 void JingleThreadWrapper::Dispatch(talk_base::Message* message) { function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc395 void MessageQueue::Dispatch(Message *pmsg) { function in class:talk_base::MessageQueue

Completed in 1150 milliseconds

12