HomeSort by relevance Sort by last modified time
    Searched refs:PasswordForm (Results 126 - 150 of 210) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 146 autofill::PasswordForm /* form checked */)
179 std::vector<autofill::PasswordForm> /* forms */)
184 std::vector<autofill::PasswordForm> /* forms */)
188 autofill::PasswordForm /* form */)
244 autofill::PasswordForm)
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 29 using autofill::PasswordForm;
159 void CheckPasswordForm(const PasswordForm& expected,
160 const PasswordForm& actual);
162 PasswordForm form_google_;
163 PasswordForm form_isc_;
167 const PasswordForm& expected, const PasswordForm& actual) {
212 std::vector<const PasswordForm*> > > ExpectationArray;
454 std::vector<PasswordForm*> forms;
456 const std::vector<const PasswordForm*>& expect = sorted_expected[i].second
    [all...]
password_syncable_service.cc 59 for (std::vector<autofill::PasswordForm*>::const_iterator it =
66 for (std::vector<autofill::PasswordForm*>::const_iterator it =
81 const autofill::PasswordForm& password_form) {
123 const autofill::PasswordForm& password) {
psl_matching_helper.cc 15 using autofill::PasswordForm;
  /external/chromium/chrome/browser/webdata/
web_data_service.h 49 struct PasswordForm;
75 PASSWORD_RESULT, // WDResult<std::vector<PasswordForm*>>
380 void AddLogin(const webkit_glue::PasswordForm& form);
383 void UpdateLogin(const webkit_glue::PasswordForm& form);
386 void RemoveLogin(const webkit_glue::PasswordForm& form);
397 // type WDResult<std::vector<PasswordForm*>>.
398 // The result will be null on failure. The |consumer| owns all PasswordForm's.
399 Handle GetLogins(const webkit_glue::PasswordForm& form,
405 // type WDResult<std::vector<PasswordForm*>>.
411 // type WDResult<std::vector<PasswordForm*>>
    [all...]
web_data_service.cc 37 using webkit_glue::PasswordForm;
258 void WebDataService::AddLogin(const PasswordForm& form) {
259 GenericRequest<PasswordForm>* request =
260 new GenericRequest<PasswordForm>(this, GetNextRequestHandle(), NULL,
267 void WebDataService::UpdateLogin(const PasswordForm& form) {
268 GenericRequest<PasswordForm>* request =
269 new GenericRequest<PasswordForm>(this, GetNextRequestHandle(),
276 void WebDataService::RemoveLogin(const PasswordForm& form) {
277 GenericRequest<PasswordForm>* request =
278 new GenericRequest<PasswordForm>(this, GetNextRequestHandle(), NULL
    [all...]
  /external/chromium/chrome/browser/importer/
importer_bridge.h 46 virtual void SetPasswordForm(const webkit_glue::PasswordForm& form) = 0;
nss_decryptor.cc 114 std::vector<webkit_glue::PasswordForm>* forms) {
143 webkit_glue::PasswordForm form;
165 webkit_glue::PasswordForm form;
235 std::vector<webkit_glue::PasswordForm>* forms) {
252 webkit_glue::PasswordForm form;
283 webkit_glue::PasswordForm form;
external_process_importer_bridge.cc 67 const webkit_glue::PasswordForm& form) {
external_process_importer_bridge.h 54 virtual void SetPasswordForm(const webkit_glue::PasswordForm& form) OVERRIDE;
in_process_importer_bridge.h 48 virtual void SetPasswordForm(const webkit_glue::PasswordForm& form) OVERRIDE;
  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.h 27 struct PasswordForm;
79 void OnPasswordFormImportReady(const autofill::PasswordForm& form);
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.cc 70 autofill::PasswordForm password_form,
92 autofill::PasswordForm password_form) {
password_manager_presenter.cc 111 const autofill::PasswordForm& PasswordManagerPresenter::GetPassword(
117 const autofill::PasswordForm& PasswordManagerPresenter::GetPasswordException(
174 const std::vector<autofill::PasswordForm*>& result) {
184 const std::vector<autofill::PasswordForm*>& results) {
210 const std::vector<autofill::PasswordForm*>& result) {
221 const std::vector<autofill::PasswordForm*>& results) {
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.cc 33 const PasswordForm& form_on_page,
35 const PasswordForm* const preferred_match,
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 23 using webkit_glue::PasswordForm;
143 // Convert the attributes of a given keyring entry into a new PasswordForm.
146 PasswordForm* FormFromAttributes(GnomeKeyringAttributeList* attrs) {
161 PasswordForm* form = new PasswordForm();
177 form->scheme = static_cast<PasswordForm::Scheme>(uint_attr_map["scheme"]);
192 PasswordForm* form = FormFromAttributes(attrs);
201 LOG(WARNING) << "Could not initialize PasswordForm from attributes!";
208 // Schema is analagous to the fields in PasswordForm.
252 void AddLogin(const PasswordForm& form)
    [all...]
native_backend_kwallet_x.cc 17 using webkit_glue::PasswordForm;
122 bool NativeBackendKWallet::AddLogin(const PasswordForm& form) {
130 forms.push_back(new PasswordForm(form));
137 bool NativeBackendKWallet::UpdateLogin(const PasswordForm& form) {
156 bool NativeBackendKWallet::RemoveLogin(const PasswordForm& form) {
241 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
447 bool NativeBackendKWallet::CompareForms(const PasswordForm& a,
448 const PasswordForm& b,
466 const PasswordForm* form = *it;
516 scoped_ptr<PasswordForm> form(new PasswordForm())
    [all...]
  /external/chromium_org/chrome/utility/importer/
nss_decryptor.cc 115 std::vector<autofill::PasswordForm>* forms) {
144 autofill::PasswordForm form;
166 autofill::PasswordForm form;
236 std::vector<autofill::PasswordForm>* forms) {
253 autofill::PasswordForm form;
284 autofill::PasswordForm form;
  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.cc 78 const PasswordForm& form2) {
80 // Note that FormData strips the fragement from the url while PasswordForm
87 const PasswordForm& form) {
120 possible_account_creation_form_.reset(new PasswordForm());
137 // If we can't get a valid PasswordForm, we skip this form because the
139 scoped_ptr<PasswordForm> password_form(
185 scoped_ptr<PasswordForm> password_form(
187 // We should not have shown the icon we can't create a valid PasswordForm.
212 void PasswordGenerationAgent::OnFormNotBlacklisted(const PasswordForm& form) {
  /external/chromium/chrome/browser/sync/glue/
password_model_associator.cc 51 std::vector<webkit_glue::PasswordForm*> passwords;
71 for (std::vector<webkit_glue::PasswordForm*>::iterator ix =
84 webkit_glue::PasswordForm new_password;
131 webkit_glue::PasswordForm new_password;
301 webkit_glue::PasswordForm* new_password) {
303 static_cast<webkit_glue::PasswordForm::Scheme>(password.scheme());
326 const webkit_glue::PasswordForm& password_form,
327 webkit_glue::PasswordForm* new_password) {
362 const webkit_glue::PasswordForm& password_form,
383 const webkit_glue::PasswordForm& password)
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
password_model_associator.cc 69 std::vector<autofill::PasswordForm*> passwords;
97 for (std::vector<autofill::PasswordForm*>::iterator ix =
109 autofill::PasswordForm new_password;
165 autofill::PasswordForm new_password;
336 autofill::PasswordForm* new_password) {
338 static_cast<autofill::PasswordForm::Scheme>(password.scheme());
361 const autofill::PasswordForm& password_form,
362 autofill::PasswordForm* new_password) {
397 const autofill::PasswordForm& password_form,
418 const autofill::PasswordForm& password)
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 30 using webkit_glue::PasswordForm;
103 void LoginHandler::SetPasswordForm(const webkit_glue::PasswordForm& form) {
411 std::vector<PasswordForm> v;
428 // Helper to create a PasswordForm and stuff it into a vector as input
431 std::vector<PasswordForm>* password_manager_input) {
432 PasswordForm dialog_form;
434 dialog_form.scheme = PasswordForm::SCHEME_BASIC;
436 dialog_form.scheme = PasswordForm::SCHEME_DIGEST;
438 dialog_form.scheme = PasswordForm::SCHEME_OTHER;
login_prompt.h 48 void SetPasswordForm(const webkit_glue::PasswordForm& form);
137 // The PasswordForm sent to the PasswordManager. This is so we can refer to it
141 webkit_glue::PasswordForm password_form_;
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 32 using autofill::PasswordForm;
115 void LoginHandler::SetPasswordForm(const autofill::PasswordForm& form) {
377 // Helper to create a PasswordForm and stuff it into a vector as input
383 std::vector<PasswordForm>* password_manager_input) {
384 PasswordForm dialog_form;
386 dialog_form.scheme = PasswordForm::SCHEME_BASIC;
388 dialog_form.scheme = PasswordForm::SCHEME_DIGEST;
390 dialog_form.scheme = PasswordForm::SCHEME_OTHER;
436 std::vector<PasswordForm> v;
login_prompt.h 53 void SetPasswordForm(const autofill::PasswordForm& form);
137 // The PasswordForm sent to the PasswordManager. This is so we can refer to it
141 autofill::PasswordForm password_form_;

Completed in 674 milliseconds

1 2 3 4 56 7 8 9