Searched defs:input_args (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
H A D | extensions_common_resource.cc | 38 const std::vector<PP_Var>& input_args, 41 return CommonCall(RENDERER, request_name, input_args, output_args, callback); 51 const std::vector<PP_Var>& input_args, 54 return CommonCall(BROWSER, request_name, input_args, output_args, callback); 65 const std::vector<PP_Var>& input_args, 74 CreateListValueFromVarVector(input_args)); 36 CallRenderer( const std::string& request_name, const std::vector<PP_Var>& input_args, const std::vector<PP_Var*>& output_args, scoped_refptr<TrackedCallback> callback) argument 49 CallBrowser( const std::string& request_name, const std::vector<PP_Var>& input_args, const std::vector<PP_Var*>& output_args, scoped_refptr<TrackedCallback> callback) argument 62 CommonCall( Destination dest, const std::string& request_name, const std::vector<PP_Var>& input_args, const std::vector<PP_Var*>& output_args, scoped_refptr<TrackedCallback> callback) argument
|
Completed in 95 milliseconds