SerializeOutputParameters  119 content/browser/shared_worker/shared_worker_service_impl_unittest.cc       bool result = reply_serializer->SerializeOutputParameters(*response_msg);
SerializeOutputParameters   56 content/public/test/mock_render_thread.cc       reply_deserializer_->SerializeOutputParameters(*msg);
SerializeOutputParameters   54 content/renderer/browser_plugin/mock_browser_plugin_manager.cc       reply_deserializer_->SerializeOutputParameters(*msg);
SerializeOutputParameters  151 content/renderer/pepper/pepper_in_process_router.cc       reply_result_ = reply_deserializer_->SerializeOutputParameters(*message);
SerializeOutputParameters  833 ipc/ipc_message_utils.h   bool SerializeOutputParameters(const IPC::Message& msg, PickleIterator iter) {
SerializeOutputParameters  311 ipc/ipc_sync_channel.cc         SerializeOutputParameters(*msg);
SerializeOutputParameters  142 ipc/ipc_sync_message.cc   return SerializeOutputParameters(msg, SyncMessage::GetDataIterator(&msg));
SerializeOutputParameters   88 ipc/ipc_sync_message.h   bool SerializeOutputParameters(const Message& msg);
SerializeOutputParameters   92 ipc/ipc_sync_message.h   virtual bool SerializeOutputParameters(const Message& msg,
SerializeOutputParameters   92 ipc/ipc_sync_message_filter.cc             (*iter)->deserializer->SerializeOutputParameters(message);
SerializeOutputParameters  171 ipc/ipc_sync_message_unittest.cc   bool result = reply_serializer->SerializeOutputParameters(*g_reply);
SerializeOutputParameters   57 ppapi/proxy/resource_message_test_sink.cc     reply_deserializer->SerializeOutputParameters(*sync_reply_msg_.get());