Home
last modified time | relevance | path

Searched refs:ExtensionBrowserEventRouter (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_browser_event_router.cc27 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 ExtensionBrowserEventRouter
152 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 …]
Dextension_browser_event_router.h29 class ExtensionBrowserEventRouter : public TabStripModelObserver,
38 explicit ExtensionBrowserEventRouter(Profile* profile);
39 ~ExtensionBrowserEventRouter();
185 DISALLOW_COPY_AND_ASSIGN(ExtensionBrowserEventRouter);
Dextension_service.h40 class ExtensionBrowserEventRouter; variable
406 ExtensionBrowserEventRouter* browser_event_router() { in browser_event_router()
623 scoped_ptr<ExtensionBrowserEventRouter> browser_event_router_;
Dextension_service.cc513 browser_event_router_.reset(new ExtensionBrowserEventRouter(profile_)); in InitEventRouters()