Searched refs:DispatchEventImpl (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_event_router.cc | 162 DispatchEventImpl("", event_name, event_args, restrict_to_profile, event_url); in DispatchEventToRenderers() 170 DispatchEventImpl(extension_id, event_name, event_args, restrict_to_profile, in DispatchEventToExtension() 174 void ExtensionEventRouter::DispatchEventImpl( in DispatchEventImpl() function in ExtensionEventRouter
|
D | extension_event_router.h | 71 virtual void DispatchEventImpl(
|
D | extension_menu_manager_unittest.cc | 348 MOCK_METHOD5(DispatchEventImpl, void(const std::string& extension_id, 445 DispatchEventImpl(item->extension_id(), in TEST_F()
|
/external/chromium_org/extensions/browser/ |
D | event_router.cc | 414 DispatchEventImpl(std::string(), linked_ptr<Event>(event.release())); in BroadcastEvent() 420 DispatchEventImpl(extension_id, linked_ptr<Event>(event.release())); in DispatchEventToExtension() 435 void EventRouter::DispatchEventImpl(const std::string& restrict_to_extension_id, in DispatchEventImpl() function in extensions::EventRouter
|
D | event_router.h | 225 void DispatchEventImpl(const std::string& restrict_to_extension_id,
|