Home
last modified time | relevance | path

Searched refs:GetIDAndCountOfFormElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table_unittest.cc185 EXPECT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
198 EXPECT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
208 EXPECT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
275 EXPECT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
447 ASSERT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
475 ASSERT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
523 ASSERT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
534 ASSERT_TRUE(db.GetAutofillTable()->GetIDAndCountOfFormElement( in TEST_F()
Dautofill_table.h164 bool GetIDAndCountOfFormElement(const webkit_glue::FormField& element,
Dautofill_table.cc556 bool AutofillTable::GetIDAndCountOfFormElement( in GetIDAndCountOfFormElement() function in AutofillTable
850 if (!GetIDAndCountOfFormElement(element, &pair_id, &count)) in AddFormFieldValueTime()