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

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Doperation.cc17 bool DispatchEventImpl(extensions::EventRouter* event_router, function in namespace:chromeos::file_system_provider::operations::__anon3206
32 dispatch_event_impl_(base::Bind(&DispatchEventImpl,
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service.cc23 void DispatchEventImpl(EventRouter* event_router, function in namespace:extensions::__anon3712
44 base::Bind(&DispatchEventImpl, EventRouter::Get(context))),
H A Dentry_watcher_service_unittest.cc46 &EntryWatcherServiceTest::DispatchEventImpl, base::Unretained(this)));
61 void DispatchEventImpl(const std::string& extension_id, function in class:extensions::EntryWatcherServiceTest
/external/chromium_org/extensions/browser/
H A Devent_router.h232 void DispatchEventImpl(const std::string& restrict_to_extension_id,
H A Devent_router.cc441 DispatchEventImpl(std::string(), linked_ptr<Event>(event.release()));
447 DispatchEventImpl(extension_id, linked_ptr<Event>(event.release()));
462 void EventRouter::DispatchEventImpl(const std::string& restrict_to_extension_id, function in class:extensions::EventRouter

Completed in 127 milliseconds