Home
last modified time | relevance | path

Searched refs:is_sync (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/ipc/
Dipc_sync_message.cc86 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()
Dipc_sync_message_filter.cc34 if (!message->is_sync()) { in Send()
112 if (message->is_sync()) { in SendOnIOThread()
Dipc_message.h77 bool is_sync() const { in is_sync() function
Dipc_logging.cc288 if (message.is_sync()) in GenerateLogData()
Dipc_sync_channel.cc473 if (!message->is_sync()) { in Send()
/external/chromium_org/content/public/browser/
Dbrowser_message_filter.cc146 if (message->is_sync()) { in Send()
183 if (message.is_sync() && !message.is_caller_pumping_messages()) { in CheckCanDispatchOnUI()
/external/chromium_org/content/renderer/pepper/
Dpepper_in_process_router.cc106 if (!message->is_sync()) { in SendToHost()
142 CHECK(!msg->is_sync()); in SendToPlugin()
/external/chromium_org/content/renderer/browser_plugin/
Dmock_browser_plugin_manager.cc42 if (msg->is_sync()) { in Send()
/external/chromium_org/content/child/npapi/
Dnp_channel_base.cc205 message->is_sync()) { in Send()
230 if (!handled && message.is_sync()) { in OnMessageReceived()
Dnpobject_stub.cc79 if (msg.is_sync()) { in OnMessageReceived()
/external/chromium_org/content/renderer/npapi/
Dplugin_channel_host.cc138 if (msg->is_sync()) { in Send()
/external/chromium_org/ppapi/proxy/
Dresource_message_test_sink.cc48 if (msg->is_sync()) { in Send()
Dplugin_globals.cc36 if (msg->is_sync()) { in Send()
Dhost_dispatcher.cc146 if (msg->is_sync()) { in Send()
Dplugin_dispatcher.cc206 if (msg->is_sync()) { in Send()
/external/chromium_org/content/browser/android/java/
Dgin_java_bridge_dispatcher_host.cc326 DCHECK(message.is_sync()); in OverrideTaskRunnerForMessage()
334 DCHECK(!message.is_sync()); in OverrideTaskRunnerForMessage()
/external/chromium_org/content/gpu/
Dgpu_child_thread.cc99 DCHECK(!msg->is_sync()); in Send()
/external/chromium_org/content/public/test/
Dmock_render_thread.cc50 if (msg->is_sync()) { in Send()
/external/chromium_org/content/common/gpu/
Dgpu_channel.cc495 DCHECK(!message->is_sync()); in Send()
728 if (message->is_sync()) { in HandleMessage()
/external/chromium_org/content/child/
Dwebmessageportchannel_impl.cc210 DCHECK(!message->is_sync()); in Send()
/external/chromium_org/content/renderer/dom_storage/
Ddom_storage_dispatcher.cc74 !message->is_sync(); in SendThrottled()
/external/chromium_org/content/common/gpu/media/
Dgpu_video_decode_accelerator.cc105 DCHECK(!message->is_sync()); in SendOnIOThread()
/external/chromium_org/components/nacl/loader/
Dnacl_ipc_adapter.cc809 if (message->is_sync()) in SendMessageOnIOThread()
/external/chromium_org/content/browser/shared_worker/
Dshared_worker_service_impl_unittest.cc192 if (message->is_sync()) { in OnMessageReceived()
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_impl.cc328 if (msg.is_sync()) { in OnMessageReceived()

12