HomeSort by relevance Sort by last modified time
    Searched refs:WasAuthHandled (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 222 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 {
397 if (!parent_contents || handler_->WasAuthHandled()) {
login_prompt.h 81 bool WasAuthHandled() const;

Completed in 35 milliseconds