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

  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 197 URLRow url_row1(GURL("http://www.google.com/1"));
198 url_row1.set_last_visit(visit_times[0]);
199 url_row1.set_visit_count(1);
200 url_ids[0] = main_db_->AddURL(url_row1);
201 thumb_db_->AddIconMapping(url_row1.url(), favicon1);
224 top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score);
257 URLRow url_row1(url);
258 url_row1.set_last_visit(last_visit_time);
259 url_row1.set_visit_count(4);
260 URLID url_id = main_db_->AddURL(url_row1);
563 URLRow url_row1, url_row2; local
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
797 URLRow url_row0, url_row1; local
    [all...]
history_backend_unittest.cc 1038 URLRow url_row1, url_row2; local
    [all...]

Completed in 44 milliseconds