HomeSort by relevance Sort by last modified time
    Searched refs:is_sync (Results 1 - 25 of 27) 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 33 if (!message->is_sync()) {
111 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 452 if (!message->is_sync()) {
  /external/chromium_org/content/public/browser/
browser_message_filter.cc 84 if (message->is_sync()) {
125 if (message.is_sync() && !message.is_caller_pumping_messages()) {
  /external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin_manager.cc 60 if (msg->is_sync()) {
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_router.cc 112 if (!message->is_sync()) {
148 CHECK(!msg->is_sync());
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc 138 if (msg->is_sync()) {
  /external/chromium_org/ppapi/proxy/
resource_message_test_sink.cc 49 if (msg->is_sync()) {
plugin_globals.cc 33 if (msg->is_sync()) {
handle_converter.cc 276 DCHECK(msg.is_sync());
host_dispatcher.cc 149 if (msg->is_sync()) {
plugin_dispatcher.cc 210 if (msg->is_sync()) {
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 91 DCHECK(!msg->is_sync());
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 178 message->is_sync()) {
202 if (!handled && message.is_sync()) {
npobject_stub.cc 79 if (msg.is_sync()) {
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 68 DCHECK(!msg->is_sync());
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 184 DCHECK(!message->is_sync());
  /external/chromium_org/content/public/test/
mock_render_thread.cc 51 if (msg->is_sync()) {
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 73 !message->is_sync();
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 540 if (msg->is_sync()) {
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 549 DCHECK(!message->is_sync());
813 if (message->is_sync()) {
  /external/chromium_org/content/renderer/
render_thread_impl.cc 495 if (msg->is_sync()) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]

Completed in 2026 milliseconds

1 2