HomeSort by relevance Sort by last modified time
    Searched full:nested_msg (Results 1 - 14 of 14) sorted by null

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

Completed in 110 milliseconds