Searched refs:Dispatch (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/base/message_loop/
H A Dmessage_pump_dispatcher.h16 // every message is passed to Dispatcher's Dispatch method for dispatch. It is
20 // from Dispatch.
27 virtual bool Dispatch(const NativeEvent& event) = 0;
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_ozone.h40 virtual bool Dispatch(const NativeEvent& event) OVERRIDE;
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;
H A Dmessage_pump_x11.h102 virtual bool Dispatch(const NativeEvent& event) OVERRIDE;
112 // Dispatch calls can cause addition of new dispatchers as we iterate
/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_x11_unittest.cc139 root_window_host->Dispatch(scoped_xevent);
148 root_window_host->Dispatch(scoped_xevent);
155 root_window_host->Dispatch(scoped_xevent);
162 root_window_host->Dispatch(scoped_xevent);
212 root_window_host1->Dispatch(scoped_xevent);
213 root_window_host2->Dispatch(scoped_xevent);
224 root_window_host1->Dispatch(scoped_xevent);
225 root_window_host2->Dispatch(scoped_xevent);
236 root_window_host1->Dispatch(scoped_xevent);
237 root_window_host2->Dispatch(scoped_xeven
[all...]
/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.h20 // Dispatch an XEvent to the RootView. Return true if the event was dispatched
33 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
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
/external/chromium_org/ui/events/ozone/
H A Devent_converter_ozone.cc15 base::MessagePumpOzone::Current()->Dispatch(key.get());
/external/chromium_org/ui/aura/test/
H A Devent_generator.cc154 Dispatch(&mouseev);
161 Dispatch(&mouseev);
182 Dispatch(&mouseev);
211 Dispatch(&touchev);
222 Dispatch(&touchev);
235 Dispatch(&touchev);
254 Dispatch(&press);
259 Dispatch(&release);
268 Dispatch(&press);
273 Dispatch(
476 void EventGenerator::Dispatch(ui::Event* event) { function in class:aura::test::EventGenerator
[all...]
/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);
H A Daccelerator_dispatcher.h30 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
/external/chromium/chrome/browser/ssl/
H A Dssl_error_handler.h48 void Dispatch();
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.h22 // to Dispatch(..) will block until all tasks complete.
28 void Dispatch(int num_tasks, WorkFunction work, void* data);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.h43 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
H A Dx11_whole_screen_move_loop.h33 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
/external/chromium/base/
H A Dmessage_pump_glib.h41 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
45 // from Dispatch.
51 virtual bool Dispatch(GdkEvent* event) = 0;
82 // Dispatch an available GdkEvent. Essentially this allows a subclass to do
129 // Dispatch() will be called.
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.h51 virtual bool Dispatch(const MSG& msg);
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler_unittest.cc102 generator.Dispatch(&fling_cancel);
114 generator.Dispatch(&move);
129 generator.Dispatch(&move);
140 generator.Dispatch(&fling_start);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h57 std::string Dispatch(const std::string& method, base::ListValue* params);
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.h35 virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Duser_data_dir_dialog_view.h44 virtual bool Dispatch(const base::NativeEvent& msg) OVERRIDE;

Completed in 628 milliseconds

12345