HomeSort by relevance Sort by last modified time
    Searched defs:AddPage (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
starred_url_database_unittest.cc 25 void AddPage(const GURL& url) {
history.h 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);
    [all...]
history.cc 300 void HistoryService::AddPage(const GURL& url,
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
312 void HistoryService::AddPage(const GURL& url,
325 AddPage(*request);
328 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) {
355 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage,
history_backend.cc 367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) {
    [all...]

Completed in 1279 milliseconds