/external/chromium/chrome/browser/history/ |
D | history_types.h | 560 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);
|
D | history_types.cc | 346 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()
|
D | history_backend_unittest.cc | 88 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 …]
|
D | history.cc | 321 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()
|
D | history.h | 56 class HistoryAddPageArgs; variable 216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
|
D | history_backend.h | 123 void AddPage(scoped_refptr<HistoryAddPageArgs> request);
|
D | history_backend.cc | 367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) { in AddPage()
|
/external/chromium/chrome/browser/ui/webui/ |
D | html_dialog_tab_contents_delegate_unittest.cc | 59 scoped_refptr<history::HistoryAddPageArgs> should_add_args( in TEST_F() 60 new history::HistoryAddPageArgs( in TEST_F()
|
D | html_dialog_tab_contents_delegate.h | 56 const history::HistoryAddPageArgs& add_page_args,
|
D | html_dialog_tab_contents_delegate.cc | 109 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
|
/external/chromium/chrome/browser/instant/ |
D | instant_loader.cc | 213 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/ |
D | web_page_screen.h | 46 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
|
D | eula_view.h | 61 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
|
D | enterprise_enrollment_view.cc | 67 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 83 class HistoryAddPageArgs; variable 714 scoped_refptr<history::HistoryAddPageArgs> add_page_args); 891 scoped_refptr<history::HistoryAddPageArgs> CreateHistoryAddPageArgs(
|
/external/chromium/chrome/browser/ui/ |
D | browser.h | 815 const history::HistoryAddPageArgs& add_page_args,
|
D | browser.cc | 3255 const history::HistoryAddPageArgs& add_page_args, in ShouldAddNavigationToHistory()
|
/external/chromium/chrome/browser/ |
D | external_tab_container_win.cc | 362 scoped_refptr<history::HistoryAddPageArgs> add_page_args( in OpenURLFromTab()
|