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

  /external/chromium_org/net/proxy/
proxy_config_service_android.h 26 class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService {
46 ProxyConfigServiceAndroid(base::SequencedTaskRunner* network_task_runner,
49 virtual ~ProxyConfigServiceAndroid();
65 ProxyConfigServiceAndroid(base::SequencedTaskRunner* network_task_runner,
74 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceAndroid);
proxy_config_service_android.cc 37 typedef ProxyConfigServiceAndroid::GetPropertyCallback GetPropertyCallback;
164 class ProxyConfigServiceAndroid::Delegate
243 class JNIDelegateImpl : public ProxyConfigServiceAndroid::JNIDelegate {
247 // ProxyConfigServiceAndroid::JNIDelegate overrides.
294 ProxyConfigServiceAndroid::ProxyConfigServiceAndroid(
303 ProxyConfigServiceAndroid::~ProxyConfigServiceAndroid() {
308 bool ProxyConfigServiceAndroid::Register(JNIEnv* env) {
312 void ProxyConfigServiceAndroid::AddObserver(Observer* observer)
    [all...]
proxy_config_service_android_unittest.cc 107 ProxyConfigServiceAndroid service_;
proxy_service.cc     [all...]
  /external/chromium/net/proxy/
proxy_config_service_android.cc 11 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,
proxy_config_service_android.h 18 class NET_EXPORT ProxyConfigServiceAndroid : public ProxyConfigService {
  /external/chromium_org/net/android/
net_jni_registrar.cc 25 { "ProxyConfigService", net::ProxyConfigServiceAndroid::Register },
  /frameworks/av/media/libstagefright/chromium_http/
support.h 34 struct ProxyConfigServiceAndroid;
70 net::ProxyConfigServiceAndroid *mProxyConfigService;
support.cpp 172 mProxyConfigService = new net::ProxyConfigServiceAndroid;

Completed in 741 milliseconds