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

  /external/chromium/chrome/browser/history/
url_database.cc 117 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) {
history_backend.cc 174 bool GetRowForURL(const GURL& url, URLRow* row) {
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);
    [all...]

Completed in 69 milliseconds