Home | History | Annotate | Download | only in proxy

Lines Matching defs:ProxyConfigServiceMac

165 // ProxyConfigServiceMac::OnProxyConfigChanged between the notifier and IO
166 // thread. This helper object may outlive the ProxyConfigServiceMac.
167 class ProxyConfigServiceMac::Helper
168 : public base::RefCountedThreadSafe<ProxyConfigServiceMac::Helper> {
170 explicit Helper(ProxyConfigServiceMac* parent) : parent_(parent) {
185 ProxyConfigServiceMac* parent_;
188 ProxyConfigServiceMac::ProxyConfigServiceMac(MessageLoop* io_loop)
197 ProxyConfigServiceMac::~ProxyConfigServiceMac() {
203 void ProxyConfigServiceMac::AddObserver(Observer* observer) {
208 void ProxyConfigServiceMac::RemoveObserver(Observer* observer) {
214 ProxyConfigServiceMac::GetLatestProxyConfig(ProxyConfig* config) {
227 void ProxyConfigServiceMac::SetDynamicStoreNotificationKeys(
243 void ProxyConfigServiceMac::OnNetworkConfigChange(CFArrayRef changed_keys) {
257 void ProxyConfigServiceMac::OnProxyConfigChanged(