HomeSort by relevance Sort by last modified time
    Searched refs:ProxyConfigServiceLinux (Results 1 - 8 of 8) 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...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.h 31 class NET_EXPORT_PRIVATE ProxyConfigServiceLinux : public ProxyConfigService {
141 // ProxyConfigServiceLinux is created on the UI thread, and
157 // ProxyConfigServiceLinux is deleted from the IO thread.
159 // The substance of the ProxyConfigServiceLinux implementation is
161 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to either
201 // setting getter in use. Called from ProxyConfigServiceLinux's destructor.
275 ProxyConfigServiceLinux();
277 explicit ProxyConfigServiceLinux(base::Environment* env_var_getter);
278 ProxyConfigServiceLinux(base::Environment* env_var_getter,
281 virtual ~ProxyConfigServiceLinux();
    [all...]
proxy_config_service_linux.cc 91 ProxyConfigServiceLinux::Delegate::~Delegate() {
94 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVarForScheme(
114 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVar(
120 bool ProxyConfigServiceLinux::Delegate::GetConfigFromEnv(ProxyConfig* config) {
200 class SettingGetterImplGConf : public ProxyConfigServiceLinux::SettingGetter {
290 ProxyConfigServiceLinux::Delegate* delegate) OVERRIDE {
499 ProxyConfigServiceLinux::Delegate* notify_delegate_;
514 : public ProxyConfigServiceLinux::SettingGetter {
599 ProxyConfigServiceLinux::Delegate* delegate) OVERRIDE {
766 ProxyConfigServiceLinux::Delegate* notify_delegate_
    [all...]
proxy_config_service_linux_unittest.cc 141 : public ProxyConfigServiceLinux::SettingGetter {
143 typedef ProxyConfigServiceLinux::SettingGetter SettingGetter;
185 virtual bool SetUpNotifications(ProxyConfigServiceLinux::Delegate* delegate)
256 // This helper class runs ProxyConfigServiceLinux::GetLatestProxyConfig() on
262 explicit SynchConfigGetter(net::ProxyConfigServiceLinux* config_service)
338 net::ProxyConfigServiceLinux* config_service_;
687 new ProxyConfigServiceLinux(env, setting_getter));
    [all...]
proxy_service.cc     [all...]

Completed in 53 milliseconds