Home
last modified time | relevance | path

Searched refs:FillURLRow (Results 1 – 6 of 6) 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()
/external/chromium_org/chrome/browser/history/
Durl_database.cc37 FillURLRow(statement_, r); in GetNextURL()
64 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) { in FillURLRow() function in history::URLDatabase
85 FillURLRow(statement, info); in GetURLRow()
97 FillURLRow(statement, &info); in GetAllTypedUrls()
113 FillURLRow(statement, info); in GetRowForURL()
278 FillURLRow(statement, &info); in AutocompleteForPrefix()
330 FillURLRow(statement, info); in FindShortestURLFromBase()
362 FillURLRow(statement, &info); in GetTextMatches()
Durl_database.h273 static void FillURLRow(sql::Statement& s, URLRow* i);
Din_memory_url_index_unittest.cc244 history_database_->FillURLRow(statement, &row); in SetUp()