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

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.cc166 NotifyAuthCancelled();
170 base::Bind(&LoginHandler::NotifyAuthCancelled, this));
270 base::Bind(&LoginHandler::NotifyAuthCancelled, this));
320 void LoginHandler::NotifyAuthCancelled() { function in class:LoginHandler
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc164 NotifyAuthCancelled();
168 NewRunnableMethod(this, &LoginHandler::NotifyAuthCancelled));
278 void LoginHandler::NotifyAuthCancelled() { function in class:LoginHandler
321 NewRunnableMethod(this, &LoginHandler::NotifyAuthCancelled));

Completed in 42 milliseconds