Searched defs:ScanParam (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner.cc38 // The rewritten message. This may be NULL, so all ScanParam overloads should
39 // check for NULL before writing to it. In some cases, a ScanParam overload
68 void ScanParam(const SerializedHandle& handle, ScanningResults* results) { function in namespace:__anon10106
81 void ScanParam(const SerializedVar& var, ScanningResults* results) { function in namespace:__anon10106
96 void ScanParam(const ResourceMessageReplyParams& params, function in namespace:__anon10106
119 // ScanParam will write each handle to the new message, if necessary.
120 ScanParam(*iter, results);
129 void ScanParam(const IPC::Message& param, ScanningResults* results) { function in namespace:__anon10106
143 void ScanParam(const T& param, ScanningResults* results) { function in namespace:__anon10106
148 // These just break apart the given tuple and run ScanParam ove
[all...]

Completed in 28 milliseconds