Searched refs:FormSignature (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.h91 std::string FormSignature() const;
195 // 64-bit hash of the string - used in FormSignature and unit-tests.
H A Dform_structure.cc447 FormSignature());
475 FormSignature());
511 std::string signature((*it)->FormSignature());
629 form.signature = form_structure->FormSignature();
650 std::string FormStructure::FormSignature() const { function in class:autofill::__anon6336::FormStructure
H A Dautofill_download_manager.cc139 request_data.form_signatures.push_back(form.FormSignature());
H A Dautofill_download_manager_unittest.cc264 EXPECT_EQ(form_structures[1]->FormSignature(),
H A Dautofill_manager.cc667 autofilled_form_signatures_.push_front(form_structure->FormSignature());
824 std::string form_signature = submitted_form.FormSignature();
H A Dform_structure_unittest.cc2192 form_structure->FormSignature());
2198 form_structure->FormSignature());
2204 form_structure->FormSignature());
2210 form_structure->FormSignature());
2230 form_structure->FormSignature());
H A Dautofill_manager_unittest.cc444 submitted_form_signature_ = submitted_form.FormSignature();
2443 std::string signature = FormStructure(form).FormSignature();
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.cc714 pending_structure.FormSignature() !=
715 observed_structure.FormSignature()) {

Completed in 203 milliseconds