/external/chromium/chrome/browser/password_manager/ |
password_store_x.cc | 17 using webkit_glue::PasswordForm; 30 void PasswordStoreX::AddLoginImpl(const PasswordForm& form) { 45 void PasswordStoreX::UpdateLoginImpl(const PasswordForm& form) { 60 void PasswordStoreX::RemoveLoginImpl(const PasswordForm& form) { 79 vector<PasswordForm*> forms; 84 for (vector<PasswordForm*>::const_iterator it = forms.begin(); 102 const PasswordForm& form) { 143 bool PasswordStoreX::FillAutofillableLogins(vector<PasswordForm*>* forms) { 154 bool PasswordStoreX::FillBlacklistLogins(vector<PasswordForm*>* forms) { 200 vector<PasswordForm*> forms [all...] |
password_store_default.cc | 20 using webkit_glue::PasswordForm; 73 typedef std::vector<const PasswordForm*> PasswordForms; 127 void PasswordStoreDefault::AddLoginImpl(const PasswordForm& form) { 138 void PasswordStoreDefault::UpdateLoginImpl(const PasswordForm& form) { 149 void PasswordStoreDefault::RemoveLoginImpl(const PasswordForm& form) { 162 std::vector<PasswordForm*> forms; 166 for (std::vector<PasswordForm*>::const_iterator it = forms.begin(); 181 GetLoginsRequest* request, const webkit_glue::PasswordForm& form) { 199 std::vector<PasswordForm*>* forms) { 205 std::vector<PasswordForm*>* forms) [all...] |
password_store_x_unittest.cc | 30 using webkit_glue::PasswordForm; 32 typedef std::vector<PasswordForm*> VectorOfForms; 40 const std::vector<PasswordForm*>&)); 95 virtual bool AddLogin(const PasswordForm& form) { return false; } 96 virtual bool UpdateLogin(const PasswordForm& form) { return false; } 97 virtual bool RemoveLogin(const PasswordForm& form) { return false; } 104 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) { 122 virtual bool AddLogin(const PasswordForm& form) { 127 virtual bool UpdateLogin(const PasswordForm& form) { 134 virtual bool RemoveLogin(const PasswordForm& form) [all...] |
password_form_manager.cc | 18 using webkit_glue::PasswordForm; 23 const PasswordForm& observed_form, 54 bool PasswordFormManager::DoesManage(const PasswordForm& form) const { 55 if (form.scheme != PasswordForm::SCHEME_HTML) 148 if (observed_form_.scheme != PasswordForm::SCHEME_HTML) 154 void PasswordFormManager::ProvisionallySave(const PasswordForm& credentials) { 168 // If the user selected credentials we autofilled from a PasswordForm 216 const std::vector<PasswordForm*>& logins_result) { 218 // the PasswordForm objects pointed to by the result vector, thus we keep 222 std::vector<PasswordForm> empties; // Empty-path matches in result set [all...] |
password_store_default_unittest.cc | 35 using webkit_glue::PasswordForm; 43 const std::vector<webkit_glue::PasswordForm*>&)); 98 typedef std::vector<PasswordForm*> VectorOfForms; 148 return static_cast<const WDResult<std::vector<PasswordForm*> >*>( 165 { PasswordForm::SCHEME_HTML, 180 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); 212 { PasswordForm::SCHEME_HTML, 222 { PasswordForm::SCHEME_HTML, 232 { PasswordForm::SCHEME_HTML, 244 { PasswordForm::SCHEME_HTML [all...] |
password_store.cc | 16 using webkit_glue::PasswordForm; 20 std::vector<webkit_glue::PasswordForm*> >(callback) { 40 void PasswordStore::AddLogin(const PasswordForm& form) { 46 void PasswordStore::UpdateLogin(const PasswordForm& form) { 52 void PasswordStore::RemoveLogin(const PasswordForm& form) { 68 const PasswordForm& form, PasswordStoreConsumer* consumer) {
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_win_unittest.cc | 32 using autofill::PasswordForm; 45 const std::vector<autofill::PasswordForm*>&)); 47 void(const std::vector<autofill::PasswordForm*>&)); 58 typedef std::vector<PasswordForm*> VectorOfForms; 171 return static_cast<const WDResult<std::vector<PasswordForm*> >*>( 206 PasswordForm::SCHEME_HTML, 217 scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data)); 220 PasswordForm::SCHEME_HTML, 231 std::vector<PasswordForm*> forms; 252 PasswordForm::SCHEME_HTML [all...] |
login_database.cc | 21 using autofill::PasswordForm; 215 PasswordForm::Type type = static_cast<PasswordForm::Type>( 218 if (type == PasswordForm::TYPE_GENERATED) { 230 bool LoginDatabase::AddLogin(const PasswordForm& form) { 274 bool LoginDatabase::UpdateLogin(const PasswordForm& form, int* items_changed) { 316 bool LoginDatabase::RemoveLogin(const PasswordForm& form) { 349 PasswordForm* form, 376 DCHECK((scheme_int >= 0) && (scheme_int <= PasswordForm::SCHEME_OTHER)); 377 form->scheme = static_cast<PasswordForm::Scheme>(scheme_int) [all...] |
password_form_manager.cc | 25 using autofill::PasswordForm; 32 const PasswordForm& observed_form, 64 bool PasswordFormManager::DoesManage(const PasswordForm& form, 66 if (form.scheme != PasswordForm::SCHEME_HTML) 184 if (observed_form_.scheme != PasswordForm::SCHEME_HTML) 191 const PasswordForm& credentials, 234 // If the user selected credentials we autofilled from a PasswordForm 244 pending_credentials_.type = PasswordForm::TYPE_GENERATED; 275 const std::vector<PasswordForm*>& logins_result) { 277 // the PasswordForm objects pointed to by the result vector, thus we kee [all...] |
password_manager.cc | 33 using autofill::PasswordForm; 111 void PasswordManager::SetFormHasGeneratedPassword(const PasswordForm& form) { 142 void PasswordManager::ProvisionallySavePassword(const PasswordForm& form) { 219 PasswordForm provisionally_saved_form(form); 284 const PasswordForm& password_form) { 294 const std::vector<PasswordForm>& forms) { 298 for (std::vector<PasswordForm>::const_iterator iter = forms.begin(); 331 const std::vector<PasswordForm>& visible_forms) { 417 const PasswordForm& form_for_autofill, 419 const PasswordForm& preferred_match [all...] |
native_backend_gnome_x.cc | 25 using autofill::PasswordForm; 95 // Convert the attributes of a given keyring entry into a new PasswordForm. 98 PasswordForm* FormFromAttributes(GnomeKeyringAttributeList* attrs) { 114 PasswordForm* form = new PasswordForm(); 130 form->scheme = static_cast<PasswordForm::Scheme>(uint_attr_map["scheme"]); 145 PasswordForm* form = FormFromAttributes(attrs); 154 LOG(WARNING) << "Could not initialize PasswordForm from attributes!"; 161 // Schema is analagous to the fields in PasswordForm. 206 void AddLogin(const PasswordForm& form, const char* app_string) [all...] |
password_store_default_unittest.cc | 29 using autofill::PasswordForm; 45 const std::vector<PasswordForm*>&)); 47 void(const std::vector<PasswordForm*>&)); 146 { PasswordForm::SCHEME_HTML, 159 std::vector<PasswordForm*> expected_forms; 161 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); 199 { PasswordForm::SCHEME_HTML, 209 scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data));
|
/external/chromium/chrome/browser/importer/ |
nss_decryptor_mac.h | 109 struct PasswordForm; 133 std::vector<webkit_glue::PasswordForm>* forms); 139 std::vector<webkit_glue::PasswordForm>* forms);
|
nss_decryptor_win.h | 108 struct PasswordForm; 133 std::vector<webkit_glue::PasswordForm>* forms); 139 std::vector<webkit_glue::PasswordForm>* forms);
|
profile_import_process_host.h | 23 struct PasswordForm;
|
profile_import_process_client.h | 28 struct PasswordForm; 71 const webkit_glue::PasswordForm& form);
|
profile_writer.h | 23 struct PasswordForm; 70 virtual void AddPasswordForm(const webkit_glue::PasswordForm& form);
|
/external/chromium_org/chrome/utility/importer/ |
nss_decryptor_mac.h | 111 struct PasswordForm; 135 std::vector<autofill::PasswordForm>* forms); 141 std::vector<autofill::PasswordForm>* forms);
|
nss_decryptor_win.h | 108 struct PasswordForm; 133 std::vector<autofill::PasswordForm>* forms); 139 std::vector<autofill::PasswordForm>* forms);
|
/external/chromium_org/chrome/browser/android/ |
password_ui_view_android.cc | 34 const ScopedVector<autofill::PasswordForm>& password_list, 46 const ScopedVector<autofill::PasswordForm>& password_exception_list) { 63 const autofill::PasswordForm& form = 73 const autofill::PasswordForm& form =
|
/external/chromium/chrome/common/ |
autofill_messages.h | 76 std::vector<webkit_glue::PasswordForm> /* forms */) 81 std::vector<webkit_glue::PasswordForm> /* forms */)
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tab_helper.h | 18 struct PasswordForm; 76 void PasswordSubmitted(const autofill::PasswordForm& form);
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
password_generation_bubble_controller.h | 44 autofill::PasswordForm form_; 57 forForm:(const autofill::PasswordForm&)form;
|
/external/chromium_org/chrome/browser/ui/views/ |
password_generation_bubble_view.h | 42 PasswordGenerationBubbleView(const autofill::PasswordForm& form, 83 autofill::PasswordForm form_;
|
/external/chromium_org/chrome/common/importer/ |
importer_bridge.h | 23 struct PasswordForm; 64 virtual void SetPasswordForm(const autofill::PasswordForm& form) = 0;
|