Home
last modified time | relevance | path

Searched refs:proxy_string (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dnetwork_proxy_resource.cc32 PP_Var* proxy_string, in GetProxyForURL() argument
42 base::Unretained(proxy_string), in GetProxyForURL()
51 const std::string& proxy_string) { in OnPluginMsgGetProxyForURLReply() argument
60 *proxy_string_out_param = (new StringVar(proxy_string))->GetPPVar(); in OnPluginMsgGetProxyForURLReply()
Dnetwork_proxy_resource.h31 PP_Var* proxy_string,
37 const std::string& proxy_string);
/external/chromium_org/ppapi/api/
Dppb_network_proxy.idl37 * @param[out] proxy_string A <code>PP_Var</code> that GetProxyForURL will
38 * set upon successful completion. If the call fails, <code>proxy_string
41 * If set, <code>proxy_string</code> will have a reference count of 1 which
51 [out] PP_Var proxy_string,
/external/chromium_org/ppapi/thunk/
Dppb_network_proxy_thunk.cc22 struct PP_Var* proxy_string, in GetProxyForURL() argument
30 proxy_string, in GetProxyForURL()
Dppb_network_proxy_api.h28 PP_Var* proxy_string,
/external/chromium_org/ppapi/c/
Dppb_network_proxy.h65 struct PP_Var* proxy_string,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1413 …tProxyForURL(PP_Instance instance, struct PP_Var* url, struct PP_Var* proxy_string, struct PP_Comp… in Pnacl_M29_PPB_NetworkProxy_GetProxyForURL() argument
1415 return iface->GetProxyForURL(instance, *url, proxy_string, *callback); in Pnacl_M29_PPB_NetworkProxy_GetProxyForURL()
4666 … (int32_t (*)(PP_Instance instance, struct PP_Var url, struct PP_Var* proxy_string, struct PP_Comp…