Searched refs:ProxyConfigServiceAndroid (Results 1 - 4 of 4) sorted by relevance

/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/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCache.h49 net::ProxyConfigServiceAndroid* proxy() { return m_proxyConfigService; }
74 net::ProxyConfigServiceAndroid* m_proxyConfigService;
H A DWebCache.cpp101 m_proxyConfigService = new ProxyConfigServiceAndroid();

Completed in 79 milliseconds