OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DispatchEventImpl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
operation.cc
17
bool
DispatchEventImpl
(extensions::EventRouter* event_router,
32
dispatch_event_impl_(base::Bind(&
DispatchEventImpl
,
/external/chromium_org/chrome/browser/extensions/api/file_system/
entry_watcher_service.cc
23
void
DispatchEventImpl
(EventRouter* event_router,
44
base::Bind(&
DispatchEventImpl
, EventRouter::Get(context))),
entry_watcher_service_unittest.cc
46
&EntryWatcherServiceTest::
DispatchEventImpl
, base::Unretained(this)));
61
void
DispatchEventImpl
(const std::string& extension_id,
/external/chromium_org/extensions/browser/
event_router.h
232
void
DispatchEventImpl
(const std::string& restrict_to_extension_id,
event_router.cc
441
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,
Completed in 54 milliseconds