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/
history_backend_unittest.cc 286 URLID id = backend_->db()->GetRowForURL(url, &row);
526 URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL);
527 URLID row2_id = backend_->db_->GetRowForURL(row2.url(), NULL);
542 EXPECT_TRUE(mem_backend_->db_->GetRowForURL(row1.url(), NULL));
552 EXPECT_TRUE(backend_->db_->GetRowForURL(row1.url(), &outrow1));
560 EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &outrow2));
637 EXPECT_TRUE(backend_->db_->GetRowForURL(url, &outrow));
648 EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow));
658 EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow));
703 URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL)
    [all...]
history_backend.cc 356 URLID url_id = db_->GetRowForURL(url, NULL);
765 URLID url_id = db_->GetRowForURL(url, &url_info);
840 URLID url_id = db_->GetRowForURL(i->url(), &existing_url);
    [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 258 if (!GetRowForURL(url, &url_row))
268 if (!GetRowForURL(url, &url_row))
277 if (!GetRowForURL(url, &url_row))
    [all...]
expire_history_backend_unittest.cc 490 ASSERT_TRUE(main_db_->GetRowForURL(url, &url_row));
544 ASSERT_TRUE(main_db_->GetRowForURL(rows[0].url(), &rows[0]));
history_service.h 590 bool GetRowForURL(const GURL& url, history::URLRow* url_row);
    [all...]
  /external/chromium_org/components/history/core/browser/
url_database_unittest.cc 94 EXPECT_TRUE(GetRowForURL(url1, &info));
96 URLID id2 = GetRowForURL(url2, &info);
110 EXPECT_TRUE(GetRowForURL(url2, &info2));
118 EXPECT_EQ(0, GetRowForURL(url3, &info));
140 URLID id1 = GetRowForURL(url1, &info);
143 URLID id4 = GetRowForURL(url4, &info);
148 EXPECT_EQ(0, GetRowForURL(GURL("http://news.google.com/"), &info));
url_database.h 68 URLID GetRowForURL(const GURL& url, URLRow* info);
url_database.cc 102 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 290 ASSERT_TRUE(history_db_.GetRowForURL(url3, &url_row));
    [all...]
android_provider_backend.cc 789 URLID url_id = history_db_->GetRowForURL(i->url, NULL);
827 URLID url_id = history_db_->GetRowForURL(icon_mapping.page_url, NULL);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 152 if (url_db->GetRowForURL(
history_url_provider.cc 440 if (db_->GetRowForURL(url, &url_row_)) {
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.cc 138 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) ||
resource_prefetch_predictor.cc 123 if (db->GetRowForURL(navigation_id_.main_frame_url, &url_row))
    [all...]

Completed in 1462 milliseconds