Searched refs:FormStructure (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_generation_manager.h13 class FormStructure;
43 const std::vector<autofill::FormStructure*>& forms);
H A Dpassword_generation_manager.cc25 const std::vector<autofill::FormStructure*>& forms) {
27 for (std::vector<autofill::FormStructure*>::const_iterator form_it =
29 autofill::FormStructure* form = *form_it;
H A Dpassword_generation_manager_unittest.cc132 const std::vector<autofill::FormStructure*>& forms) {
176 autofill::FormStructure form1(login_form);
177 std::vector<autofill::FormStructure*> forms;
188 autofill::FormStructure form2(account_creation_form);
200 autofill::FormStructure::ParseQueryResponse(
/external/chromium_org/components/autofill/content/browser/
H A Drequest_autocomplete_manager.h18 class FormStructure;
41 const FormStructure* form_structure);
H A Dcontent_autofill_driver_unittest.cc261 FormStructure form_structure(form);
262 std::vector<FormStructure*> forms(1, &form_structure);
273 FormStructure form_structure(form);
274 std::vector<FormStructure*> forms(1, &form_structure);
276 FormStructure::GetFieldTypePredictions(forms, &expected_type_predictions);
H A Dcontent_autofill_driver.h55 const std::vector<FormStructure*>& forms) OVERRIDE;
H A Drequest_autocomplete_manager.cc68 const FormStructure* form_structure) {
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_driver.h22 class FormStructure;
68 const std::vector<FormStructure*>& forms) = 0;
H A Dform_structure.h44 // FormStructure stores a single HTML form together with the values entered
46 class FormStructure { class in namespace:autofill
48 FormStructure(const FormData& form);
49 virtual ~FormStructure();
55 // Encodes the XML upload request from this FormStructure.
60 // Encodes a XML block contains autofill field type from this FormStructure.
72 static bool EncodeQueryRequest(const std::vector<FormStructure*>& forms,
80 const std::vector<FormStructure*>& forms,
86 const std::vector<FormStructure*>& form_structures,
112 void UpdateFromCache(const FormStructure
[all...]
H A Dautofill_manager.h129 const std::vector<FormStructure*>& GetFormStructures();
190 virtual void UploadFormData(const FormStructure& submitted_form);
195 const FormStructure* submitted_form,
216 ScopedVector<FormStructure>* form_structures() { return &form_structures_; }
244 FormStructure** form_structure) const WARN_UNUSED_RESULT;
252 FormStructure** form_structure,
260 const FormStructure* cached_form,
261 FormStructure** updated_form) WARN_UNUSED_RESULT;
266 void GetProfileSuggestions(const FormStructure& form,
287 void ImportFormData(const FormStructure
[all...]
H A Dform_structure.cc348 FormStructure::FormStructure(const FormData& form) function in class:autofill::__anon6336::FormStructure
383 FormStructure::~FormStructure() {}
385 void FormStructure::DetermineHeuristicTypes(
420 bool FormStructure::EncodeUploadRequest(
453 if (!EncodeFormRequest(FormStructure::UPLOAD, &autofill_request_xml))
466 bool FormStructure::EncodeFieldAssignments(
477 if (!EncodeFormRequest(FormStructure::FIELD_ASSIGNMENTS,
489 bool FormStructure
[all...]
H A Dform_structure_unittest.cc58 return FormStructure::Hash64Bit(str);
63 scoped_ptr<FormStructure> form_structure;
90 form_structure.reset(new FormStructure(form));
95 scoped_ptr<FormStructure> form_structure;
120 form_structure.reset(new FormStructure(form));
132 form_structure.reset(new FormStructure(form));
140 FormStructure form_structure(form);
146 scoped_ptr<FormStructure> form_structure;
167 form_structure.reset(new FormStructure(form));
182 form_structure.reset(new FormStructure(for
[all...]
H A Dautofill_client.h30 class FormStructure;
55 const FormStructure*)> ResultCallback;
112 const std::vector<autofill::FormStructure*>& forms) = 0;
H A Dautofill_download_manager.h31 class FormStructure;
71 bool StartQueryRequest(const std::vector<FormStructure*>& forms,
81 bool StartUploadRequest(const FormStructure& form,
H A Dautofill_manager.cc105 bool SectionIsAutofilled(const FormStructure& form_structure,
119 bool FormIsHTTPS(const FormStructure& form) {
134 FormStructure* submitted_form) {
290 FormStructure* form_structure = NULL;
330 scoped_ptr<FormStructure> submitted_form(new FormStructure(form));
341 FormStructure* cached_submitted_form;
373 FormStructure* raw_submitted_form = submitted_form.get();
422 FormStructure* form_structure = NULL;
465 FormStructure* form_structur
[all...]
H A Dautofill_download_manager_unittest.cc174 FormStructure *form_structure = new FormStructure(form);
175 ScopedVector<FormStructure> form_structures;
200 form_structure = new FormStructure(form);
293 form_structure = new FormStructure(form);
363 FormStructure *form_structure = new FormStructure(form);
364 ScopedVector<FormStructure> form_structures0;
371 form_structure = new FormStructure(form);
372 ScopedVector<FormStructure> form_structures
[all...]
H A Dtest_autofill_driver.cc45 const std::vector<FormStructure*>& forms) {
H A Dtest_autofill_client.cc68 const std::vector<autofill::FormStructure*>& forms) {
H A Dtest_autofill_driver.h37 const std::vector<FormStructure*>& forms) OVERRIDE;
H A Dtest_autofill_client.h50 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.cc18 const base::Callback<void(const FormStructure*)>& callback) {
H A Ddata_model_wrapper.h33 class FormStructure;
78 // FormStructure should be filled in or left alone. Returns whether any fields
82 const FormStructure::InputFieldComparator& compare,
83 FormStructure* form_structure) const;
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h23 class FormStructure;
85 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
/external/chromium_org/chrome/browser/autofill/
H A Dform_structure_browsertest.cc55 std::string FormStructuresToString(const std::vector<FormStructure*>& forms);
79 std::vector<FormStructure*> forms = autofill_manager->form_structures_.get();
84 const std::vector<FormStructure*>& forms) {
86 for (std::vector<FormStructure*>::const_iterator iter = forms.begin();
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.h81 FormStructure form_structure_;

Completed in 1427 milliseconds

12