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

  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 215 URLRow url_row2(GURL("http://www.google.com/2"));
216 url_row2.set_last_visit(visit_times[2]);
217 url_row2.set_visit_count(2);
218 url_row2.set_typed_count(1);
219 url_ids[1] = main_db_->AddURL(url_row2);
220 thumb_db_->AddIconMapping(url_row2.url(), favicon1);
236 top_sites_->SetPageThumbnail(url_row2.url(), *thumbnail, score);
270 text_db_->AddPageData(url_row2.url(), visit_row2.url_id, visit_row2.visit_id,
273 text_db_->AddPageData(url_row2.url(), visit_row3.url_id, visit_row3.visit_id,
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
    [all...]
history_backend_unittest.cc 543 URLRow url_row1, url_row2; local
545 EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0);
561 EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0);
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 212 URLRow url_row2(GURL("http://www.google.com/2"));
213 url_row2.set_last_visit(visit_times[2]);
214 url_row2.set_visit_count(2);
215 url_row2.set_typed_count(1);
216 url_ids[1] = main_db_->AddURL(url_row2);
217 thumb_db_->AddIconMapping(url_row2.url(), favicon1);
234 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score);
539 URLRow url_row1, url_row2; local
541 ASSERT_TRUE(main_db_->GetURLRow(url_ids[2], &url_row2));
573 chrome::FaviconID favicon_id2 = GetFavicon(url_row2.url(), chrome::FAVICON)
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
    [all...]
history_backend_unittest.cc 857 URLRow url_row1, url_row2; local
859 EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0);
875 EXPECT_FALSE(backend_->db_->GetRowForURL(row2.url(), &url_row2) == 0);
    [all...]

Completed in 174 milliseconds