Searched refs:proxy_string (Results 1 – 7 of 7) sorted by relevance
| /external/chromium_org/ppapi/proxy/ |
| D | network_proxy_resource.cc | 32 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()
|
| D | network_proxy_resource.h | 31 PP_Var* proxy_string, 37 const std::string& proxy_string);
|
| /external/chromium_org/ppapi/api/ |
| D | ppb_network_proxy.idl | 37 * @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/ |
| D | ppb_network_proxy_thunk.cc | 22 struct PP_Var* proxy_string, in GetProxyForURL() argument 30 proxy_string, in GetProxyForURL()
|
| D | ppb_network_proxy_api.h | 28 PP_Var* proxy_string,
|
| /external/chromium_org/ppapi/c/ |
| D | ppb_network_proxy.h | 65 struct PP_Var* proxy_string,
|
| /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
| D | pnacl_shim.c | 1413 …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…
|