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

/external/chromium/chrome/browser/history/
H A Durl_database.cc117 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) { function in class:history::URLDatabase
H A Dhistory_backend.cc174 bool GetRowForURL(const GURL& url, URLRow* row) { function in class:history::HistoryBackend::URLQuerier
175 if (!main_db_->GetRowForURL(url, row)) {
176 if (!archived_db_ || !archived_db_->GetRowForURL(url, row)) {
329 URLID url_id = db_->GetRowForURL(url, NULL);
669 URLID url_id = db_->GetRowForURL(url, &url_info);
755 URLID url_id = url_database->GetRowForURL(i->url(), &existing_url);
841 URLID row_id = db_->GetRowForURL(redirects->at(i), &row);
881 URLID url_id = db_->GetRowForURL(url, &url_info);
976 return db_->GetRowForURL(url, url_row) != 0;
990 if (db_->GetRowForURL(ur
[all...]

Completed in 132 milliseconds