Home
last modified time | relevance | path

Searched refs:EventChannel (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/common/deprecated/
Devent_sys-inl.h97 class EventChannel {
108 explicit EventChannel(const EventType& shutdown_event) in EventChannel() function
115 ~EventChannel() { in ~EventChannel()
216 DISALLOW_COPY_AND_ASSIGN(EventChannel);
230 template <typename EventChannel, typename EventTraits,
235 explicit EventListenerHookupImpl(EventChannel* channel) in EventListenerHookupImpl()
264 EventChannel* const channel_;
270 template <typename EventChannel, typename EventTraits,
273 : public EventListenerHookupImpl<EventChannel, EventTraits,
274 SimpleHookup<EventChannel,
[all …]
Devent_sys.h34 class EventChannel; variable
38 template <typename EventChannel, typename CallbackObject,
40 EventListenerHookup* NewEventListenerHookup(EventChannel* channel,
44 template <typename EventChannel, typename CallbackObject,
46 EventListenerHookup* NewEventListenerHookup(EventChannel* channel,
Devent_sys_unittest.cc39 typedef EventChannel<TestEventTraits> Channel;
/external/chromium/chrome/browser/sync/syncable/
Ddirectory_manager.h49 typedef EventChannel<DirectoryManagerEvent> Channel;
Dsyncable.h837 typedef EventChannel<DirectoryEventTraits, base::Lock> Channel;
/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.h253 typedef EventChannel<GaiaAuthEvent, base::Lock> Channel;
/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.h169 typedef EventChannel<ServerConnectionEvent, base::Lock> Channel;