Searched refs:ExtensionBrowserEventRouter (Results 1 – 4 of 4) sorted by relevance
27 ExtensionBrowserEventRouter::TabEntry::TabEntry() in TabEntry()32 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::UpdateLoadState( in UpdateLoadState()48 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::DidNavigate( in DidNavigate()110 void ExtensionBrowserEventRouter::Init() { in Init()145 ExtensionBrowserEventRouter::ExtensionBrowserEventRouter(Profile* profile) in ExtensionBrowserEventRouter() function in ExtensionBrowserEventRouter152 ExtensionBrowserEventRouter::~ExtensionBrowserEventRouter() { in ~ExtensionBrowserEventRouter()161 void ExtensionBrowserEventRouter::OnBrowserAdded(const Browser* browser) { in OnBrowserAdded()165 void ExtensionBrowserEventRouter::RegisterForBrowserNotifications( in RegisterForBrowserNotifications()182 void ExtensionBrowserEventRouter::RegisterForTabNotifications( in RegisterForTabNotifications()195 void ExtensionBrowserEventRouter::UnregisterForTabNotifications( in UnregisterForTabNotifications()[all …]
29 class ExtensionBrowserEventRouter : public TabStripModelObserver,38 explicit ExtensionBrowserEventRouter(Profile* profile);39 ~ExtensionBrowserEventRouter();185 DISALLOW_COPY_AND_ASSIGN(ExtensionBrowserEventRouter);
40 class ExtensionBrowserEventRouter; variable406 ExtensionBrowserEventRouter* browser_event_router() { in browser_event_router()623 scoped_ptr<ExtensionBrowserEventRouter> browser_event_router_;
513 browser_event_router_.reset(new ExtensionBrowserEventRouter(profile_)); in InitEventRouters()