Home | History | Annotate | Download | only in proxy

Lines Matching defs:ProxyConfigServiceLinux

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) {
888 ProxyConfigServiceLinux::Delegate* notify_delegate_;
895 // both it and us are owned by ProxyConfigServiceLinux::Delegate, and have the
913 bool ProxyConfigServiceLinux::Delegate::GetProxyFromGConf(
941 bool ProxyConfigServiceLinux::Delegate::GetConfigFromGConf(
1071 ProxyConfigServiceLinux::Delegate::Delegate(base::Environment* env_var_getter)
1091 ProxyConfigServiceLinux::Delegate::Delegate(base::Environment* env_var_getter,
1097 void ProxyConfigServiceLinux::Delegate::SetupAndFetchInitialConfig(
1115 // before this ProxyConfigServiceLinux is passed on to
1161 void ProxyConfigServiceLinux::Delegate::AddObserver(Observer* observer) {
1165 void ProxyConfigServiceLinux::Delegate::RemoveObserver(Observer* observer) {
1170 ProxyConfigServiceLinux::Delegate::GetLatestProxyConfig(
1183 // to construct ProxyConfigServiceLinux on the UI thread.
1190 void ProxyConfigServiceLinux::Delegate::OnCheckProxyConfigSettings() {
1207 &ProxyConfigServiceLinux::Delegate::SetNewProxyConfig,
1214 void ProxyConfigServiceLinux::Delegate::SetNewProxyConfig(
1224 void ProxyConfigServiceLinux::Delegate::PostDestroyTask() {
1239 &ProxyConfigServiceLinux::Delegate::OnDestroy));
1242 void ProxyConfigServiceLinux::Delegate::OnDestroy() {
1248 ProxyConfigServiceLinux::ProxyConfigServiceLinux()
1252 ProxyConfigServiceLinux::~ProxyConfigServiceLinux() {
1256 ProxyConfigServiceLinux::ProxyConfigServiceLinux(
1261 ProxyConfigServiceLinux::ProxyConfigServiceLinux(
1267 void ProxyConfigServiceLinux::AddObserver(Observer* observer) {
1271 void ProxyConfigServiceLinux::RemoveObserver(Observer* observer) {
1276 ProxyConfigServiceLinux::GetLatestProxyConfig(ProxyConfig* config) {