Searched refs:DispatchEventImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_event_router.h71 virtual void DispatchEventImpl(
H A Dextension_event_router.cc162 DispatchEventImpl("", event_name, event_args, restrict_to_profile, event_url);
170 DispatchEventImpl(extension_id, event_name, event_args, restrict_to_profile,
174 void ExtensionEventRouter::DispatchEventImpl( function in class:ExtensionEventRouter
H A Dextension_menu_manager_unittest.cc348 MOCK_METHOD5(DispatchEventImpl, void(const std::string& extension_id,
441 // DispatchEventImpl method into event_args.
445 DispatchEventImpl(item->extension_id(),

Completed in 374 milliseconds