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 29 class HistoryEventRouter : public content::NotificationObserver {
31 explicit HistoryEventRouter(Profile* profile);
32 virtual ~HistoryEventRouter();
53 DISALLOW_COPY_AND_ASSIGN(HistoryEventRouter);
83 scoped_ptr<HistoryEventRouter> history_event_router_;
history_api.cc 133 HistoryEventRouter::HistoryEventRouter(Profile* profile) {
143 HistoryEventRouter::~HistoryEventRouter() {}
145 void HistoryEventRouter::Observe(int type,
164 void HistoryEventRouter::HistoryUrlVisited(
173 void HistoryEventRouter::HistoryUrlsRemoved(
190 void HistoryEventRouter::DispatchEvent(
231 history_event_router_.reset(new HistoryEventRouter(profile_));

Completed in 126 milliseconds