Searched defs:handled (Results 226 - 250 of 404) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.cc62 bool handled = true; local
65 IPC_MESSAGE_UNHANDLED(handled = false)
67 return handled;
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc223 bool handled; local
227 handled = OnControlMessageReceived(message);
229 handled = router_.RouteMessage(message);
230 if (!handled && message.is_sync()) {
241 return handled;
H A Dnpobject_stub.cc90 bool handled = true; local
103 IPC_MESSAGE_UNHANDLED(handled = false)
105 DCHECK(handled);
106 return handled;
/external/chromium_org/content/child/
H A Dwebmessageportchannel_impl.cc221 bool handled = true; local
225 IPC_MESSAGE_UNHANDLED(handled = false)
227 return handled;
H A Dwebsocket_bridge.cc65 bool handled = true; local
78 IPC_MESSAGE_UNHANDLED(handled = false)
80 return handled;
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc241 bool handled = false; local
244 handled = true;
249 if (!handled) {
250 handled = true;
258 IPC_MESSAGE_UNHANDLED(handled = false)
261 if (!handled)
262 handled = delegate_->OnMessageReceived(msg);
269 return handled;
H A Dfont_cache_dispatcher_win.cc149 bool handled = true; local
154 IPC_MESSAGE_UNHANDLED(handled = false)
156 return handled;
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc47 bool handled = true; local
63 IPC_MESSAGE_UNHANDLED(handled = false)
65 DCHECK(handled);
68 return handled;
H A Dgpu_video_encode_accelerator_host.cc44 bool handled = true; local
54 IPC_MESSAGE_UNHANDLED(handled = false)
56 DCHECK(handled);
59 return handled;
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc46 bool handled = true; variable
49 IPC_MESSAGE_UNHANDLED(handled = false)
51 return handled;
155 bool handled = true; local
163 IPC_MESSAGE_UNHANDLED(handled = false)
165 return handled;
H A Dimage_transport_surface.cc89 bool handled = true; local
94 IPC_MESSAGE_UNHANDLED(handled = false)
96 return handled;
H A Dstream_texture_android.cc169 bool handled = true; local
174 IPC_MESSAGE_UNHANDLED(handled = false)
177 DCHECK(handled);
178 return handled;
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_encode_accelerator.cc121 bool handled = true; local
130 IPC_MESSAGE_UNHANDLED(handled = false)
132 return handled;
/external/chromium_org/content/plugin/
H A Dplugin_channel.cc258 bool handled = true; local
266 IPC_MESSAGE_UNHANDLED(handled = false)
268 DCHECK(handled);
269 return handled;
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc70 bool handled = true; local
86 IPC_MESSAGE_UNHANDLED(handled = false)
88 return handled;
/external/chromium_org/content/renderer/media/
H A Daudio_input_message_filter.cc84 bool handled = true; local
91 IPC_MESSAGE_UNHANDLED(handled = false)
93 return handled;
H A Daudio_message_filter.cc130 bool handled = true; local
135 IPC_MESSAGE_UNHANDLED(handled = false)
137 return handled;
H A Dmedia_stream_center.cc207 bool handled = true; local
211 IPC_MESSAGE_UNHANDLED(handled = false)
213 return handled;
H A Dmedia_stream_dispatcher.cc224 bool handled = true; local
238 IPC_MESSAGE_UNHANDLED(handled = false)
240 return handled;
H A Dvideo_capture_impl_unittest.cc51 bool handled = true; variable
62 IPC_MESSAGE_UNHANDLED(handled = false)
64 EXPECT_TRUE(handled); variable
/external/chromium_org/content/renderer/p2p/
H A Dsocket_dispatcher.cc61 bool handled = true; local
70 IPC_MESSAGE_UNHANDLED(handled = false)
72 return handled;
/external/chromium_org/content/renderer/
H A Drender_frame_proxy.cc148 bool handled = true; local
155 IPC_MESSAGE_UNHANDLED(handled = false)
158 // If |handled| is true, |this| may have been deleted.
159 if (handled)
H A Drender_widget_fullscreen_pepper.cc340 bool handled = true; local
348 IPC_MESSAGE_UNHANDLED(handled = false)
350 if (handled)
H A Dspeech_recognition_dispatcher.cc45 bool handled = true; local
56 IPC_MESSAGE_UNHANDLED(handled = false)
58 return handled;
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_script_context.cc52 bool handled = true; local
62 IPC_MESSAGE_UNHANDLED(handled = false)
67 if (!handled)
68 handled = cache_storage_dispatcher_->OnMessageReceived(message);
70 DCHECK(handled);

Completed in 9151 milliseconds

1234567891011>>