Searched refs:POST_DISPATCH_PERFORM_DEFAULT (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11.cc40 return ui::POST_DISPATCH_PERFORM_DEFAULT;
46 return ui::POST_DISPATCH_PERFORM_DEFAULT;
49 return ui::POST_DISPATCH_PERFORM_DEFAULT;
54 return ui::POST_DISPATCH_PERFORM_DEFAULT;
83 return POST_DISPATCH_PERFORM_DEFAULT;
92 return ui::POST_DISPATCH_PERFORM_DEFAULT;
98 return ui::POST_DISPATCH_PERFORM_DEFAULT;
/external/chromium_org/base/message_loop/
H A Dmessage_pump_dispatcher.h28 POST_DISPATCH_PERFORM_DEFAULT = 0x2, enumerator in enum:base::MessagePumpDispatcher::PostDispatchAction
34 // PostDispatchAction flags OR'ed together. If POST_DISPATCH_PERFORM_DEFAULT
H A Dmessage_pump_win.cc356 uint32_t action = MessagePumpDispatcher::POST_DISPATCH_PERFORM_DEFAULT;
361 if (action & MessagePumpDispatcher::POST_DISPATCH_PERFORM_DEFAULT) {
/external/chromium_org/ui/events/platform/
H A Dplatform_event_dispatcher.h18 POST_DISPATCH_PERFORM_DEFAULT = 0x1, enumerator in enum:ui::PostDispatchAction
31 // dispatch the event by setting POST_DISPATCH_PERFORM_DEFAULT to the return
H A Dplatform_event_source.cc66 uint32_t action = POST_DISPATCH_PERFORM_DEFAULT;
74 if ((action & POST_DISPATCH_PERFORM_DEFAULT) &&
H A Dplatform_event_source_unittest.cc299 overriding_dispatcher.set_post_dispatch_action(POST_DISPATCH_PERFORM_DEFAULT);
322 second_overriding.set_post_dispatch_action(POST_DISPATCH_PERFORM_DEFAULT);
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.cc75 return ui::POST_DISPATCH_PERFORM_DEFAULT;
81 return ui::POST_DISPATCH_PERFORM_DEFAULT;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_event_dispatcher_linux.cc86 return should_perform_default ? ui::POST_DISPATCH_PERFORM_DEFAULT
H A Dmenu_message_pump_dispatcher_win.cc90 return should_perform_default ? POST_DISPATCH_PERFORM_DEFAULT
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_win.cc59 : POST_DISPATCH_PERFORM_DEFAULT;
H A Dnested_accelerator_dispatcher_linux.cc89 : ui::POST_DISPATCH_PERFORM_DEFAULT;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.cc59 return ui::POST_DISPATCH_PERFORM_DEFAULT;
87 return ui::POST_DISPATCH_PERFORM_DEFAULT;
131 return ui::POST_DISPATCH_PERFORM_DEFAULT;
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc44 action = POST_DISPATCH_PERFORM_DEFAULT;

Completed in 6439 milliseconds