Searched refs:NotifyAuthSupplied (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.h102 void NotifyAuthSupplied(const string16& username,
H A Dlogin_prompt.cc141 // Calling NotifyAuthSupplied() directly instead of posting a task
147 NotifyAuthSupplied(username, password);
296 void LoginHandler::NotifyAuthSupplied(const string16& username, function in class:LoginHandler
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.h103 void NotifyAuthSupplied(const base::string16& username,
H A Dlogin_prompt.cc144 // Calling NotifyAuthSupplied() directly instead of posting a task
150 NotifyAuthSupplied(username, password);
299 void LoginHandler::NotifyAuthSupplied(const base::string16& username, function in class:LoginHandler

Completed in 29 milliseconds