HomeSort by relevance Sort by last modified time
    Searched refs:FormStructure (Results 26 - 50 of 63) sorted by null

12 3

  /external/chromium_org/chrome/browser/password_manager/
password_generation_manager.cc 48 const std::vector<autofill::FormStructure*>& forms) {
50 for (std::vector<autofill::FormStructure*>::const_iterator form_it =
52 autofill::FormStructure* form = *form_it;
  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 170 FormStructure *form_structure = new FormStructure(form);
171 ScopedVector<FormStructure> form_structures;
196 form_structure = new FormStructure(form);
289 form_structure = new FormStructure(form);
360 FormStructure *form_structure = new FormStructure(form);
361 ScopedVector<FormStructure> form_structures0;
368 form_structure = new FormStructure(form);
369 ScopedVector<FormStructure> form_structures1
    [all...]
test_autofill_driver.cc 44 const std::vector<FormStructure*>& forms) {
test_autofill_driver.h 33 const std::vector<FormStructure*>& forms) OVERRIDE;
autofill_download.cc 38 const FormStructure& form,
94 const std::vector<FormStructure*>& forms,
102 if (!FormStructure::EncodeQueryRequest(forms, &request_data.form_signatures,
123 const FormStructure& form,
personal_data_manager_unittest.cc 616 FormStructure form_structure(form);
657 FormStructure form_structure(form);
690 FormStructure form_structure(form);
721 FormStructure form_structure(form);
742 FormStructure form_structure(form);
773 FormStructure form_structure(form);
800 FormStructure form_structure(form)
    [all...]
personal_data_manager.h 30 class FormStructure;
82 bool ImportFormData(const FormStructure& form,
  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.h 52 const base::Callback<void(const FormStructure*)>& callback) OVERRIDE;
68 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
data_model_wrapper.h 24 class FormStructure;
65 // FormStructure should be filled in or left alone. Returns whether any fields
70 FormStructure* form_structure) const;
tab_autofill_manager_delegate.cc 96 const base::Callback<void(const FormStructure*)>& callback) {
181 const std::vector<autofill::FormStructure*>& forms) {
autofill_dialog_controller_impl.h 87 const base::Callback<void(const FormStructure*)>& callback);
239 const base::Callback<void(const FormStructure*)>& callback);
576 FormStructure form_structure_;
586 base::Callback<void(const FormStructure*)> callback_;
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 544 FormStructure form_structure(form);
546 std::vector<const FormStructure*> forms;
591 FormStructure form_structure(form);
593 std::vector<const FormStructure*> forms;
621 FormStructure form_structure(form);
623 std::vector<const FormStructure*> forms;
674 FormStructure form_structure(form);
676 std::vector<const FormStructure*> forms;
777 FormStructure form_structure1(form1);
779 std::vector<const FormStructure*> forms
    [all...]
autofill_manager.cc 112 void FindSectionBounds(const FormStructure& form,
187 bool SectionIsAutofilled(const FormStructure* form_structure,
226 bool FormIsHTTPS(FormStructure* form) {
325 FormStructure submitted_form(form);
333 FormStructure* cached_submitted_form;
380 FormStructure* form_structure = NULL;
488 FormStructure* form_structure = NULL;
655 FormStructure::ParseQueryResponse(heuristic_xml,
682 FormStructure* submitted_form) {
693 void AutofillManager::ImportFormData(const FormStructure& submitted_form)
    [all...]
autofill_download_unittest.cc 171 FormStructure *form_structure = new FormStructure(form);
172 ScopedVector<FormStructure> form_structures;
200 form_structure = new FormStructure(form);
305 form_structure = new FormStructure(form);
390 FormStructure *form_structure = new FormStructure(form);
391 ScopedVector<FormStructure> form_structures0;
401 form_structure = new FormStructure(form);
402 ScopedVector<FormStructure> form_structures1
    [all...]
personal_data_manager.h 28 class FormStructure;
82 bool ImportFormData(const std::vector<const FormStructure*>& form_structures,
autofill_download.cc 92 const ScopedVector<FormStructure>& forms,
100 if (!FormStructure::EncodeQueryRequest(forms, &request_data.form_signatures,
121 const FormStructure& form, bool form_was_matched) {
autofill_merge_unittest.cc 192 FormStructure form_structure(form);
202 std::vector<const FormStructure*> form_structures(1, &form_structure);
form_field.cc 265 FormFieldSet::FormFieldSet(FormStructure* fields) {
308 bool FormFieldSet::CheckECML(FormStructure* fields) {
  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl_unittest.cc 219 FormStructure form_structure(form);
220 std::vector<FormStructure*> forms(1, &form_structure);
231 FormStructure form_structure(form);
232 std::vector<FormStructure*> forms(1, &form_structure);
234 FormStructure::GetFieldTypePredictions(forms, &expected_type_predictions);
request_autocomplete_manager_unittest.cc 51 const base::Callback<void(const FormStructure*)>& callback) OVERRIDE {
53 FormStructure form_structure(form);
66 // valid FormStructure.
autofill_driver_impl.h 55 const std::vector<FormStructure*>& forms) OVERRIDE;
autofill_driver_impl.cc 118 const std::vector<FormStructure*>& forms) {
128 FormStructure::GetFieldTypePredictions(forms, &type_predictions);
  /external/chromium_org/chrome/browser/autofill/
form_structure_browsertest.cc 55 std::string FormStructuresToString(const std::vector<FormStructure*>& forms);
78 std::vector<FormStructure*> forms = autofill_manager->form_structures_.get();
83 const std::vector<FormStructure*>& forms) {
85 for (std::vector<FormStructure*>::const_iterator iter = forms.begin();
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 82 FormStructure& form_structure, wallet::FullWallet* full_wallet,
91 FormStructure& form_structure,
115 const FormStructure& form_structure) {
129 const FormStructure& form_structure) {
147 const base::Callback<void(const FormStructure*)>& callback) {
164 const base::Callback<void(const FormStructure*)>& callback) {
402 const base::Callback<void(const FormStructure*)>& callback)
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.cc 168 const std::vector<autofill::FormStructure*>& forms) {}
194 const base::Callback<void(const autofill::FormStructure*)>& callback) {

Completed in 1047 milliseconds

12 3