HomeSort by relevance Sort by last modified time
    Searched refs:FormSignature (Results 1 - 6 of 6) 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 137 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(),

Completed in 183 milliseconds