Searched refs:ProxyConfigServiceAndroid (Results 1 - 7 of 7) 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
46 ProxyConfigServiceAndroid(base::SequencedTaskRunner* network_task_runner,
49 virtual ~ProxyConfigServiceAndroid();
65 ProxyConfigServiceAndroid(base::SequencedTaskRunner* network_task_runner,
74 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceAndroid);
H A Dproxy_config_service_android.cc37 typedef ProxyConfigServiceAndroid::GetPropertyCallback GetPropertyCallback;
164 class ProxyConfigServiceAndroid::Delegate
243 class JNIDelegateImpl : public ProxyConfigServiceAndroid::JNIDelegate {
247 // ProxyConfigServiceAndroid::JNIDelegate overrides.
294 ProxyConfigServiceAndroid::ProxyConfigServiceAndroid( function in class:net::ProxyConfigServiceAndroid
303 ProxyConfigServiceAndroid::~ProxyConfigServiceAndroid() {
308 bool ProxyConfigServiceAndroid::Register(JNIEnv* env) {
312 void ProxyConfigServiceAndroid
325 ProxyConfigServiceAndroid::ProxyConfigServiceAndroid( function in class:net::ProxyConfigServiceAndroid
[all...]
H A Dproxy_config_service_android_unittest.cc107 ProxyConfigServiceAndroid service_;
H A Dproxy_service.cc1374 return new ProxyConfigServiceAndroid(
/external/chromium/net/proxy/
H A Dproxy_config_service_android.cc11 void ProxyConfigServiceAndroid::AddObserver(Observer* observer) {
15 void ProxyConfigServiceAndroid::RemoveObserver(Observer* observer) {
19 ProxyConfigService::ConfigAvailability ProxyConfigServiceAndroid::GetLatestProxyConfig(ProxyConfig* config) {
31 void ProxyConfigServiceAndroid::UpdateProxySettings(std::string& proxy,
H A Dproxy_config_service_android.h18 class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService { class in namespace:net
/external/chromium_org/net/android/
H A Dnet_jni_registrar.cc25 { "ProxyConfigService", net::ProxyConfigServiceAndroid::Register },

Completed in 177 milliseconds