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

  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 24 // The ExtensionBrowserEventRouter listens to Browser window & tab events
26 // ExtensionBrowserEventRouter listens to *all* events, but will only route
29 class ExtensionBrowserEventRouter : public TabStripModelObserver,
38 explicit ExtensionBrowserEventRouter(Profile* profile);
39 ~ExtensionBrowserEventRouter();
185 DISALLOW_COPY_AND_ASSIGN(ExtensionBrowserEventRouter);
extension_browser_event_router.cc 27 ExtensionBrowserEventRouter::TabEntry::TabEntry()
32 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::UpdateLoadState(
48 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::DidNavigate(
110 void ExtensionBrowserEventRouter::Init() {
145 ExtensionBrowserEventRouter::ExtensionBrowserEventRouter(Profile* profile)
152 ExtensionBrowserEventRouter::~ExtensionBrowserEventRouter() {
161 void ExtensionBrowserEventRouter::OnBrowserAdded(const Browser* browser) {
165 void ExtensionBrowserEventRouter::RegisterForBrowserNotifications
    [all...]

Completed in 31 milliseconds