Lines Matching refs:ExtensionEventRouter
47 struct ExtensionEventRouter::EventListener {
65 bool ExtensionEventRouter::CanCrossIncognito(Profile* profile, in CanCrossIncognito()
73 bool ExtensionEventRouter::CanCrossIncognito(Profile* profile, in CanCrossIncognito()
83 ExtensionEventRouter::ExtensionEventRouter(Profile* profile) in ExtensionEventRouter() function in ExtensionEventRouter
92 ExtensionEventRouter::~ExtensionEventRouter() { in ~ExtensionEventRouter()
95 void ExtensionEventRouter::AddEventListener( in AddEventListener()
112 void ExtensionEventRouter::RemoveEventListener( in RemoveEventListener()
139 bool ExtensionEventRouter::HasEventListener(const std::string& event_name) { in HasEventListener()
144 bool ExtensionEventRouter::ExtensionHasEventListener( in ExtensionHasEventListener()
159 void ExtensionEventRouter::DispatchEventToRenderers( in DispatchEventToRenderers()
165 void ExtensionEventRouter::DispatchEventToExtension( in DispatchEventToExtension()
174 void ExtensionEventRouter::DispatchEventImpl( in DispatchEventImpl()
217 void ExtensionEventRouter::Observe(NotificationType type, in Observe()