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

/external/chromium_org/ppapi/thunk/
H A Dppb_network_proxy_thunk.cc22 struct PP_Var* proxy_string,
30 proxy_string,
20 GetProxyForURL(PP_Instance instance, struct PP_Var url, struct PP_Var* proxy_string, struct PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/proxy/
H A Dnetwork_proxy_resource.cc32 PP_Var* proxy_string,
42 base::Unretained(proxy_string),
51 const std::string& proxy_string) {
60 *proxy_string_out_param = (new StringVar(proxy_string))->GetPPVar();
29 GetProxyForURL( PP_Instance , PP_Var url, PP_Var* proxy_string, scoped_refptr<TrackedCallback> callback) argument
47 OnPluginMsgGetProxyForURLReply( PP_Var* proxy_string_out_param, scoped_refptr<TrackedCallback> callback, const ResourceMessageReplyParams& params, const std::string& proxy_string) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1471 static int32_t Pnacl_M29_PPB_NetworkProxy_GetProxyForURL(PP_Instance instance, struct PP_Var* url, struct PP_Var* proxy_string, struct PP_CompletionCallback* callback) { argument
1473 return iface->GetProxyForURL(instance, *url, proxy_string, *callback);
4863 .GetProxyForURL = (int32_t (*)(PP_Instance instance, struct PP_Var url, struct PP_Var* proxy_string, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_NetworkProxy_GetProxyForURL

Completed in 2368 milliseconds