HomeSort by relevance Sort by last modified time
    Searched refs:DispatchEventImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_event_router.h 71 virtual void DispatchEventImpl(
extension_event_router.cc 162 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(
extension_menu_manager_unittest.cc 348 MOCK_METHOD5(DispatchEventImpl, void(const std::string& extension_id,
441 // DispatchEventImpl method into event_args.
445 DispatchEventImpl(item->extension_id(),

Completed in 121 milliseconds