HistoryEventRouter 135 chrome/browser/extensions/api/history/history_api.cc HistoryEventRouter::HistoryEventRouter(Profile* profile) { HistoryEventRouter 145 chrome/browser/extensions/api/history/history_api.cc HistoryEventRouter::~HistoryEventRouter() {} HistoryEventRouter 147 chrome/browser/extensions/api/history/history_api.cc void HistoryEventRouter::Observe(int type, HistoryEventRouter 166 chrome/browser/extensions/api/history/history_api.cc void HistoryEventRouter::HistoryUrlVisited( HistoryEventRouter 175 chrome/browser/extensions/api/history/history_api.cc void HistoryEventRouter::HistoryUrlsRemoved( HistoryEventRouter 192 chrome/browser/extensions/api/history/history_api.cc void HistoryEventRouter::DispatchEvent( HistoryEventRouter 237 chrome/browser/extensions/api/history/history_api.cc new HistoryEventRouter(Profile::FromBrowserContext(browser_context_))); HistoryEventRouter 29 chrome/browser/extensions/api/history/history_api.h class HistoryEventRouter : public content::NotificationObserver { HistoryEventRouter 31 chrome/browser/extensions/api/history/history_api.h explicit HistoryEventRouter(Profile* profile); HistoryEventRouter 32 chrome/browser/extensions/api/history/history_api.h virtual ~HistoryEventRouter(); HistoryEventRouter 53 chrome/browser/extensions/api/history/history_api.h DISALLOW_COPY_AND_ASSIGN(HistoryEventRouter); HistoryEventRouter 82 chrome/browser/extensions/api/history/history_api.h scoped_ptr<HistoryEventRouter> history_event_router_;