HomeSort by relevance Sort by last modified time
    Searched refs:WasAuthHandled (Results 1 - 4 of 4) 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;
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 194 if (WasAuthHandled())
200 // WasAuthHandled() should always test positive before we publish
225 bool LoginHandler::WasAuthHandled() const {
245 if (WasAuthHandled())
302 DCHECK(WasAuthHandled());
322 DCHECK(WasAuthHandled());
419 if (!parent_contents || handler->WasAuthHandled()) {
login_prompt.h 79 bool WasAuthHandled() const;

Completed in 273 milliseconds