Home
last modified time | relevance | path

Searched refs:WasAuthHandled (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/login/
Dlogin_prompt.cc222 if (WasAuthHandled()) in Observe()
261 if (WasAuthHandled()) in NotifyAuthNeeded()
280 DCHECK(WasAuthHandled()); in NotifyAuthCancelled()
299 DCHECK(WasAuthHandled()); in NotifyAuthSupplied()
333 bool LoginHandler::WasAuthHandled() const { in WasAuthHandled() function in LoginHandler
397 if (!parent_contents || handler_->WasAuthHandled()) { in Run()
Dlogin_prompt.h81 bool WasAuthHandled() const;
/external/chromium_org/chrome/browser/ui/login/
Dlogin_prompt.cc194 if (WasAuthHandled()) in Observe()
225 bool LoginHandler::WasAuthHandled() const { in WasAuthHandled() function in LoginHandler
245 if (WasAuthHandled()) in NotifyAuthNeeded()
302 DCHECK(WasAuthHandled()); in NotifyAuthSupplied()
322 DCHECK(WasAuthHandled()); in NotifyAuthCancelled()
419 if (!parent_contents || handler->WasAuthHandled()) { in LoginDialogCallback()
Dlogin_prompt.h79 bool WasAuthHandled() const;