Searched defs:ResourceMessageReplyParams (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.cc168 ResourceMessageReplyParams::ResourceMessageReplyParams() function in class:ppapi::proxy::ResourceMessageReplyParams
173 ResourceMessageReplyParams::ResourceMessageReplyParams(PP_Resource resource, function in class:ppapi::proxy::ResourceMessageReplyParams
179 ResourceMessageReplyParams::~ResourceMessageReplyParams() {
182 void ResourceMessageReplyParams::Serialize(IPC::Message* msg) const {
191 bool ResourceMessageReplyParams::Deserialize(const IPC::Message* msg,
198 void ResourceMessageReplyParams::WriteReplyHeader(IPC::Message* msg) const {
H A Dresource_message_params.h105 // ResourceMessageReplyParams) will close those handles which haven't been
156 class PPAPI_PROXY_EXPORT ResourceMessageReplyParams class in namespace:ppapi::proxy
159 ResourceMessageReplyParams();
160 ResourceMessageReplyParams(PP_Resource resource, int32_t sequence);
161 virtual ~ResourceMessageReplyParams();
197 ParamTraits<ppapi::proxy::ResourceMessageReplyParams> {
198 typedef ppapi::proxy::ResourceMessageReplyParams param_type;

Completed in 84 milliseconds