HomeSort by relevance Sort by last modified time
    Searched refs:FormSignature (Results 1 - 14 of 14) 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 93 std::string FormSignature() const;
174 // 64-bit hash of the string - used in FormSignature and unit-tests.
form_structure.cc 45 const char kAttributeFormSignature[] = "formsignature";
433 FormSignature());
461 FormSignature());
497 std::string signature((*it)->FormSignature());
620 form.signature = form_structure->FormSignature();
642 std::string FormStructure::FormSignature() const {
    [all...]
autofill_download.cc 151 request_data.form_signatures.push_back(form.FormSignature());
autofill_download_unittest.cc 260 EXPECT_EQ(form_structures[1]->FormSignature(),
autofill_manager.cc 516 autofilled_form_signatures_.push_front(form_structure->FormSignature());
694 std::string form_signature = submitted_form.FormSignature();
    [all...]
form_structure_unittest.cc     [all...]
autofill_manager_unittest.cc 476 submitted_form_signature_ = submitted_form.FormSignature();
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager.cc 580 pending_structure.FormSignature() !=
581 observed_structure.FormSignature()) {

Completed in 120 milliseconds