HomeSort by relevance Sort by last modified time
    Searched refs:HistoryAddPageArgs (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 56 const history::HistoryAddPageArgs& add_page_args,
html_dialog_tab_contents_delegate_unittest.cc 59 scoped_refptr<history::HistoryAddPageArgs> should_add_args(
60 new history::HistoryAddPageArgs(
html_dialog_tab_contents_delegate.cc 109 const history::HistoryAddPageArgs& add_page_args,
  /external/chromium/chrome/browser/history/
history_types.h 560 class HistoryAddPageArgs
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);
history_types.cc 344 // HistoryAddPageArgs ---------------------------------------------------------
346 HistoryAddPageArgs::HistoryAddPageArgs(
367 HistoryAddPageArgs::~HistoryAddPageArgs() {}
369 HistoryAddPageArgs* HistoryAddPageArgs::Clone() const {
370 return new HistoryAddPageArgs(
history_backend_unittest.cc 88 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(url, base::Time::Now(), NULL, 0, GURL()
    [all...]
history.cc 321 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>(
history.h 56 class HistoryAddPageArgs;
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
    [all...]
history_backend.h 123 void AddPage(scoped_refptr<HistoryAddPageArgs> request);
history_backend.cc 367 void HistoryBackend::AddPage(scoped_refptr<HistoryAddPageArgs> request) {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.h 46 const history::HistoryAddPageArgs& add_page_args,
eula_view.h 61 const history::HistoryAddPageArgs& add_page_args,
enterprise_enrollment_view.cc 67 const history::HistoryAddPageArgs& add_page_args,
  /external/chromium/chrome/browser/instant/
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();
529 const history::HistoryAddPageArgs& add_page_args,
536 scoped_refptr<history::HistoryAddPageArgs>(add_page_args.Clone()));
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 83 class HistoryAddPageArgs;
714 scoped_refptr<history::HistoryAddPageArgs> add_page_args);
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 362 scoped_refptr<history::HistoryAddPageArgs> add_page_args(
    [all...]

Completed in 258 milliseconds