Searched defs:EventChannel (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/common/deprecated/
H A Devent_sys-inl.h30 // 3. Add an EventChannel<MyEventTraits>* instance and event_channel() const;
97 class EventChannel { class
107 // The shutdown event gets send in the EventChannel's destructor.
108 explicit EventChannel(const EventType& shutdown_event) function in class:EventChannel
115 ~EventChannel() {
216 DISALLOW_COPY_AND_ASSIGN(EventChannel);
219 // An EventListenerHookup hooks up a method in your class to an EventChannel.
220 // Deleting the hookup disconnects from the EventChannel.
230 template <typename EventChannel, typename EventTraits,
235 explicit EventListenerHookupImpl(EventChannel* channe
[all...]

Completed in 24 milliseconds