Home | History | Annotate | Download | only in history

Lines Matching refs:GetRowForURL

302   if (!GetRowForURL(url, &url_row))
312 if (!GetRowForURL(url, &url_row))
321 if (!GetRowForURL(url, &url_row))
1160 bool HistoryService::GetRowForURL(const GURL& url, history::URLRow* url_row) {
1163 return db && (db->GetRowForURL(url, url_row) != 0);