Lines Matching refs:AuthCallbackImpl
18440 class AuthCallbackImpl : public CefAuthCallback {
18442 - explicit AuthCallbackImpl(base::WeakPtr<LoginDelegate> delegate)
18443 + explicit AuthCallbackImpl(base::WeakPtr<LoginDelegate> delegate,
18451 AuthCallbackImpl(const AuthCallbackImpl&) = delete;
18452 @@ -61,8 +67,40 @@ class AuthCallbackImpl : public CefAuthCallback {
18474 + FROM_HERE, base::BindOnce(&AuthCallbackImpl::Continue, this, username,
18492 IMPLEMENT_REFCOUNTING(AuthCallbackImpl);
18495 // AuthCallbackImpl is bound to the current thread.
18496 CefRefPtr<AuthCallbackImpl> callbackImpl =
18497 - new AuthCallbackImpl(weak_ptr_factory_.GetWeakPtr());
18498 + new AuthCallbackImpl(weak_ptr_factory_.GetWeakPtr(),