Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dtext_database.cc251 sql::Statement select_ids(db_.GetCachedStatement(SQL_FROM_HERE, in DeletePageData() local
255 if (!select_ids) in DeletePageData()
257 select_ids.BindInt64(0, time.ToInternalValue()); in DeletePageData()
258 select_ids.BindString(1, url); in DeletePageData()
260 while (select_ids.Step()) in DeletePageData()
261 rows_to_delete.insert(select_ids.ColumnInt64(0)); in DeletePageData()