Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Durl_database.cc38 FillURLRow(statement_, r); in GetNextURL()
74 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) { in FillURLRow() function in history::URLDatabase
97 FillURLRow(statement, info); in GetURLRow()
111 FillURLRow(statement, &info); in GetAllTypedUrls()
129 FillURLRow(statement, info); in GetRowForURL()
335 FillURLRow(statement, &info); in AutocompleteForPrefix()
374 FillURLRow(statement, info); in FindShortestURLFromBase()
Durl_database.h269 static void FillURLRow(sql::Statement& s, URLRow* i);
Din_memory_url_index_unittest.cc91 FillURLRow(statement, &row); in SetUp()