HomeSort by relevance Sort by last modified time
    Searched refs:FormSignature (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/autofill/
form_structure.h 68 std::string FormSignature() const;
124 // 64-bit hash of the string - used in FormSignature and unit-tests.
form_structure.cc 31 const char kAttributeFormSignature[] = "formsignature";
136 FormSignature());
176 std::string signature((*it)->FormSignature());
280 std::string FormStructure::FormSignature() const {
autofill_download.cc 140 request_data.form_signatures.push_back(form.FormSignature());
form_structure_unittest.cc     [all...]
autofill_manager.cc 615 autofilled_forms_signatures_.push_front(form_structure->FormSignature());
725 if (*it == submitted_form.FormSignature())
    [all...]
autofill_download_unittest.cc 274 EXPECT_EQ(form_structures[1]->FormSignature(),
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 96 std::string FormSignature() const;
179 // 64-bit hash of the string - used in FormSignature and unit-tests.
form_structure.cc 46 const char kAttributeFormSignature[] = "formsignature";
440 FormSignature());
468 FormSignature());
514 std::string signature((*it)->FormSignature());
655 form.signature = form_structure->FormSignature();
677 std::string FormStructure::FormSignature() const {
    [all...]
autofill_download.cc 153 request_data.form_signatures.push_back(form.FormSignature());
autofill_manager.cc 567 autofilled_form_signatures_.push_front(form_structure->FormSignature());
848 std::string form_signature = submitted_form.FormSignature();
    [all...]
form_structure_unittest.cc     [all...]
autofill_download_unittest.cc 257 EXPECT_EQ(form_structures[1]->FormSignature(),
autofill_manager_unittest.cc 556 submitted_form_signature_ = submitted_form.FormSignature();
    [all...]

Completed in 174 milliseconds