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

  /external/chromium_org/chrome/browser/history/
url_database_unittest.cc 93 EXPECT_TRUE(GetRowForURL(url1, &info));
95 URLID id2 = GetRowForURL(url2, &info);
109 EXPECT_TRUE(GetRowForURL(url2, &info2));
132 URLID id1 = GetRowForURL(url1, &info);
135 URLID id3 = GetRowForURL(url3, &info);
140 EXPECT_EQ(0, GetRowForURL(GURL("http://news.google.com/"), &info));
history_backend_unittest.cc 296 URLID id = backend_->db()->GetRowForURL(url, &row);
592 URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL);
593 URLID row2_id = backend_->db_->GetRowForURL(row2.url(), NULL);
608 EXPECT_TRUE(mem_backend_->db_->GetRowForURL(row1.url(), NULL));
618 EXPECT_TRUE(backend_->db_->GetRowForURL(row1.url(), &outrow1));
626 EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &outrow2));
703 EXPECT_TRUE(backend_->db_->GetRowForURL(url, &outrow));
714 EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow));
724 EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow));
769 URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL)
    [all...]
url_database.h 66 URLID GetRowForURL(const GURL& url, URLRow* info);
history_backend.cc 312 URLID url_id = db_->GetRowForURL(url, NULL);
719 URLID url_id = db_->GetRowForURL(url, &url_info);
794 URLID url_id = db_->GetRowForURL(i->url(), &existing_url);
871 URLID row_id = db_->GetRowForURL(redirects->at(i), &row);
    [all...]
expire_history_backend.cc 161 if (!main_db_->GetRowForURL(*url, &url_row))
200 url_ids.insert(main_db_->GetRowForURL(*url, NULL));
history_service.cc 302 if (!GetRowForURL(url, &url_row))
312 if (!GetRowForURL(url, &url_row))
321 if (!GetRowForURL(url, &url_row))
    [all...]
expire_history_backend_unittest.cc 493 ASSERT_TRUE(main_db_->GetRowForURL(url, &url_row));
547 ASSERT_TRUE(main_db_->GetRowForURL(rows[0].url(), &rows[0]));
history_service.h 638 bool GetRowForURL(const GURL& url, history::URLRow* url_row);
    [all...]
url_database.cc 103 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) {
  /external/chromium_org/chrome/browser/history/android/
urls_sql_handler.cc 33 URLID id = history_db_->GetRowForURL(row->url(), &url_row);
android_provider_backend_unittest.cc 292 ASSERT_TRUE(history_db_.GetRowForURL(url3, &url_row));
    [all...]
android_provider_backend.cc 810 URLID url_id = history_db_->GetRowForURL(i->url, NULL);
848 URLID url_id = history_db_->GetRowForURL(icon_mapping.page_url, NULL);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 223 url_db->GetRowForURL(url, &info);
history_quick_provider.cc 156 if (url_db->GetRowForURL(
history_url_provider.cc 388 if (db_->GetRowForURL(url, &url_row_)) {
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.cc 137 if (url_db && url_db->GetRowForURL((*i)->url(), &url))
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 537 if ((url_db->GetRowForURL(it->first.url, &url_row) == 0) ||

Completed in 103 milliseconds