Searched defs:handled (Results 251 - 275 of 404) sorted by relevance

<<11121314151617

/external/chromium_org/extensions/browser/
H A Dextension_message_filter.cc75 bool handled = true; local
105 IPC_MESSAGE_UNHANDLED(handled = false)
107 return handled;
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.cc120 bool handled = true; local
123 IPC_MESSAGE_UNHANDLED(handled = false)
125 return handled;
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.cc222 bool handled = true; local
225 IPC_MESSAGE_UNHANDLED(handled = false)
227 return handled;
/external/chromium_org/extensions/renderer/
H A Dscript_injection_manager.cc90 bool handled = true; local
97 IPC_MESSAGE_UNHANDLED(handled = false)
99 return handled;
/external/chromium_org/pdf/
H A Dthumbnail_control.cc250 bool handled = false; local
262 handled = true;
268 return handled;
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc54 bool handled = true; local
68 IPC_MESSAGE_UNHANDLED(handled = false)
71 if (!handled) {
74 handled = true;
80 return handled;
/external/chromium_org/ppapi/proxy/
H A Dhost_dispatcher.cc196 bool handled = true; local
199 IPC_MESSAGE_UNHANDLED(handled = false)
202 if (handled)
H A Dplugin_dispatcher.cc224 bool handled = true; local
228 IPC_MESSAGE_UNHANDLED(handled = false);
230 if (handled)
H A Dppb_audio_proxy.cc168 bool handled = true; local
178 IPC_MESSAGE_UNHANDLED(handled = false)
180 return handled;
H A Dppb_var_deprecated_proxy.cc327 bool handled = true; local
351 IPC_MESSAGE_UNHANDLED(handled = false)
354 return handled;
/external/chromium_org/remoting/host/
H A Ddaemon_process.cc100 bool handled = true; local
122 IPC_MESSAGE_UNHANDLED(handled = false)
125 if (!handled) {
130 return handled;
H A Ddesktop_process_unittest.cc73 bool handled = true; local
77 IPC_MESSAGE_UNHANDLED(handled = false)
80 EXPECT_TRUE(handled);
81 return handled;
85 bool handled = true; local
89 EXPECT_TRUE(handled);
90 return handled;
H A Dipc_desktop_environment_unittest.cc93 bool handled = true; local
101 IPC_MESSAGE_UNHANDLED(handled = false)
104 EXPECT_TRUE(handled);
108 bool handled = true; local
112 IPC_MESSAGE_UNHANDLED(handled = false)
115 EXPECT_TRUE(handled);
116 return handled;
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher_unittest.cc86 bool handled = true; local
89 IPC_MESSAGE_UNHANDLED(handled = false)
92 EXPECT_TRUE(handled);
94 return handled;
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp293 bool handled = false; local
317 handled = true;
324 handled = true;
332 handled = true;
339 return handled;
/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view.cc196 bool handled = false; local
198 handled = contents_view_->OnKeyPressed(key_event);
200 return handled;
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_proxy.cc138 bool handled = true; local
143 IPC_MESSAGE_UNHANDLED(handled = false)
146 return handled;
/external/chromium_org/ui/views/ime/
H A Dmock_input_method.cc62 bool handled = (composition_changed_ || result_text_.length()) && local
66 if (handled) {
81 if (handled) {
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc138 bool handled = true; local
153 IPC_MESSAGE_UNHANDLED(handled = false)
155 return handled ? true :
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.c132 int handled = 0; local
177 handled++;
226 handled++;
228 return handled;
/external/skia/src/views/
H A DSkWindow.cpp291 bool handled = false; local
315 handled = true;
322 handled = true;
330 handled = true;
337 return handled;
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.cc412 bool handled = true; local
417 IPC_MESSAGE_UNHANDLED(handled = false)
420 return handled;
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc90 bool handled) {
93 callback->Run(handled);
434 bool handled) {
445 CallbackKeyEventHandle(key_data, handled);
89 CallbackKeyEventHandle(chromeos::input_method::KeyEventHandle* key_data, bool handled) argument
431 OnKeyEventHandled( const std::string& extension_id, const std::string& request_id, bool handled) argument
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc323 bool handled = true; local
329 IPC_MESSAGE_UNHANDLED(handled = false)
331 return handled;
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_host_client.cc356 bool handled = true; local
365 IPC_MESSAGE_UNHANDLED(handled = false)
367 return handled;

Completed in 607 milliseconds

<<11121314151617