Home
last modified time | relevance | path

Searched refs:GetCountOfFormElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table.h169 bool GetCountOfFormElement(int64 pair_id, int* count);
Dautofill_table.cc542 if (!GetCountOfFormElement(pair_id, &count)) in AddToCountOfFormElement()
582 bool AutofillTable::GetCountOfFormElement(int64 pair_id, int* count) { in GetCountOfFormElement() function in AutofillTable