HomeSort by relevance Sort by last modified time
    Searched defs:ProxyConfigServiceLinux (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/proxy/
proxy_config_service_linux.h 26 class ProxyConfigServiceLinux : public ProxyConfigService {
93 // ProxyConfigServiceLinux is created on the UI thread, and
108 // ProxyConfigServiceLinux is deleted from the IO thread.
110 // The substance of the ProxyConfigServiceLinux implementation is
112 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to the
151 // ProxyConfigServiceLinux's destructor.
221 ProxyConfigServiceLinux();
223 explicit ProxyConfigServiceLinux(base::Environment* env_var_getter);
224 ProxyConfigServiceLinux(base::Environment* env_var_getter,
227 virtual ~ProxyConfigServiceLinux();
    [all...]
proxy_config_service_linux.cc 85 ProxyConfigServiceLinux::Delegate::~Delegate() {
88 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVarForScheme(
108 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVar(
114 bool ProxyConfigServiceLinux::Delegate::GetConfigFromEnv(ProxyConfig* config) {
194 : public ProxyConfigServiceLinux::GConfSettingGetter {
263 bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) {
416 ProxyConfigServiceLinux::Delegate* notify_delegate_;
432 : public ProxyConfigServiceLinux::GConfSettingGetter,
540 bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) {
    [all...]

Completed in 200 milliseconds