Home | History | Annotate | Download | only in history

Lines Matching refs:url2

96   // |url1| is the source URL and |url2| is the destination.
98 // navigation entry for |url2| has replaced that for |url1|. The possibly
99 // updated transition code of the visit records for |url1| and |url2| is
101 void AddClientRedirect(const GURL& url1, const GURL& url2, bool did_replace,
107 if (url2.is_valid())
108 redirects.push_back(url2);
110 new HistoryAddPageArgs(url2, base::Time(), dummy_scope, 0, url1,
116 *transition2 = getTransition(url2);
704 GURL url2("http://www.example.com");
714 backend_->AddVisits(url2, visits2, history::SOURCE_SYNCED);
727 id = backend_->db()->GetRowForURL(url2, &row);
744 GURL url2("http://www.example.com");
754 backend_->AddVisits(url2, visits2, history::SOURCE_SYNCED);
765 // Now check only url2's source in visit_source table.
769 id = backend_->db()->GetRowForURL(url2, &row);
826 const GURL url2("http://www.google.com/m");
834 URLRow url_info2(url2);
842 redirects.push_back(url2);
854 url2, FAVICON, NULL));
862 url2, TOUCH_ICON, NULL));
879 url2, TOUCH_PRECOMPOSED_ICON, NULL));