HomeSort by relevance Sort by last modified time
    Searched defs:DeletePageData (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
text_database.cc 247 void TextDatabase::DeletePageData(base::Time time, const std::string& url) {
text_database_manager.cc 295 DeletePageData(visits[i].visit_time, url, NULL);
329 void TextDatabaseManager::DeletePageData(Time time, const GURL& url,
345 db->DeletePageData(time, URLDatabase::GURLToDatabaseURL(url));

Completed in 1511 milliseconds