Searched defs:Login (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppthread.cc58 void XmppThread::Login(const buzz::XmppClientSettings& xcs) { function in class:XmppThread
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.cc61 // TODO(rharrison): Push the change to DOM Login screen
66 // TODO(rharrison): Push the change to DOM Login screen
89 void DOMLoginDisplay::Login(const std::string& username, function in class:chromeos::DOMLoginDisplay
92 delegate_->Login(username, password);
H A Dlogin_performer.cc62 UMA_HISTOGRAM_ENUMERATION("Login.FailureReason", failure.reason(),
115 // 0 - Login success offline and online. It's a new user. or it's an
117 // 1 - Login success offline only. It's an existing user login.
118 UMA_HISTOGRAM_ENUMERATION("Login.SuccessReason", pending_requests, 2);
236 void LoginPerformer::Login(const std::string& username, function in class:chromeos::LoginPerformer
247 method_factory_.NewRunnableMethod(&LoginPerformer::Login,
H A Dviews_login_display.cc252 void ViewsLoginDisplay::Login(UserController* source, function in class:chromeos::ViewsLoginDisplay
254 delegate()->Login(source->user().email(), UTF16ToUTF8(password));
H A Dexisting_user_controller.cc156 void ExistingUserController::Login(const std::string& username, function in class:chromeos::ExistingUserController
182 login_performer_->Login(username, password);
H A Dnew_user_view.cc448 void NewUserView::Login() { function in class:chromeos::NewUserView
473 Login();
531 Login();
/external/chromium/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc182 bool VPNConfigView::Login() { function in class:chromeos::VPNConfigView
H A Dwifi_config_view.cc442 bool WifiConfigView::Login() { function in class:chromeos::WifiConfigView
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc163 void TestingAutomationProvider::Login(DictionaryValue* args, function in class:TestingAutomationProvider
177 controller->Login(username, password);

Completed in 197 milliseconds