Searched defs:HistoryEventRouter (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc134 HistoryEventRouter::HistoryEventRouter(Profile* profile) { function in class:extensions::HistoryEventRouter
144 HistoryEventRouter::~HistoryEventRouter() {}
146 void HistoryEventRouter::Observe(int type,
165 void HistoryEventRouter::HistoryUrlVisited(
174 void HistoryEventRouter::HistoryUrlsRemoved(
191 void HistoryEventRouter::DispatchEvent(
234 new HistoryEventRouter(Profile::FromBrowserContext(browser_context_)));
H A Dhistory_api.h29 class HistoryEventRouter : public content::NotificationObserver { class in namespace:extensions
31 explicit HistoryEventRouter(Profile* profile);
32 virtual ~HistoryEventRouter();
53 DISALLOW_COPY_AND_ASSIGN(HistoryEventRouter);
82 scoped_ptr<HistoryEventRouter> history_event_router_;

Completed in 259 milliseconds