Home | History | Annotate | Download | only in proxy

Lines Matching refs:SyncProxyServiceHelper

1541 SyncProxyServiceHelper::SyncProxyServiceHelper(
1547 callback_(base::Bind(&SyncProxyServiceHelper::OnCompletion,
1552 int SyncProxyServiceHelper::ResolveProxy(const GURL& url,
1559 base::Bind(&SyncProxyServiceHelper::StartAsyncResolve, this, url,
1570 int SyncProxyServiceHelper::ReconsiderProxyAfterError(
1576 base::Bind(&SyncProxyServiceHelper::StartAsyncReconsider, this, url,
1587 SyncProxyServiceHelper::~SyncProxyServiceHelper() {}
1589 void SyncProxyServiceHelper::StartAsyncResolve(const GURL& url,
1598 void SyncProxyServiceHelper::StartAsyncReconsider(const GURL& url,
1607 void SyncProxyServiceHelper::OnCompletion(int rv) {