Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dtext_database_manager.h231 TextDatabase* GetDBForTime(base::Time time, bool for_writing);
Dtext_database_manager.cc275 TextDatabase* db = GetDBForTime(visit_time, true); in AddPageData()
529 TextDatabase* TextDatabaseManager::GetDBForTime(Time time, in GetDBForTime() function in history::TextDatabaseManager