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

  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 30 class HistoryEventRouter : public content::NotificationObserver {
32 explicit HistoryEventRouter(Profile* profile);
33 virtual ~HistoryEventRouter();
54 DISALLOW_COPY_AND_ASSIGN(HistoryEventRouter);
84 scoped_ptr<HistoryEventRouter> history_event_router_;
history_api.cc 136 HistoryEventRouter::HistoryEventRouter(Profile* profile) {
146 HistoryEventRouter::~HistoryEventRouter() {}
148 void HistoryEventRouter::Observe(int type,
167 void HistoryEventRouter::HistoryUrlVisited(
176 void HistoryEventRouter::HistoryUrlsRemoved(
193 void HistoryEventRouter::DispatchEvent(
229 history_event_router_.reset(new HistoryEventRouter(profile_));

Completed in 62 milliseconds