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 203 URLRow url_row2(GURL("http://www.google.com/2"));
204 url_row2.set_last_visit(visit_times[2]);
205 url_row2.set_visit_count(2);
206 url_row2.set_typed_count(1);
207 url_ids[1] = main_db_->AddURL(url_row2);
208 thumb_db_->AddIconMapping(url_row2.url(), favicon1);
225 top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score);
563 URLRow url_row1, url_row2; local
565 ASSERT_TRUE(main_db_->GetURLRow(url_ids[2], &url_row2));
600 GetFavicon(url_row2.url(), favicon_base::FAVICON)
611 URLRow url_row1, url_row2; local
663 URLRow url_row1, url_row2; local
712 URLRow url_row1, url_row2; local
761 URLRow url_row0, url_row1, url_row2; local
    [all...]
history_backend_unittest.cc 1038 URLRow url_row1, url_row2; local
    [all...]

Completed in 57 milliseconds