Home
last modified time | relevance | path

Searched refs:HistoryAddPageArgs (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_types.h560 class HistoryAddPageArgs
561 : public base::RefCountedThreadSafe<HistoryAddPageArgs> {
563 HistoryAddPageArgs(const GURL& arg_url,
575 HistoryAddPageArgs* Clone() const;
590 friend class base::RefCountedThreadSafe<HistoryAddPageArgs>;
592 ~HistoryAddPageArgs();
594 DISALLOW_COPY_AND_ASSIGN(HistoryAddPageArgs);
Dhistory_types.cc346 HistoryAddPageArgs::HistoryAddPageArgs( in HistoryAddPageArgs() function in history::HistoryAddPageArgs
367 HistoryAddPageArgs::~HistoryAddPageArgs() {} in ~HistoryAddPageArgs()
369 HistoryAddPageArgs* HistoryAddPageArgs::Clone() const { in Clone()
370 return new HistoryAddPageArgs( in Clone()
Dhistory_backend_unittest.cc88 scoped_refptr<history::HistoryAddPageArgs> request( in AddRedirectChain()
89 new history::HistoryAddPageArgs( in AddRedirectChain()
109 scoped_refptr<HistoryAddPageArgs> request( in AddClientRedirect()
110 new HistoryAddPageArgs(url2, base::Time(), dummy_scope, 0, url1, in AddClientRedirect()
453 scoped_refptr<HistoryAddPageArgs> request( in TEST_F()
454 new HistoryAddPageArgs(url, visit_time, NULL, 0, GURL(), in TEST_F()
662 scoped_refptr<HistoryAddPageArgs> request1( in TEST_F()
663 new HistoryAddPageArgs(url, base::Time::Now(), NULL, 0, GURL(), in TEST_F()
669 scoped_refptr<HistoryAddPageArgs> request2( in TEST_F()
670 new HistoryAddPageArgs(url, base::Time::Now(), NULL, 0, GURL(), in TEST_F()
[all …]
Dhistory.cc321 scoped_refptr<history::HistoryAddPageArgs> request( in AddPage()
322 new history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer, in AddPage()
328 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) { in AddPage()
356 scoped_refptr<history::HistoryAddPageArgs>( in AddPage()
Dhistory.h56 class HistoryAddPageArgs; variable
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
Dhistory_backend.h123 void AddPage(scoped_refptr<HistoryAddPageArgs> request);
Dhistory_backend.cc367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) { in AddPage()
/external/chromium/chrome/browser/ui/webui/
Dhtml_dialog_tab_contents_delegate_unittest.cc59 scoped_refptr<history::HistoryAddPageArgs> should_add_args( in TEST_F()
60 new history::HistoryAddPageArgs( in TEST_F()
Dhtml_dialog_tab_contents_delegate.h56 const history::HistoryAddPageArgs& add_page_args,
Dhtml_dialog_tab_contents_delegate.cc109 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
/external/chromium/chrome/browser/instant/
Dinstant_loader.cc213 const history::HistoryAddPageArgs& add_page_args,
221 typedef std::vector<scoped_refptr<history::HistoryAddPageArgs> >
294 history::HistoryAddPageArgs* args = add_page_vector_.front().get(); in SetLastHistoryURLAndPrune()
529 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
536 scoped_refptr<history::HistoryAddPageArgs>(add_page_args.Clone())); in ShouldAddNavigationToHistory()
/external/chromium/chrome/browser/chromeos/login/
Dweb_page_screen.h46 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
Deula_view.h61 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
Denterprise_enrollment_view.cc67 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h83 class HistoryAddPageArgs; variable
714 scoped_refptr<history::HistoryAddPageArgs> add_page_args);
891 scoped_refptr<history::HistoryAddPageArgs> CreateHistoryAddPageArgs(
/external/chromium/chrome/browser/ui/
Dbrowser.h815 const history::HistoryAddPageArgs& add_page_args,
Dbrowser.cc3255 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
/external/chromium/chrome/browser/
Dexternal_tab_container_win.cc362 scoped_refptr<history::HistoryAddPageArgs> add_page_args( in OpenURLFromTab()