Searched refs:restrict_to_extension_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
H A Devent_router.cc462 void EventRouter::DispatchEventImpl(const std::string& restrict_to_extension_id, argument
483 if (restrict_to_extension_id.empty() ||
484 restrict_to_extension_id == listener->extension_id()) {
494 if (restrict_to_extension_id.empty() ||
495 restrict_to_extension_id == listener->extension_id()) {
H A Devent_router.h229 // Shared by DispatchEvent*. If |restrict_to_extension_id| is empty, the
232 void DispatchEventImpl(const std::string& restrict_to_extension_id,

Completed in 77 milliseconds