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

  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 200 URLRow url_row2(GURL("http://www.google.com/2"));
201 url_row2.set_last_visit(visit_times[2]);
202 url_row2.set_visit_count(2);
203 url_row2.set_typed_count(1);
204 url_ids[1] = main_db_->AddURL(url_row2);
205 thumb_db_->AddIconMapping(url_row2.url(), favicon1);
222 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score);
560 URLRow url_row1, url_row2; local
562 ASSERT_TRUE(main_db_->GetURLRow(url_ids[2], &url_row2));
597 GetFavicon(url_row2.url(), favicon_base::FAVICON)
608 URLRow url_row1, url_row2; local
660 URLRow url_row1, url_row2; local
709 URLRow url_row1, url_row2; local
758 URLRow url_row0, url_row1, url_row2; local
    [all...]
history_backend_unittest.cc 1045 URLRow url_row1, url_row2; local
    [all...]

Completed in 163 milliseconds