HomeSort by relevance Sort by last modified time
    Searched defs:UpdateLogin (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/ui/webui/
ntp_login_handler.cc 42 UpdateLogin();
46 UpdateLogin();
49 void NTPLoginHandler::UpdateLogin() {
53 web_ui_->CallJavascriptFunction("updateLogin", string_value);
  /external/chromium/chrome/browser/webdata/
logins_table.cc 145 bool LoginsTable::UpdateLogin(const PasswordForm& form) {
web_data_service.cc 267 void WebDataService::UpdateLogin(const PasswordForm& form) {
847 if (db_->GetLoginsTable()->UpdateLogin(request->GetArgument()))
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store.cc 46 void PasswordStore::UpdateLogin(const PasswordForm& form) {
login_database.cc 196 bool LoginDatabase::UpdateLogin(const PasswordForm& form, int* items_changed) {
password_form_manager.cc 195 UpdateLogin();
373 password_store->UpdateLogin(*iter->second);
378 void PasswordFormManager::UpdateLogin() {
421 password_store->UpdateLogin(pending_credentials_);
native_backend_kwallet_x.cc 137 bool NativeBackendKWallet::UpdateLogin(const PasswordForm& form) {
native_backend_gnome_x.cc 679 bool NativeBackendGnome::UpdateLogin(const PasswordForm& form) {
680 // Based on LoginDatabase::UpdateLogin(), we search for forms to update by
    [all...]
password_store_x_unittest.cc 96 virtual bool UpdateLogin(const PasswordForm& form) { return false; }
127 virtual bool UpdateLogin(const PasswordForm& form) {
573 store->UpdateLogin(*form);

Completed in 476 milliseconds