Searched defs:HistoryAddPageArgs (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
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_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);

Completed in 70 milliseconds