HomeSort by relevance Sort by last modified time
    Searched full:form_structure (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/components/autofill/core/browser/
form_structure_unittest.cc 5 #include "components/autofill/core/browser/form_structure.h"
63 scoped_ptr<FormStructure> form_structure; local
90 form_structure.reset(new FormStructure(form));
91 EXPECT_EQ(4U, form_structure->field_count());
95 scoped_ptr<FormStructure> form_structure; local
120 form_structure.reset(new FormStructure(form));
121 form_structure->DetermineHeuristicTypes(TestAutofillMetrics());
122 EXPECT_EQ(1U, form_structure->autofill_count());
132 form_structure.reset(new FormStructure(form));
133 form_structure->DetermineHeuristicTypes(TestAutofillMetrics())
146 scoped_ptr<FormStructure> form_structure; local
210 scoped_ptr<FormStructure> form_structure; local
291 scoped_ptr<FormStructure> form_structure; local
359 scoped_ptr<FormStructure> form_structure; local
399 scoped_ptr<FormStructure> form_structure; local
441 scoped_ptr<FormStructure> form_structure; local
660 scoped_ptr<FormStructure> form_structure; local
737 scoped_ptr<FormStructure> form_structure; local
799 scoped_ptr<FormStructure> form_structure; local
864 scoped_ptr<FormStructure> form_structure; local
918 scoped_ptr<FormStructure> form_structure; local
980 scoped_ptr<FormStructure> form_structure; local
1020 scoped_ptr<FormStructure> form_structure; local
1063 scoped_ptr<FormStructure> form_structure; local
1105 scoped_ptr<FormStructure> form_structure; local
1138 scoped_ptr<FormStructure> form_structure; local
1172 scoped_ptr<FormStructure> form_structure; local
1243 scoped_ptr<FormStructure> form_structure; local
1290 scoped_ptr<FormStructure> form_structure; local
1338 scoped_ptr<FormStructure> form_structure; local
1526 scoped_ptr<FormStructure> form_structure; local
1683 scoped_ptr<FormStructure> form_structure; local
2061 scoped_ptr<FormStructure> form_structure; local
2167 scoped_ptr<FormStructure> form_structure; local
    [all...]
autofill_manager.cc 33 #include "components/autofill/core/browser/form_structure.h"
102 // Precondition: |form_structure| and |form| should correspond to the same
105 bool SectionIsAutofilled(const FormStructure& form_structure,
108 DCHECK_EQ(form_structure.field_count(), form.fields.size());
109 for (size_t i = 0; i < form_structure.field_count(); ++i) {
110 if (form_structure.field(i)->section() == section &&
290 FormStructure* form_structure = NULL;
292 if (!GetCachedFormAndField(form, field, &form_structure, &autofill_field))
295 if (!form_structure->IsAutofillable())
422 FormStructure* form_structure = NULL
465 FormStructure* form_structure = NULL; local
552 FormStructure* form_structure = NULL; local
    [all...]
autofill_download_manager_unittest.cc 18 #include "components/autofill/core/browser/form_structure.h"
174 FormStructure *form_structure = new FormStructure(form); local
176 form_structures.push_back(form_structure);
200 form_structure = new FormStructure(form);
201 form_structures.push_back(form_structure);
293 form_structure = new FormStructure(form);
294 form_structures.push_back(form_structure);
363 FormStructure *form_structure = new FormStructure(form); local
365 form_structures0.push_back(form_structure);
371 form_structure = new FormStructure(form)
    [all...]
autofill_merge_unittest.cc 16 #include "components/autofill/core/browser/form_structure.h"
219 FormStructure form_structure(form);
220 for (size_t i = 0; i < form_structure.field_count(); ++i) {
224 const_cast<AutofillField*>(form_structure.field(i));
232 personal_data_.ImportFormData(form_structure, &imported_credit_card);
personal_data_manager_unittest.cc 20 #include "components/autofill/core/browser/form_structure.h"
613 FormStructure form_structure(form);
614 form_structure.DetermineHeuristicTypes(TestAutofillMetrics());
616 EXPECT_TRUE(personal_data_->ImportFormData(form_structure,
654 FormStructure form_structure(form);
655 form_structure.DetermineHeuristicTypes(TestAutofillMetrics());
657 EXPECT_FALSE(personal_data_->ImportFormData(form_structure,
687 FormStructure form_structure(form);
688 form_structure.DetermineHeuristicTypes(TestAutofillMetrics());
690 EXPECT_TRUE(personal_data_->ImportFormData(form_structure,
    [all...]
BUILD.gn 92 "form_structure.cc",
93 "form_structure.h",
autofill_manager.h 26 #include "components/autofill/core/browser/form_structure.h"
241 // Fills |form_structure| cached element corresponding to |form|.
244 FormStructure** form_structure) const WARN_UNUSED_RESULT;
246 // Fills |form_structure| and |autofill_field| with the cached elements
252 FormStructure** form_structure,
form_structure.cc 5 #include "components/autofill/core/browser/form_structure.h"
460 // To enable this logging, run with the flag --vmodule="form_structure=2".
624 FormStructure* form_structure = form_structures[i]; local
626 form.data.name = form_structure->form_name_;
627 form.data.origin = form_structure->source_url_;
628 form.data.action = form_structure->target_url_;
629 form.signature = form_structure->FormSignature();
632 form_structure->fields_.begin();
633 field != form_structure->fields_.end(); ++field) {
    [all...]
autofill_metrics_unittest.cc 195 // |form_structure| will be owned by |form_structures()|.
196 TestFormStructure* form_structure = new TestFormStructure(empty_form); local
197 form_structure->SetFieldTypes(heuristic_types, server_types);
198 form_structures()->push_back(form_structure);
425 // |form_structure| will be owned by |autofill_manager_|.
619 // |form_structure| will be owned by |autofill_manager_|.
    [all...]
autofill_xml_parser.h 16 #include "components/autofill/core/browser/form_structure.h"
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.cc 16 const FormData& form_structure,
autofill_dialog_controller.h 15 #include "components/autofill/core/browser/form_structure.h"
38 const FormData& form_structure,
autofill_dialog_controller_unittest.cc 256 const FormData& form_structure,
262 form_structure,
607 ASSERT_EQ(20U, form_structure()->field_count());
609 form_structure()->field(11)->Type().GetStorableType());
610 EXPECT_EQ(ADDRESS_BILLING, form_structure()->field(11)->Type().group());
612 form_structure()->field(18)->Type().GetStorableType());
613 EXPECT_EQ(ADDRESS_HOME, form_structure()->field(18)->Type().group());
614 base::string16 billing_country = form_structure()->field(11)->value;
616 base::string16 shipping_country = form_structure()->field(18)->value;
623 form_structure()->field(1)->Type().GetStorableType())
641 const FormStructure* form_structure() { return form_structure_; } function in class:autofill::__anon9640::AutofillDialogControllerTest
    [all...]
data_model_wrapper.h 15 #include "components/autofill/core/browser/form_structure.h"
76 // Fills in |form_structure| with the data that this model contains. |inputs|
79 // in |form_structure| were found to be matching.
83 FormStructure* form_structure) const;
data_model_wrapper.cc 24 #include "components/autofill/core/browser/form_structure.h"
91 FormStructure* form_structure) const {
92 return form_structure->FillFields(
  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager.cc 9 #include "components/autofill/core/browser/form_structure.h"
68 const FormStructure* form_structure) {
80 if (form_structure) {
81 form_data = form_structure->ToFormData();
request_autocomplete_manager.h 36 // |form_structure| containing the filled form data. |debug_message| will
41 const FormStructure* form_structure);
request_autocomplete_manager_unittest.cc 51 FormStructure form_structure(form);
53 AutocompleteResultSuccess, base::string16(), &form_structure);
content_autofill_driver_unittest.cc 261 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);
content_autofill_driver.cc 13 #include "components/autofill/core/browser/form_structure.h"
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 102 FormStructure& form_structure,
116 form_structure.FillFields(
128 FormStructure& form_structure,
141 form_structure, full_wallet, email_address);
145 for (size_t i = 0; i < form_structure.field_count(); ++i) {
146 AutofillField* field = form_structure.field(i);
153 // Returns true if |input_type| in |section| is needed for |form_structure|.
156 const FormStructure& form_structure) {
157 for (size_t i = 0; i < form_structure.field_count(); ++i) {
158 const AutofillField* field = form_structure.field(i)
    [all...]
autofill_dialog_controller_android.h 28 const FormData& form_structure,
56 const FormData& form_structure,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_cocoa_browsertest.mm 34 const FormData& form_structure,
38 form_structure,
  /external/chromium_org/components/password_manager/core/browser/
password_generation_manager.cc 9 #include "components/autofill/core/browser/form_structure.h"
  /external/chromium_org/chrome/browser/autofill/
form_structure_browsertest.cc 19 #include "components/autofill/core/browser/form_structure.h"

Completed in 780 milliseconds

1 2