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

  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 720 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(
753 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(
802 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(p));
811 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(p));
881 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(p));
890 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(p));
922 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfileMulti(p));
    [all...]
autofill_table.h 204 // DEPRECATED: Use |UpdateAutofillProfileMulti| instead.
208 virtual bool UpdateAutofillProfileMulti(const AutofillProfile& profile);
autofill_table.cc 1014 return UpdateAutofillProfileMulti(new_profile);
1017 bool AutofillTable::UpdateAutofillProfileMulti(const AutofillProfile& profile) {
    [all...]
web_data_service.cc     [all...]

Completed in 173 milliseconds