Searched refs:MessagePumpDispatcher (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_dispatcher.h23 class BASE_EXPORT MessagePumpDispatcher { class in namespace:base
31 virtual ~MessagePumpDispatcher() {}
H A Dmessage_pump_win.h31 void RunWithDispatcher(Delegate* delegate, MessagePumpDispatcher* dispatcher);
40 MessagePumpDispatcher* dispatcher;
H A Dmessage_pump_win.cc39 Delegate* delegate, MessagePumpDispatcher* dispatcher) {
356 uint32_t action = MessagePumpDispatcher::POST_DISPATCH_PERFORM_DEFAULT;
359 if (action & MessagePumpDispatcher::POST_DISPATCH_QUIT_LOOP)
361 if (action & MessagePumpDispatcher::POST_DISPATCH_PERFORM_DEFAULT) {
H A Dmessage_loop_unittest.cc424 class DispatcherImpl : public MessagePumpDispatcher {
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_win.cc15 using base::MessagePumpDispatcher;
29 public MessagePumpDispatcher {
32 MessagePumpDispatcher* nested)
42 // MessagePumpDispatcher:
62 MessagePumpDispatcher* nested_dispatcher_;
69 MessagePumpDispatcher* nested_dispatcher) {
H A Dnested_accelerator_dispatcher.h13 class MessagePumpDispatcher;
38 base::MessagePumpDispatcher* nested_dispatcher);
H A Dnested_accelerator_controller.h30 base::MessagePumpDispatcher* dispatcher,
H A Dnested_accelerator_controller.cc25 base::MessagePumpDispatcher* nested_dispatcher,
H A Dnested_accelerator_dispatcher_linux.cc99 base::MessagePumpDispatcher* nested_dispatcher) {
/external/chromium_org/base/
H A Drun_loop.h19 class MessagePumpDispatcher;
35 explicit RunLoop(MessagePumpDispatcher* dispatcher);
97 MessagePumpDispatcher* dispatcher_;
H A Drun_loop.cc31 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher)
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_pump_dispatcher_win.h19 class MenuMessagePumpDispatcher : public base::MessagePumpDispatcher {
25 // base::MessagePumpDispatcher:
H A Dmenu_message_loop_aura.h14 class MessagePumpDispatcher;
H A Dmenu_controller_unittest.cc77 base::MessagePumpDispatcher* dispatcher() {
83 base::MessagePumpDispatcher* dispatcher,
96 base::MessagePumpDispatcher* dispatcher) {
97 base::AutoReset<base::MessagePumpDispatcher*> reset_dispatcher(&dispatcher_,
104 base::MessagePumpDispatcher* dispatcher_;
H A Dmenu_controller.h27 class MessagePumpDispatcher;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.h23 base::MessagePumpDispatcher* dispatcher,
H A Ddesktop_dispatcher_client.cc20 base::MessagePumpDispatcher* dispatcher,
/external/chromium_org/ui/wm/public/
H A Ddispatcher_client.h20 // specified DispatcherClient and a MessagePumpDispatcher.
24 base::MessagePumpDispatcher* dispatcher);
47 base::MessagePumpDispatcher* dispatcher,
H A Ddispatcher_client.cc17 base::MessagePumpDispatcher* dispatcher) {
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc34 class Dispatcher : public base::MessagePumpDispatcher {
39 // MessagePumpDispatcher:

Completed in 2244 milliseconds