Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_message_utils_impl.h43 bool SyncMessageSchema<SendParamType, ReplyParamType>::ReadReplyParam( in ReadReplyParam() function
Dipc_message_macros.h671 static bool ReadReplyParam( \
693 static bool ReadReplyParam( \
748 bool msg_class::ReadReplyParam(const Message* msg, \
750 return Schema::ReadReplyParam(msg, p); \
768 bool msg_class::ReadReplyParam(const Message* msg, \
770 return Schema::ReadReplyParam(msg, p); \
809 if (Schema::ReadReplyParam(msg, &p)) \
Dipc_message_utils.h814 static bool ReadReplyParam(
/external/chromium/chrome/browser/net/
Dresolve_proxy_msg_helper_unittest.cc73 ChildProcessHostMsg_ResolveProxy::ReadReplyParam(&msg, &reply_data)); in OnMessageReceived()
/external/chromium_org/content/browser/
Dresolve_proxy_msg_helper_unittest.cc93 EXPECT_TRUE(ViewHostMsg_ResolveProxy::ReadReplyParam(&msg, &reply_data)); in OnMessageReceived()
/external/chromium_org/ppapi/proxy/
Dnacl_message_scanner.cc166 if (!MessageType::ReadReplyParam(msg_, &params)) in ScanReply()
Dppapi_proxy_test.cc139 EXPECT_TRUE(PpapiMsg_SupportsInterface::ReadReplyParam( in SupportsInterface()