Lines Matching refs:AuthCallbackImpl
20 class AuthCallbackImpl : public CefAuthCallback { class
22 explicit AuthCallbackImpl(base::WeakPtr<LoginDelegate> delegate) in AuthCallbackImpl() function in net_service::__anon83eb46330111::AuthCallbackImpl
26 AuthCallbackImpl(const AuthCallbackImpl&) = delete;
27 AuthCallbackImpl& operator=(const AuthCallbackImpl&) = delete;
29 ~AuthCallbackImpl() override { in ~AuthCallbackImpl()
40 FROM_HERE, base::BindOnce(&AuthCallbackImpl::Continue, this, username, in Continue()
54 base::BindOnce(&AuthCallbackImpl::Cancel, this)); in Cancel()
68 IMPLEMENT_REFCOUNTING(AuthCallbackImpl);
76 CefRefPtr<AuthCallbackImpl> callback_impl) { in RunCallbackOnIOThread()
161 CefRefPtr<AuthCallbackImpl> callbackImpl = in Start()
162 new AuthCallbackImpl(weak_ptr_factory_.GetWeakPtr()); in Start()