/external/chromium_org/chrome/browser/history/ |
expire_history_backend_unittest.cc | 206 URLRow url_row1(GURL("http://www.google.com/1")); 207 url_row1.set_last_visit(visit_times[0]); 208 url_row1.set_visit_count(1); 209 url_ids[0] = main_db_->AddURL(url_row1); 210 thumb_db_->AddIconMapping(url_row1.url(), favicon1); 233 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score); 266 URLRow url_row1(url); 267 url_row1.set_last_visit(last_visit_time); 268 url_row1.set_visit_count(4); 269 URLID url_id = main_db_->AddURL(url_row1); 539 URLRow url_row1, url_row2; local 584 URLRow url_row1, url_row2; local 633 URLRow url_row1, url_row2; local 680 URLRow url_row1, url_row2; local 726 URLRow url_row1, url_row2; local 764 URLRow url_row0, url_row1; local [all...] |
history_backend_unittest.cc | 821 URLRow url_row1, url_row2; local 822 EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0); 838 EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0); [all...] |
/external/chromium/chrome/browser/history/ |
expire_history_backend_unittest.cc | 209 URLRow url_row1(GURL("http://www.google.com/1")); 210 url_row1.set_last_visit(visit_times[0]); 211 url_row1.set_visit_count(1); 212 url_ids[0] = main_db_->AddURL(url_row1); 213 thumb_db_->AddIconMapping(url_row1.url(), favicon1); 235 top_sites_->SetPageThumbnail(url_row1.url(), *thumbnail, score); 266 text_db_->AddPageData(url_row1.url(), visit_row1.url_id, visit_row1.visit_id, 290 URLRow url_row1(url); 291 url_row1.set_last_visit(last_visit_time); 292 url_row1.set_visit_count(4) 596 URLRow url_row1, url_row2; local 654 URLRow url_row1, url_row2; local 712 URLRow url_row1, url_row2; local 758 URLRow url_row1, url_row2; local 796 URLRow url_row0, url_row1; local [all...] |
history_backend_unittest.cc | 543 URLRow url_row1, url_row2; local 544 EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0); 560 EXPECT_FALSE(backend_->db_->GetRowForURL(row1.url(), &url_row1) == 0); [all...] |