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

/external/chromium/chrome/browser/history/
H A Dhistory_types.h560 class HistoryAddPageArgs class in namespace:history
561 : public base::RefCountedThreadSafe<HistoryAddPageArgs> {
563 HistoryAddPageArgs(const GURL& arg_url,
573 // Returns a new HistoryAddPageArgs that is a copy of this (ref count is
575 HistoryAddPageArgs* Clone() const;
590 friend class base::RefCountedThreadSafe<HistoryAddPageArgs>;
592 ~HistoryAddPageArgs();
594 DISALLOW_COPY_AND_ASSIGN(HistoryAddPageArgs);
H A Dhistory_types.cc344 // HistoryAddPageArgs ---------------------------------------------------------
346 HistoryAddPageArgs::HistoryAddPageArgs( function in class:history::HistoryAddPageArgs
367 HistoryAddPageArgs::~HistoryAddPageArgs() {}
369 HistoryAddPageArgs* HistoryAddPageArgs::Clone() const {
370 return new HistoryAddPageArgs(
H A Dhistory_backend_unittest.cc88 scoped_refptr<history::HistoryAddPageArgs> request(
89 new history::HistoryAddPageArgs(
109 scoped_refptr<HistoryAddPageArgs> request(
110 new HistoryAddPageArgs(url2, base::Time(), dummy_scope, 0, url1,
453 scoped_refptr<HistoryAddPageArgs> request(
454 new HistoryAddPageArgs(url, visit_time, NULL, 0, GURL(),
662 scoped_refptr<HistoryAddPageArgs> request1(
663 new HistoryAddPageArgs(url, base::Time::Now(), NULL, 0, GURL(),
669 scoped_refptr<HistoryAddPageArgs> request2(
670 new HistoryAddPageArgs(ur
[all...]
H A Dhistory.cc321 scoped_refptr<history::HistoryAddPageArgs> request(
322 new history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer,
328 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) {
356 scoped_refptr<history::HistoryAddPageArgs>(
H A Dhistory.h56 class HistoryAddPageArgs;
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
H A Dhistory_backend.h123 void AddPage(scoped_refptr<HistoryAddPageArgs> request);
H A Dhistory_backend.cc367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) {
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate_unittest.cc59 scoped_refptr<history::HistoryAddPageArgs> should_add_args(
60 new history::HistoryAddPageArgs(
H A Dhtml_dialog_tab_contents_delegate.h56 const history::HistoryAddPageArgs& add_page_args,
H A Dhtml_dialog_tab_contents_delegate.cc109 const history::HistoryAddPageArgs& add_page_args,
/external/chromium/chrome/browser/chromeos/login/
H A Dweb_page_screen.h46 const history::HistoryAddPageArgs& add_page_args,
H A Denterprise_enrollment_view.cc67 const history::HistoryAddPageArgs& add_page_args,
H A Deula_view.h61 const history::HistoryAddPageArgs& add_page_args,
/external/chromium/chrome/browser/instant/
H A 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();
529 const history::HistoryAddPageArgs& add_page_args,
536 scoped_refptr<history::HistoryAddPageArgs>(add_page_args.Clone()));
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h83 class HistoryAddPageArgs;
714 scoped_refptr<history::HistoryAddPageArgs> add_page_args);
889 // Returns the history::HistoryAddPageArgs to use for adding a page to
891 scoped_refptr<history::HistoryAddPageArgs> CreateHistoryAddPageArgs(
/external/chromium/chrome/browser/ui/
H A Dbrowser.h815 const history::HistoryAddPageArgs& add_page_args,
H A Dbrowser.cc3255 const history::HistoryAddPageArgs& add_page_args,
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc362 scoped_refptr<history::HistoryAddPageArgs> add_page_args(

Completed in 887 milliseconds