Searched defs:GetRowForURL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Durl_database.cc102 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) { function in class:history::URLDatabase
/external/chromium_org/chrome/browser/history/
H A Dhistory_service.cc258 if (!GetRowForURL(url, &url_row))
268 if (!GetRowForURL(url, &url_row))
277 if (!GetRowForURL(url, &url_row))
1218 bool HistoryService::GetRowForURL(const GURL& url, history::URLRow* url_row) { function in class:HistoryService
1221 return db && (db->GetRowForURL(url, url_row) != 0);

Completed in 576 milliseconds