Home | History | Annotate | Download | only in extensions

Lines Matching refs:ExtensionEventRouter

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