Home
last modified time | relevance | path

Searched refs:IPC_REPLY_ID (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/android_webview/common/
Daw_content_client.cc66 return message->type() == IPC_REPLY_ID; in CanSendWhileSwappedOut()
/external/chromium_org/ipc/
Dipc_sync_message.cc99 Message* reply = new Message(msg->routing_id(), IPC_REPLY_ID, in GenerateReply()
Dipc_message.h290 #define IPC_REPLY_ID 0xFFFFFFF0 // Special message id for replies macro
Dipc_message_macros.h949 case IPC_REPLY_ID: { \
/external/chromium_org/ppapi/proxy/
Dppapi_proxy_test.cc134 sink().GetUniqueMessageMatching(IPC_REPLY_ID); in SupportsInterface()
/external/chromium_org/components/nacl/loader/
Dnacl_ipc_adapter.cc471 if (type == IPC_REPLY_ID) { in OnMessageReceived()
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager_unittest.cc545 EXPECT_TRUE(ntp_process_host->sink().GetUniqueMessageMatching(IPC_REPLY_ID)); in TEST_F()
554 EXPECT_TRUE(ntp_process_host->sink().GetUniqueMessageMatching(IPC_REPLY_ID)); in TEST_F()