Searched refs:WasAuthHandled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.cc221 if (WasAuthHandled())
227 // WasAuthHandled() should always test positive before we publish
252 bool LoginHandler::WasAuthHandled() const { function in class:LoginHandler
272 if (WasAuthHandled())
329 DCHECK(WasAuthHandled());
349 DCHECK(WasAuthHandled());
505 if (!parent_contents || handler->WasAuthHandled()) {
H A Dlogin_prompt.h79 bool WasAuthHandled() const;

Completed in 78 milliseconds