HomeSort by relevance Sort by last modified time
    Searched refs:is_sync (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ipc/
ipc_sync_message.cc 86 if (!msg.is_sync() && !msg.is_reply())
97 DCHECK(msg->is_sync());
113 DCHECK(msg.is_sync() || msg.is_reply());
126 DCHECK(msg->is_sync() || msg->is_reply());
ipc_sync_message_filter.cc 34 if (!message->is_sync()) {
112 if (message->is_sync()) {
ipc_message.h 80 bool is_sync() const { function in class:IPC::Message
ipc_logging.cc 288 if (message.is_sync())
ipc_sync_channel.cc 459 if (!message->is_sync()) {
  /external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin_manager.cc 55 if (msg->is_sync()) {
  /external/chromium_org/content/public/browser/
browser_message_filter.cc 146 if (message->is_sync()) {
183 if (message.is_sync() && !message.is_caller_pumping_messages()) {
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_router.cc 106 if (!message->is_sync()) {
142 CHECK(!msg->is_sync());
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc 138 if (msg->is_sync()) {
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 99 DCHECK(!msg->is_sync());
  /external/chromium_org/ppapi/proxy/
plugin_globals.cc 36 if (msg->is_sync()) {
resource_message_test_sink.cc 48 if (msg->is_sync()) {
host_dispatcher.cc 149 if (msg->is_sync()) {
plugin_dispatcher.cc 211 if (msg->is_sync()) {
nacl_message_scanner.cc 358 if (untrusted_msg.is_sync())
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 205 message->is_sync()) {
230 if (!handled && message.is_sync()) {
npobject_stub.cc 79 if (msg.is_sync()) {
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 209 DCHECK(!message->is_sync());
  /external/chromium_org/content/public/test/
mock_render_thread.cc 50 if (msg->is_sync()) {
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 472 DCHECK(!message->is_sync());
709 if (message->is_sync()) {
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 74 !message->is_sync();
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 105 DCHECK(!message->is_sync());
  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.cc 269 if (msg.is_sync()) {
    [all...]
  /external/chromium_org/content/browser/shared_worker/
shared_worker_service_impl_unittest.cc 192 if (message->is_sync()) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc     [all...]

Completed in 415 milliseconds

1 2