Searched refs:Dispatch (Results 76 - 100 of 115) sorted by relevance

12345

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmessagequeue.h219 virtual void Dispatch(Message *pmsg);
H A Dthread.cc505 Dispatch(&msg);
H A Dvirtualsocketserver.cc279 server_->msg_queue_->Dispatch(&msg);
652 msg_queue_->Dispatch(&msg);
H A Dwin32socketserver.cc836 // Dispatch all the messages that are currently in our queue. If new messages
844 message_queue_->Dispatch(&msg);
/external/chromium_org/ui/aura/test/
H A Devent_generator.h309 // Dispatch the event to the RootWindow.
310 void Dispatch(ui::Event* event);
317 // Dispatch a key event to the RootWindow.
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.cc61 bool X11WholeScreenMoveLoop::Dispatch(const base::NativeEvent& event) { function in class:views::X11WholeScreenMoveLoop
H A Ddesktop_root_window_host_x11.h201 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
H A Ddesktop_screen_x11.cc32 // in |Dispatch()|.
267 bool DesktopScreenX11::Dispatch(const base::NativeEvent& event) { function in class:views::DesktopScreenX11
H A Ddesktop_drag_drop_client_aurax11.cc177 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
359 bool DesktopDragDropClientAuraX11::X11DragContext::Dispatch( function in class:views::DesktopDragDropClientAuraX11::X11DragContext
/external/chromium/base/
H A Dmessage_pump_win.cc354 if (!state_->dispatcher->Dispatch(msg))
/external/chromium_org/chrome/browser/extensions/
H A Dextension_host.cc343 extension_function_dispatcher_.Dispatch(params, render_view_host());
H A Dextension_function_dispatcher.cc306 void ExtensionFunctionDispatcher::Dispatch( function in class:ExtensionFunctionDispatcher
H A Dtab_helper.cc406 extension_function_dispatcher_.Dispatch(request,
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc243 thread->Dispatch(&msg);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc345 bool OSExchangeDataProviderAuraX11::Dispatch(const base::NativeEvent& event) { function in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h258 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
260 // Key processing. The return value of this is returned from Dispatch.
/external/chromium_org/chromeos/display/
H A Doutput_configurator.cc25 // in |Dispatch()|.
170 configurator_->Dispatch(reinterpret_cast<const base::NativeEvent>(&event));
184 configurator_->Dispatch(reinterpret_cast<const base::NativeEvent>(&event));
528 bool OutputConfigurator::Dispatch(const base::NativeEvent& event) { function in class:chromeos::OutputConfigurator
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc492 Dispatch(&msg);
H A Dwin32socketserver.cc780 // Dispatch all the messages that are currently in our queue. If new messages
788 message_queue_->Dispatch(&msg);
/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.cc377 if (!state_->dispatcher->Dispatch(msg))
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc97 event_generator.Dispatch(&scroll_event);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc286 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
485 bool Clipboard::AuraX11Details::Dispatch(const base::NativeEvent& event) { function in class:ui::Clipboard::AuraX11Details
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc411 workers_->Dispatch(num_regions_, wRenderRegionEntry, this);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc408 workers_->Dispatch(num_regions_, wRenderRegionEntry, this);
/external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
H A Dpcp_main.cc334 talk_base::Thread::Current()->Dispatch(&msg);

Completed in 598 milliseconds

12345