Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dvisit_database.cc454 std::string host_query_max = host_query_min; in GetVisitCountToHost() local
455 host_query_max[host_query_max.size() - 1] = '0'; in GetVisitCountToHost()
465 statement.BindString(1, host_query_max); in GetVisitCountToHost()