/external/chromium_org/ppapi/host/ |
D | ppapi_host.cc | 113 const IPC::Message& nested_msg) { in CreateResourceHost() argument 118 this, params, instance, nested_msg).Pass(); in CreateResourceHost() 154 const IPC::Message& nested_msg) { in OnHostMsgResourceCall() argument 156 "Class", IPC_MESSAGE_ID_CLASS(nested_msg.type()), in OnHostMsgResourceCall() 157 "Line", IPC_MESSAGE_ID_LINE(nested_msg.type())); in OnHostMsgResourceCall() 159 HandleResourceCall(params, nested_msg, &context); in OnHostMsgResourceCall() 165 const IPC::Message& nested_msg) { in OnHostMsgInProcessResourceCall() argument 167 "Class", IPC_MESSAGE_ID_CLASS(nested_msg.type()), in OnHostMsgInProcessResourceCall() 168 "Line", IPC_MESSAGE_ID_LINE(nested_msg.type())); in OnHostMsgInProcessResourceCall() 170 HandleResourceCall(params, nested_msg, &context); in OnHostMsgInProcessResourceCall() [all …]
|
D | ppapi_host.h | 68 const IPC::Message& nested_msg); 91 const IPC::Message& nested_msg, 96 const IPC::Message& nested_msg); 100 const IPC::Message& nested_msg); 103 const IPC::Message& nested_msg, 107 const IPC::Message& nested_msg);
|
/external/chromium_org/ipc/ |
D | ipc_message_utils_unittest.cc | 20 Message nested_msg(nested_routing, nested_type, nested_priority); in TEST() local 21 nested_msg.set_sync(); in TEST() 22 ParamTraits<int>::Write(&nested_msg, nested_content); in TEST() 29 ParamTraits<Message>::Write(&outer_msg, nested_msg); in TEST() 37 EXPECT_EQ(nested_msg.routing_id(), result_msg.routing_id()); in TEST() 38 EXPECT_EQ(nested_msg.type(), result_msg.type()); in TEST() 39 EXPECT_EQ(nested_msg.priority(), result_msg.priority()); in TEST() 40 EXPECT_EQ(nested_msg.flags(), result_msg.flags()); in TEST() 43 PickleIterator nested_iter(nested_msg); in TEST() 45 ASSERT_TRUE(ParamTraits<int>::Read(&nested_msg, &nested_iter, in TEST() [all …]
|
/external/chromium_org/ppapi/proxy/ |
D | plugin_message_filter.cc | 59 const IPC::Message& nested_msg) { in DispatchResourceReplyForTest() argument 60 DispatchResourceReply(reply_params, nested_msg); in DispatchResourceReplyForTest() 83 const IPC::Message& nested_msg) { in OnMsgResourceReply() argument 90 base::Bind(&DispatchResourceReply, reply_params, nested_msg)); in OnMsgResourceReply() 96 const IPC::Message& nested_msg) { in DispatchResourceReply() argument 106 resource->OnReplyReceived(reply_params, nested_msg); in DispatchResourceReply()
|
D | resource_message_test_sink.cc | 21 IPC::Message* nested_msg) { in GetFirstResourceMessageMatching() argument 30 *nested_msg = cur_msg; in GetFirstResourceMessageMatching() 73 IPC::Message* nested_msg) const { in GetFirstResourceCallMatching() 76 *this, id, params, nested_msg); in GetFirstResourceCallMatching() 82 IPC::Message* nested_msg) { in GetFirstResourceReplyMatching() argument 85 *this, id, params, nested_msg); in GetFirstResourceReplyMatching()
|
D | plugin_message_filter.h | 56 const IPC::Message& nested_msg); 61 const IPC::Message& nested_msg); 67 const IPC::Message& nested_msg);
|
D | plugin_resource.cc | 123 const IPC::Message& nested_msg) { in SendResourceCall() argument 131 nested_msg)); in SendResourceCall() 134 new PpapiHostMsg_ResourceCall(call_params, nested_msg)); in SendResourceCall()
|
D | resource_message_test_sink.h | 40 IPC::Message* nested_msg) const; 46 IPC::Message* nested_msg);
|
D | plugin_resource.h | 165 const IPC::Message& nested_msg);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_renderer_connection.cc | 168 const IPC::Message& nested_msg = nested_msgs[i]; in OnMsgCreateResourceHostsFromHost() local 171 if (nested_msg.type() == PpapiHostMsg_FileRef_CreateExternal::ID) { in OnMsgCreateResourceHostsFromHost() 177 nested_msg, &external_path)) { in OnMsgCreateResourceHostsFromHost() 181 } else if (nested_msg.type() == in OnMsgCreateResourceHostsFromHost() 188 nested_msg, &root_url, &file_system_type)) { in OnMsgCreateResourceHostsFromHost() 214 params, instance, nested_msg); in OnMsgCreateResourceHostsFromHost()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_in_process_router.cc | 80 IPC::Message nested_msg; in OnPluginMsgReceived() local 85 &nested_msg)) { in OnPluginMsgReceived() 92 &nested_msg)) { in OnPluginMsgReceived() 105 resource->OnReplyReceived(reply_params, nested_msg); in OnPluginMsgReceived()
|
/external/protobuf/src/google/protobuf/ |
D | unittest_simple_micro.proto | 52 optional NestedMessage nested_msg = 2; field
|
D | unittest_simple_nano.proto | 52 optional NestedMessage nested_msg = 2; field
|