Home | History | Annotate | Download | only in proxy

Lines Matching refs:SyncProxyServiceHelper

927 SyncProxyServiceHelper::SyncProxyServiceHelper(MessageLoop* io_message_loop,
933 this, &SyncProxyServiceHelper::OnCompletion)) {
937 int SyncProxyServiceHelper::ResolveProxy(const GURL& url,
943 this, &SyncProxyServiceHelper::StartAsyncResolve, url, net_log));
953 int SyncProxyServiceHelper::ReconsiderProxyAfterError(
958 this, &SyncProxyServiceHelper::StartAsyncReconsider, url, net_log));
968 SyncProxyServiceHelper::~SyncProxyServiceHelper() {}
970 void SyncProxyServiceHelper::StartAsyncResolve(const GURL& url,
979 void SyncProxyServiceHelper::StartAsyncReconsider(const GURL& url,
988 void SyncProxyServiceHelper::OnCompletion(int rv) {