GetRowForURL      218 chrome/browser/autocomplete/extension_app_provider.cc     url_db->GetRowForURL(url, &info);
GetRowForURL      169 chrome/browser/autocomplete/history_quick_provider.cc         if (url_db->GetRowForURL(
GetRowForURL      342 chrome/browser/autocomplete/history_url_provider.cc   if (db_->GetRowForURL(url, &url_row_)) {
GetRowForURL      975 chrome/browser/autocomplete/history_url_provider.cc     db->GetRowForURL(search_base, &info);
GetRowForURL      169 chrome/browser/bookmarks/bookmark_index.cc     if (url_db && url_db->GetRowForURL((*i)->url(), &url))
GetRowForURL      307 chrome/browser/bookmarks/bookmark_index_unittest.cc   url_db->GetRowForURL(data[0].url, &result1);
GetRowForURL      311 chrome/browser/bookmarks/bookmark_index_unittest.cc   url_db->GetRowForURL(data[1].url, &result2);
GetRowForURL      315 chrome/browser/bookmarks/bookmark_index_unittest.cc   url_db->GetRowForURL(data[2].url, &result3);
GetRowForURL      319 chrome/browser/bookmarks/bookmark_index_unittest.cc   url_db->GetRowForURL(data[3].url, &result4);
GetRowForURL      811 chrome/browser/history/android/android_provider_backend.cc     URLID url_id = history_db_->GetRowForURL(i->url, NULL);
GetRowForURL      848 chrome/browser/history/android/android_provider_backend.cc     URLID url_id = history_db_->GetRowForURL(icon_mapping.page_url, NULL);
GetRowForURL     1187 chrome/browser/history/android/android_provider_backend.cc   if (history_db_->GetRowForURL(values.url(), &url_row)) {
GetRowForURL      285 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(url3, &url_row));
GetRowForURL      825 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id1 = history_db_.GetRowForURL(row1.url(), NULL);
GetRowForURL      827 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id2 = history_db_.GetRowForURL(row2.url(), NULL);
GetRowForURL      875 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_FALSE(history_db_.GetRowForURL(row1.url(), NULL));
GetRowForURL      881 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_TRUE(history_db_.GetRowForURL(update_row1.url(), &new_row));
GetRowForURL      940 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_FALSE(history_db_.GetRowForURL(row2.url(), NULL));
GetRowForURL      947 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(update_row2.url(), &new_row2));
GetRowForURL     1019 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(row1.url(), &new_row1));
GetRowForURL     1036 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(row2.url(), &new_row2));
GetRowForURL     1096 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(row1.url(), &new_row1));
GetRowForURL     1203 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id = history_db_.GetRowForURL(row1.url(), NULL);
GetRowForURL     1221 chrome/browser/history/android/android_provider_backend_unittest.cc   url_id = history_db_.GetRowForURL(row2.url(), NULL);
GetRowForURL     1247 chrome/browser/history/android/android_provider_backend_unittest.cc   url_id = history_db_.GetRowForURL(row3.url(), NULL);
GetRowForURL     1281 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id = history_db_.GetRowForURL(row1.url(), NULL);
GetRowForURL     1315 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id = history_db_.GetRowForURL(row1.url(), NULL);
GetRowForURL     1357 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(row1.url(), NULL));
GetRowForURL     1359 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(search_row.url(), NULL));
GetRowForURL     1419 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id = history_db_.GetRowForURL(row1.url(), NULL);
GetRowForURL     1446 chrome/browser/history/android/android_provider_backend_unittest.cc   URLID url_id2 = history_db_.GetRowForURL(row2.url(), NULL);
GetRowForURL     1592 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_FALSE(history_db_.GetRowForURL(row2.url(), NULL));
GetRowForURL     1595 chrome/browser/history/android/android_provider_backend_unittest.cc   ASSERT_TRUE(history_db_.GetRowForURL(row1.url(), &url_row));
GetRowForURL       33 chrome/browser/history/android/urls_sql_handler.cc   URLID id = history_db_->GetRowForURL(row->url(), &url_row);
GetRowForURL      201 chrome/browser/history/expire_history_backend.cc     if (!main_db_->GetRowForURL(*url, &url_row))
GetRowForURL      244 chrome/browser/history/expire_history_backend.cc       url_ids.insert(main_db_->GetRowForURL(*url, NULL));
GetRowForURL      437 chrome/browser/history/expire_history_backend.cc   if (archived_db_->GetRowForURL(url_row.url(), &archived_row)) {
GetRowForURL      471 chrome/browser/history/expire_history_backend_unittest.cc   ASSERT_TRUE(main_db_->GetRowForURL(url, &url_row));
GetRowForURL      523 chrome/browser/history/expire_history_backend_unittest.cc   ASSERT_TRUE(main_db_->GetRowForURL(rows[0].url(), &rows[0]));
GetRowForURL      741 chrome/browser/history/expire_history_backend_unittest.cc   EXPECT_FALSE(archived_db_->GetRowForURL(url_row1.url(), NULL));
GetRowForURL      742 chrome/browser/history/expire_history_backend_unittest.cc   EXPECT_FALSE(archived_db_->GetRowForURL(url_row2.url(), NULL));
GetRowForURL      753 chrome/browser/history/expire_history_backend_unittest.cc   EXPECT_TRUE(archived_db_->GetRowForURL(url_row1.url(), &archived_row));
GetRowForURL      781 chrome/browser/history/expire_history_backend_unittest.cc   EXPECT_FALSE(archived_db_->GetRowForURL(temp_row.url(), NULL));
GetRowForURL      794 chrome/browser/history/expire_history_backend_unittest.cc   ASSERT_TRUE(archived_db_->GetRowForURL(temp_row.url(), &temp_row));
GetRowForURL      801 chrome/browser/history/expire_history_backend_unittest.cc   EXPECT_FALSE(archived_db_->GetRowForURL(temp_row.url(), NULL));
GetRowForURL      867 chrome/browser/history/expire_history_backend_unittest.cc   ASSERT_TRUE(archived_db_->GetRowForURL(url, &archived_row));
GetRowForURL      312 chrome/browser/history/history_backend.cc     URLID url_id = db_->GetRowForURL(url, NULL);
GetRowForURL      738 chrome/browser/history/history_backend.cc   URLID url_id = db_->GetRowForURL(url, &url_info);
GetRowForURL      822 chrome/browser/history/history_backend.cc     URLID url_id = url_database->GetRowForURL(i->url(), &existing_url);
GetRowForURL      901 chrome/browser/history/history_backend.cc     URLID row_id = db_->GetRowForURL(redirects->at(i), &row);
GetRowForURL      926 chrome/browser/history/history_backend.cc   URLID url_id = db_->GetRowForURL(url, &url_info);
GetRowForURL     1025 chrome/browser/history/history_backend.cc     return db_->GetRowForURL(url, url_row) != 0;
GetRowForURL     1039 chrome/browser/history/history_backend.cc     if (db_->GetRowForURL(url, row)) {
GetRowForURL     1095 chrome/browser/history/history_backend.cc   URLID url_id = db_->GetRowForURL(url, NULL);
GetRowForURL     1140 chrome/browser/history/history_backend.cc   URLID url_id = db_->GetRowForURL(url, NULL);
GetRowForURL     1305 chrome/browser/history/history_backend.cc       db_->GetRowForURL(url_result.url(), &url_result);
GetRowForURL     1589 chrome/browser/history/history_backend.cc   URLID from_url_id = db_->GetRowForURL(from_url, NULL);
GetRowForURL     1605 chrome/browser/history/history_backend.cc   URLID to_url_id = db_->GetRowForURL(to_url, NULL);
GetRowForURL     2034 chrome/browser/history/history_backend.cc       if (!db_->GetRowForURL(*url, &url_row)) {
GetRowForURL     2656 chrome/browser/history/history_backend.cc     if (!db_->GetRowForURL(*i, &url_row))
GetRowForURL     2762 chrome/browser/history/history_backend.cc     if (!db_->GetRowForURL(starred_urls[i].url, &row))
GetRowForURL      206 chrome/browser/history/history_backend_unittest.cc     URLID id = backend_->db()->GetRowForURL(url, &row);
GetRowForURL      480 chrome/browser/history/history_backend_unittest.cc   URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL);
GetRowForURL      481 chrome/browser/history/history_backend_unittest.cc   URLID row2_id = backend_->db_->GetRowForURL(row2.url(), NULL);
GetRowForURL      496 chrome/browser/history/history_backend_unittest.cc   EXPECT_TRUE(mem_backend_->db_->GetRowForURL(row1.url(), NULL));
GetRowForURL      506 chrome/browser/history/history_backend_unittest.cc   EXPECT_TRUE(backend_->db_->GetRowForURL(row1.url(), &outrow1));
GetRowForURL      514 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &outrow2));
GetRowForURL      580 chrome/browser/history/history_backend_unittest.cc   EXPECT_TRUE(backend_->db_->GetRowForURL(url, &outrow));
GetRowForURL      591 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow));
GetRowForURL      601 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(url, &outrow));
GetRowForURL      646 chrome/browser/history/history_backend_unittest.cc   URLID row1_id = backend_->db_->GetRowForURL(row1.url(), NULL);
GetRowForURL      647 chrome/browser/history/history_backend_unittest.cc   URLID row2_id = backend_->db_->GetRowForURL(row2.url(), NULL);
GetRowForURL      661 chrome/browser/history/history_backend_unittest.cc   EXPECT_EQ(row2_id, backend_->db_->GetRowForURL(row2.url(), NULL));
GetRowForURL      681 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &tmp_url_row));
GetRowForURL      697 chrome/browser/history/history_backend_unittest.cc   EXPECT_EQ(row1_id, backend_->db_->GetRowForURL(row1.url(), NULL));
GetRowForURL      727 chrome/browser/history/history_backend_unittest.cc   URLID url_id = backend_->db()->GetRowForURL(url, &row);
GetRowForURL      760 chrome/browser/history/history_backend_unittest.cc   ASSERT_EQ(0, backend_->db()->GetRowForURL(url, &row));
GetRowForURL      815 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0);
GetRowForURL      816 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0);
GetRowForURL      831 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0);
GetRowForURL      832 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0);
GetRowForURL      857 chrome/browser/history/history_backend_unittest.cc   EXPECT_TRUE(backend_->db_->GetRowForURL(url3, &url_row3) == 0);
GetRowForURL      863 chrome/browser/history/history_backend_unittest.cc   EXPECT_FALSE(backend_->db_->GetRowForURL(url3, &url_row3) == 0);
GetRowForURL      884 chrome/browser/history/history_backend_unittest.cc   URLID row_id = backend_->db_->GetRowForURL(stripped_url, NULL);
GetRowForURL      914 chrome/browser/history/history_backend_unittest.cc   URLID row_id = backend_->db_->GetRowForURL(url, NULL);
GetRowForURL      969 chrome/browser/history/history_backend_unittest.cc   URLID row_id = backend_->db_->GetRowForURL(url, &row);
GetRowForURL     1005 chrome/browser/history/history_backend_unittest.cc   URLID id = backend_->db()->GetRowForURL(url, &row);
GetRowForURL     1044 chrome/browser/history/history_backend_unittest.cc   URLID id = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     1052 chrome/browser/history/history_backend_unittest.cc   id = backend_->db()->GetRowForURL(url2, &row);
GetRowForURL     1084 chrome/browser/history/history_backend_unittest.cc   URLID id = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     1117 chrome/browser/history/history_backend_unittest.cc   URLID id = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     1125 chrome/browser/history/history_backend_unittest.cc   id = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     1134 chrome/browser/history/history_backend_unittest.cc   id = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     1142 chrome/browser/history/history_backend_unittest.cc   ASSERT_EQ(0, backend_->db()->GetRowForURL(url1, &row));
GetRowForURL     1172 chrome/browser/history/history_backend_unittest.cc   URLID id = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     1182 chrome/browser/history/history_backend_unittest.cc   id = backend_->db()->GetRowForURL(url2, &row);
GetRowForURL     2513 chrome/browser/history/history_backend_unittest.cc   URLID url_id1 = backend_->db()->GetRowForURL(url1, &row);
GetRowForURL     2518 chrome/browser/history/history_backend_unittest.cc   URLID url_id2 = backend_->db()->GetRowForURL(url2, &row);
GetRowForURL     2654 chrome/browser/history/history_backend_unittest.cc       backend_->db_->GetRowForURL(GURL("http://example.com"), NULL),
GetRowForURL     2666 chrome/browser/history/history_backend_unittest.cc       backend_->db_->GetRowForURL(GURL("http://example.net"), NULL),
GetRowForURL      300 chrome/browser/history/history_service.cc   if (!GetRowForURL(url, &url_row))
GetRowForURL      310 chrome/browser/history/history_service.cc   if (!GetRowForURL(url, &url_row))
GetRowForURL      319 chrome/browser/history/history_service.cc   if (!GetRowForURL(url, &url_row))
GetRowForURL     1175 chrome/browser/history/history_service.cc   return db && (db->GetRowForURL(url, url_row) != 0);
GetRowForURL      643 chrome/browser/history/history_service.h   bool GetRowForURL(const GURL& url, history::URLRow* url_row);
GetRowForURL      124 chrome/browser/history/in_memory_history_backend.cc       URLID id = db_->GetRowForURL(i->url(), NULL);
GetRowForURL      161 chrome/browser/history/in_memory_history_backend.cc   if (!db_->GetRowForURL(details.url, &url_row)) {
GetRowForURL      179 chrome/browser/history/in_memory_history_backend.cc   URLID url_id = db_->GetRowForURL(details.url, NULL);
GetRowForURL      185 chrome/browser/history/in_memory_history_backend.cc   URLID id = db_->GetRowForURL(url, NULL);
GetRowForURL       66 chrome/browser/history/url_database.h   URLID GetRowForURL(const GURL& url, URLRow* info);
GetRowForURL       93 chrome/browser/history/url_database_unittest.cc   EXPECT_TRUE(GetRowForURL(url1, &info));
GetRowForURL       95 chrome/browser/history/url_database_unittest.cc   URLID id2 = GetRowForURL(url2, &info);
GetRowForURL      109 chrome/browser/history/url_database_unittest.cc   EXPECT_TRUE(GetRowForURL(url2, &info2));
GetRowForURL      132 chrome/browser/history/url_database_unittest.cc   URLID id1 = GetRowForURL(url1, &info);
GetRowForURL      135 chrome/browser/history/url_database_unittest.cc   URLID id3 = GetRowForURL(url3, &info);
GetRowForURL      140 chrome/browser/history/url_database_unittest.cc   EXPECT_EQ(0, GetRowForURL(GURL("http://news.google.com/"), &info));
GetRowForURL      509 chrome/browser/predictors/autocomplete_action_predictor.cc     if ((url_db->GetRowForURL(it->first.url, &url_row) == 0) ||