HomeSort by relevance Sort by last modified time
    Searched refs:ProxyConfigServiceLinux (Results 1 - 4 of 4) 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...]
proxy_config_service_linux_unittest.cc 138 : public ProxyConfigServiceLinux::GConfSettingGetter {
181 virtual bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) {
250 // This helper class runs ProxyConfigServiceLinux::GetLatestProxyConfig() on
256 explicit SynchConfigGetter(net::ProxyConfigServiceLinux* config_service)
330 net::ProxyConfigServiceLinux* config_service_;
629 new ProxyConfigServiceLinux(env, gconf_getter));
937 new ProxyConfigServiceLinux(env, gconf_getter));
956 ProxyConfigServiceLinux* service =
957 new ProxyConfigServiceLinux(env, gconf_getter);
981 size_t limit = ProxyConfigServiceLinux::GConfSettingGetter::BUFFER_SIZE - 1
    [all...]
proxy_service.cc 821 ProxyConfigServiceLinux* linux_config_service =
822 new ProxyConfigServiceLinux();
    [all...]

Completed in 156 milliseconds