HomeSort by relevance Sort by last modified time
    Searched refs:UpdateLogin (Results 1 - 25 of 52) sorted by null

1 2 3

  /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);
ntp_login_handler.h 37 void UpdateLogin();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.h 69 void UpdateLogin();
ntp_login_handler.cc 90 base::Bind(&NTPLoginHandler::UpdateLogin,
94 base::Bind(&NTPLoginHandler::UpdateLogin,
118 UpdateLogin();
125 UpdateLogin();
199 void NTPLoginHandler::UpdateLogin() {
254 web_ui()->CallJavascriptFunction("ntp.updateLogin",
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 28 virtual bool UpdateLogin(const webkit_glue::PasswordForm& form);
login_database.h 38 bool UpdateLogin(const webkit_glue::PasswordForm& form, int* items_changed);
password_store_x.h 39 virtual bool UpdateLogin(const webkit_glue::PasswordForm& form) = 0;
native_backend_kwallet_x.h 32 virtual bool UpdateLogin(const webkit_glue::PasswordForm& form);
86 // LoginDatabase::UpdateLogin() when updating logins; otherwise, we check the
password_form_manager.h 160 void UpdateLogin();
password_form_manager.cc 195 UpdateLogin();
373 password_store->UpdateLogin(*iter->second);
378 void PasswordFormManager::UpdateLogin() {
421 password_store->UpdateLogin(pending_credentials_);
password_store.h 84 void UpdateLogin(const webkit_glue::PasswordForm& form);
password_store.cc 46 void PasswordStore::UpdateLogin(const PasswordForm& form) {
  /external/chromium/chrome/browser/webdata/
logins_table.h 71 bool UpdateLogin(const webkit_glue::PasswordForm& form);
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.h 26 void UpdateLogin(PasswordStore* store, const autofill::PasswordForm& form);
two_client_passwords_sync_test.cc 25 using passwords_helper::UpdateLogin;
159 UpdateLogin(GetVerifierPasswordStore(), form);
160 UpdateLogin(GetPasswordStore(1), form);
passwords_helper.cc 83 void UpdateLogin(PasswordStore* store, const PasswordForm& form) {
86 store->UpdateLogin(form);
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 18 using passwords_helper::UpdateLogin;
58 UpdateLogin(GetPasswordStore(profile), (*it));
  /external/chromium_org/chrome/browser/password_manager/
password_store.h 38 void UpdateLogin(PasswordStore* store, const autofill::PasswordForm& form);
106 void UpdateLogin(const autofill::PasswordForm& form);
162 friend void passwords_helper::UpdateLogin(PasswordStore*,
mock_password_store.h 30 MOCK_METHOD1(UpdateLogin, void(const autofill::PasswordForm&));
native_backend_gnome_x.h 77 virtual bool UpdateLogin(const autofill::PasswordForm& form) OVERRIDE;
login_database.h 42 bool UpdateLogin(const autofill::PasswordForm& form, int* items_changed);
password_store_x.h 42 virtual bool UpdateLogin(const autofill::PasswordForm& form) = 0;
native_backend_kwallet_x.h 45 virtual bool UpdateLogin(const autofill::PasswordForm& form) OVERRIDE;
password_form_manager.h 219 void UpdateLogin();
password_store_x_unittest.cc 87 virtual bool UpdateLogin(const PasswordForm& form) OVERRIDE { return false; }
124 virtual bool UpdateLogin(const PasswordForm& form) OVERRIDE {
344 store->UpdateLogin(*form);

Completed in 2892 milliseconds

1 2 3