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

/external/chromium_org/net/proxy/
H A Dproxy_config_service_android.h26 class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService { class in namespace:net
58 ProxyConfigServiceAndroid(
62 virtual ~ProxyConfigServiceAndroid();
83 ProxyConfigServiceAndroid(
93 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceAndroid);
H A Dproxy_config_service_android.cc39 typedef ProxyConfigServiceAndroid::GetPropertyCallback GetPropertyCallback;
197 class ProxyConfigServiceAndroid::Delegate
300 class JNIDelegateImpl : public ProxyConfigServiceAndroid::JNIDelegate {
304 // ProxyConfigServiceAndroid::JNIDelegate overrides.
368 ProxyConfigServiceAndroid::ProxyConfigServiceAndroid( function in class:net::ProxyConfigServiceAndroid
377 ProxyConfigServiceAndroid::~ProxyConfigServiceAndroid() {
382 bool ProxyConfigServiceAndroid::Register(JNIEnv* env) {
386 void ProxyConfigServiceAndroid
403 ProxyConfigServiceAndroid::ProxyConfigServiceAndroid( function in class:net::ProxyConfigServiceAndroid
[all...]

Completed in 933 milliseconds