Searched refs:handled (Results 251 - 275 of 539) sorted by path

<<11121314151617181920>>

/external/chromium_org/content/child/
H A Dchild_histogram_message_filter.cc36 bool handled = true; local
40 IPC_MESSAGE_UNHANDLED(handled = false)
42 return handled;
H A Dchild_thread.cc465 bool handled = true;
482 IPC_MESSAGE_UNHANDLED(handled = false)
485 if (handled)
H A Ddb_message_filter.cc19 bool handled = true; local
28 IPC_MESSAGE_UNHANDLED(handled = false)
30 return handled;
H A Dpower_monitor_broadcast_source.cc23 bool handled = true; variable
28 IPC_MESSAGE_UNHANDLED(handled = false)
30 return handled;
H A Dquota_dispatcher.cc97 bool handled = true; local
104 IPC_MESSAGE_UNHANDLED(handled = false)
106 DCHECK(handled) << "Unhandled message:" << msg.type();
H A Dshared_worker_devtools_agent.cc30 bool handled = true; local
39 IPC_MESSAGE_UNHANDLED(handled = false)
41 return handled;
H A Dsocket_stream_dispatcher.cc185 bool handled = true; local
192 IPC_MESSAGE_UNHANDLED(handled = false)
194 return handled;
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/child/fileapi/
H A Dfile_system_dispatcher.cc151 bool handled = true; local
162 IPC_MESSAGE_UNHANDLED(handled = false)
164 return handled;
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.cc130 bool handled = true; local
161 IPC_MESSAGE_UNHANDLED(handled = false)
165 DCHECK(handled) << "Didn't handle a message defined at line "
/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/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;
H A Dplugin_host.cc440 // Post data to be uploaded from a file. This can be handled in two
1091 NPBool NPN_HandleEvent(NPP id, void *event, NPBool handled) { argument
H A Dwebplugin_delegate_impl.cc271 bool handled = PlatformHandleInputEvent(event, cursor_info); local
277 return handled;
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc55 bool handled = true; local
82 IPC_MESSAGE_UNHANDLED(handled = false)
84 DCHECK(handled) << "Unhandled message:" << msg.type();
/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 Dcommand_buffer_proxy_impl.cc42 bool handled = true; local
51 IPC_MESSAGE_UNHANDLED(handled = false)
54 DCHECK(handled);
55 return handled;
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.cc99 bool handled = false; variable
133 handled = true;
142 return handled;
523 // handled by HandleMessage. HandleMessage is invoked as a
649 bool handled = true; local
659 IPC_MESSAGE_UNHANDLED(handled = false)
661 DCHECK(handled) << msg.type();
662 return handled;
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 Dgpu_command_buffer_stub.cc240 bool handled = true; local
280 IPC_MESSAGE_UNHANDLED(handled = false)
286 // Ensure that any delayed work that was created will be handled.
290 DCHECK(handled);
291 return handled;

Completed in 1360 milliseconds

<<11121314151617181920>>