Home | History | Annotate | Download | only in history

Lines Matching refs:AddPage

143   // RenderProcessHost pointers are used to scope page IDs (see AddPage). These
188 void AddPage(const GURL& url,
199 void AddPage(const GURL& url,
210 void AddPage(const GURL& url, history::VisitSource visit_source) {
211 AddPage(url, NULL, 0, GURL(), PageTransition::LINK,
215 // All AddPage variants end up here.
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);