/external/chromium_org/ipc/ |
D | ipc_sync_message.cc | 86 if (!msg.is_sync() && !msg.is_reply()) in GetMessageId() 97 DCHECK(msg->is_sync()); in GenerateReply() 113 DCHECK(msg.is_sync() || msg.is_reply()); in ReadSyncHeader() 126 DCHECK(msg->is_sync() || msg->is_reply()); in WriteSyncHeader()
|
D | ipc_sync_message_filter.cc | 34 if (!message->is_sync()) { in Send() 112 if (message->is_sync()) { in SendOnIOThread()
|
D | ipc_message.h | 77 bool is_sync() const { in is_sync() function
|
D | ipc_logging.cc | 288 if (message.is_sync()) in GenerateLogData()
|
D | ipc_sync_channel.cc | 473 if (!message->is_sync()) { in Send()
|
/external/chromium_org/content/public/browser/ |
D | browser_message_filter.cc | 146 if (message->is_sync()) { in Send() 183 if (message.is_sync() && !message.is_caller_pumping_messages()) { in CheckCanDispatchOnUI()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_in_process_router.cc | 106 if (!message->is_sync()) { in SendToHost() 142 CHECK(!msg->is_sync()); in SendToPlugin()
|
/external/chromium_org/content/renderer/browser_plugin/ |
D | mock_browser_plugin_manager.cc | 42 if (msg->is_sync()) { in Send()
|
/external/chromium_org/content/child/npapi/ |
D | np_channel_base.cc | 205 message->is_sync()) { in Send() 230 if (!handled && message.is_sync()) { in OnMessageReceived()
|
D | npobject_stub.cc | 79 if (msg.is_sync()) { in OnMessageReceived()
|
/external/chromium_org/content/renderer/npapi/ |
D | plugin_channel_host.cc | 138 if (msg->is_sync()) { in Send()
|
/external/chromium_org/ppapi/proxy/ |
D | resource_message_test_sink.cc | 48 if (msg->is_sync()) { in Send()
|
D | plugin_globals.cc | 36 if (msg->is_sync()) { in Send()
|
D | host_dispatcher.cc | 146 if (msg->is_sync()) { in Send()
|
D | plugin_dispatcher.cc | 206 if (msg->is_sync()) { in Send()
|
/external/chromium_org/content/browser/android/java/ |
D | gin_java_bridge_dispatcher_host.cc | 326 DCHECK(message.is_sync()); in OverrideTaskRunnerForMessage() 334 DCHECK(!message.is_sync()); in OverrideTaskRunnerForMessage()
|
/external/chromium_org/content/gpu/ |
D | gpu_child_thread.cc | 99 DCHECK(!msg->is_sync()); in Send()
|
/external/chromium_org/content/public/test/ |
D | mock_render_thread.cc | 50 if (msg->is_sync()) { in Send()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel.cc | 495 DCHECK(!message->is_sync()); in Send() 728 if (message->is_sync()) { in HandleMessage()
|
/external/chromium_org/content/child/ |
D | webmessageportchannel_impl.cc | 210 DCHECK(!message->is_sync()); in Send()
|
/external/chromium_org/content/renderer/dom_storage/ |
D | dom_storage_dispatcher.cc | 74 !message->is_sync(); in SendThrottled()
|
/external/chromium_org/content/common/gpu/media/ |
D | gpu_video_decode_accelerator.cc | 105 DCHECK(!message->is_sync()); in SendOnIOThread()
|
/external/chromium_org/components/nacl/loader/ |
D | nacl_ipc_adapter.cc | 809 if (message->is_sync()) in SendMessageOnIOThread()
|
/external/chromium_org/content/browser/shared_worker/ |
D | shared_worker_service_impl_unittest.cc | 192 if (message->is_sync()) { in OnMessageReceived()
|
/external/chromium_org/content/browser/frame_host/ |
D | render_frame_host_impl.cc | 328 if (msg.is_sync()) { in OnMessageReceived()
|