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

/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc222 if (WasAuthHandled())
228 // WasAuthHandled() should always test positive before we publish
261 if (WasAuthHandled())
280 DCHECK(WasAuthHandled());
299 DCHECK(WasAuthHandled());
333 bool LoginHandler::WasAuthHandled() const { function in class:LoginHandler
397 if (!parent_contents || handler_->WasAuthHandled()) {

Completed in 92 milliseconds