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

  /external/chromium/chrome/browser/ui/login/
login_prompt.h 102 void NotifyAuthSupplied(const string16& username,
login_prompt.cc 141 // Calling NotifyAuthSupplied() directly instead of posting a task
147 NotifyAuthSupplied(username, password);
296 void LoginHandler::NotifyAuthSupplied(const string16& username,
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.h 103 void NotifyAuthSupplied(const base::string16& username,
login_prompt.cc 144 // Calling NotifyAuthSupplied() directly instead of posting a task
150 NotifyAuthSupplied(username, password);
299 void LoginHandler::NotifyAuthSupplied(const base::string16& username,

Completed in 75 milliseconds