HomeSort by relevance Sort by last modified time
    Searched refs:ProxyConfigServiceAndroid (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/proxy/
proxy_config_service_android.h 26 class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService {
58 ProxyConfigServiceAndroid(
62 virtual ~ProxyConfigServiceAndroid();
83 ProxyConfigServiceAndroid(
93 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceAndroid);
proxy_config_service_android.cc 39 typedef ProxyConfigServiceAndroid::GetPropertyCallback GetPropertyCallback;
197 class ProxyConfigServiceAndroid::Delegate
300 class JNIDelegateImpl : public ProxyConfigServiceAndroid::JNIDelegate {
304 // ProxyConfigServiceAndroid::JNIDelegate overrides.
368 ProxyConfigServiceAndroid::ProxyConfigServiceAndroid(
377 ProxyConfigServiceAndroid::~ProxyConfigServiceAndroid() {
382 bool ProxyConfigServiceAndroid::Register(JNIEnv* env) {
386 void ProxyConfigServiceAndroid::set_exclude_pac_url(bool enabled)
    [all...]
proxy_config_service_android_unittest.cc 107 ProxyConfigServiceAndroid service_;
proxy_service.cc     [all...]
  /external/chromium_org/net/android/
net_jni_registrar.cc 33 { "ProxyConfigService", net::ProxyConfigServiceAndroid::Register },
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 50 net::ProxyConfigServiceAndroid* config_service =
51 static_cast<net::ProxyConfigServiceAndroid*>(

Completed in 586 milliseconds