Searched refs:handled (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.stdout.exp0 handled SIGCHLD
/external/chromium_org/content/shell/browser/
H A Dnotify_done_forwarder.cc20 bool handled = true; local
24 IPC_MESSAGE_UNHANDLED(handled = false)
26 return handled;
H A Dipc_echo_message_filter.cc19 bool handled = true; local
22 IPC_MESSAGE_UNHANDLED(handled = false)
25 return handled;
/external/chromium_org/content/browser/renderer_host/
H A Dmemory_benchmark_message_filter.cc21 bool handled = true; local
25 IPC_MESSAGE_UNHANDLED(handled = false)
27 return handled;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_message_filter.cc20 bool handled = true; local
24 IPC_MESSAGE_UNHANDLED(handled = false)
26 return handled;
/external/chromium_org/ui/base/win/
H A Dwindow_event_target.h26 // The |handled| parameter is an output parameter which when set to false
32 bool* handled) = 0;
38 // The |handled| parameter is an output parameter which when set to false
44 bool* handled) = 0;
49 // The |handled| parameter is an output parameter which when set to false
55 bool* handled) = 0;
60 // The |handled| parameter is an output parameter which when set to false
65 bool* handled) = 0;
70 // The |handled| parameter is an output parameter which when set to false
76 bool* handled)
[all...]
/external/chromium_org/android_webview/renderer/
H A Daw_render_process_observer.cc23 bool handled = true; local
27 IPC_MESSAGE_UNHANDLED(handled = false)
29 return handled;
H A Dprint_render_frame_observer.cc23 bool handled = true; local
27 IPC_MESSAGE_UNHANDLED(handled = false)
30 return handled;
/external/chromium_org/chrome/browser/signin/
H A Dprincipals_message_filter.cc19 // GetManagedAccounts message is synchronous, it must be handled in the IO
26 bool handled = true; local
33 IPC_MESSAGE_UNHANDLED(handled = false)
35 return handled;
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_message_filter_android.cc25 bool handled = true; local
31 IPC_MESSAGE_UNHANDLED(handled = false)
33 return handled;
/external/chromium_org/content/child/mojo/
H A Dmojo_application.cc20 bool handled = true; local
23 IPC_MESSAGE_UNHANDLED(handled = false)
25 return handled;
/external/chromium_org/content/renderer/battery_status/
H A Dbattery_status_dispatcher.cc22 bool handled = true; local
25 IPC_MESSAGE_UNHANDLED(handled = false)
27 return handled;
/external/chromium_org/chrome/browser/android/
H A Dmeta_tag_observer.cc35 bool handled = true; local
39 IPC_MESSAGE_UNHANDLED(handled = false)
41 return handled;
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager_basic.cc38 bool handled = true; local
41 IPC_MESSAGE_UNHANDLED(handled = false)
44 return handled ? true : PrintViewManagerBase::OnMessageReceived(message);
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_frame_helper.cc37 bool handled = true; local
41 IPC_MESSAGE_UNHANDLED(handled = false)
43 return handled;
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearch_bouncer.cc35 bool handled = true; local
38 IPC_MESSAGE_UNHANDLED(handled = false)
41 return handled;
/external/chromium_org/components/nacl/renderer/
H A Dtrusted_plugin_channel.cc41 bool handled = true; local
44 IPC_MESSAGE_UNHANDLED(handled = false);
46 return handled;
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_message_filter.cc26 bool handled = true; local
30 IPC_MESSAGE_UNHANDLED(handled = false)
32 return handled;
/external/chromium_org/content/browser/device_sensors/
H A Ddevice_light_message_filter.cc25 bool handled = true; local
30 IPC_MESSAGE_UNHANDLED(handled = false)
32 return handled;
H A Ddevice_motion_message_filter.cc25 bool handled = true; local
31 IPC_MESSAGE_UNHANDLED(handled = false)
33 return handled;
H A Ddevice_orientation_message_filter.cc26 bool handled = true; local
32 IPC_MESSAGE_UNHANDLED(handled = false)
34 return handled;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_frontend_host_impl.cc35 bool handled = true; local
41 IPC_MESSAGE_UNHANDLED(handled = false)
43 return handled;
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_message_filter.cc43 bool handled = true; local
46 IPC_MESSAGE_UNHANDLED(handled = false)
49 return handled;
/external/chromium_org/content/browser/
H A Dhistogram_message_filter.cc21 bool handled = true; local
27 IPC_MESSAGE_UNHANDLED(handled = false)
29 return handled;
H A Dmime_registry_message_filter.cc27 bool handled = true; local
33 IPC_MESSAGE_UNHANDLED(handled = false)
35 return handled;

Completed in 1005 milliseconds

1234567891011>>