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

  /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 17 class ProxyConfigServiceAndroid : public ProxyConfigService {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.h 49 net::ProxyConfigServiceAndroid* proxy() { return m_proxyConfigService; }
73 net::ProxyConfigServiceAndroid* m_proxyConfigService;
WebCache.cpp 109 m_proxyConfigService = new ProxyConfigServiceAndroid();
  /frameworks/base/media/libstagefright/chromium_http/
support.cpp 185 new net::ProxyConfigServiceAndroid, net_log()));

Completed in 210 milliseconds