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

1 2

  /external/chromium_org/chrome/browser/history/
history_tab_helper.h 16 struct HistoryAddPageArgs;
27 const history::HistoryAddPageArgs& add_page_args);
33 // Returns the history::HistoryAddPageArgs to use for adding a page to
35 history::HistoryAddPageArgs CreateHistoryAddPageArgs(
history_tab_helper.cc 44 const history::HistoryAddPageArgs& add_page_args) {
57 history::HistoryAddPageArgs
63 history::HistoryAddPageArgs add_page_args(
109 const history::HistoryAddPageArgs& add_page_args =
history_types.cc 332 // HistoryAddPageArgs ---------------------------------------------------------
334 HistoryAddPageArgs::HistoryAddPageArgs()
341 HistoryAddPageArgs::HistoryAddPageArgs(
362 HistoryAddPageArgs::~HistoryAddPageArgs() {}
history_types.h 561 struct HistoryAddPageArgs {
564 // HistoryAddPageArgs(
568 HistoryAddPageArgs();
569 HistoryAddPageArgs(const GURL& url,
578 ~HistoryAddPageArgs();
history_service.h 75 struct HistoryAddPageArgs;
215 void AddPage(const history::HistoryAddPageArgs& add_page_args);
    [all...]
history_service.cc 487 history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer,
497 history::HistoryAddPageArgs(url, time, NULL, 0, GURL(),
503 void HistoryService::AddPage(const history::HistoryAddPageArgs& add_page_args) {
    [all...]
history_backend_unittest.cc 171 history::HistoryAddPageArgs request(
194 HistoryAddPageArgs request(
579 HistoryAddPageArgs request(url, visit_time, NULL, 0, GURL(),
726 HistoryAddPageArgs request(url, visit_time, NULL, 0, GURL(),
    [all...]
  /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);
  /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_org/chrome/browser/prerender/
prerender_contents.h 41 struct HistoryAddPageArgs;
275 void DidNavigate(const history::HistoryAddPageArgs& add_page_args);
454 typedef std::vector<history::HistoryAddPageArgs> AddPageVector;
  /external/chromium_org/chrome/browser/ui/webui/
web_dialog_web_contents_delegate_unittest.cc 67 history::HistoryAddPageArgs should_add_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_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc 241 history::HistoryAddPageArgs add_page_args(
  /external/chromium/chrome/browser/ui/
browser.h     [all...]

Completed in 4108 milliseconds

1 2