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

  /external/chromium/chrome/common/deprecated/
event_sys.h 34 class EventChannel;
38 template <typename EventChannel, typename CallbackObject,
40 EventListenerHookup* NewEventListenerHookup(EventChannel* channel,
44 template <typename EventChannel, typename CallbackObject,
46 EventListenerHookup* NewEventListenerHookup(EventChannel* channel,
event_sys-inl.h 30 // 3. Add an EventChannel<MyEventTraits>* instance and event_channel() const;
97 class EventChannel {
107 // The shutdown event gets send in the EventChannel's destructor.
108 explicit EventChannel(const EventType& shutdown_event)
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* channel
    [all...]
event_sys_unittest.cc 39 typedef EventChannel<TestEventTraits> Channel;
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 49 typedef EventChannel<DirectoryManagerEvent> Channel;
syncable.h 837 typedef EventChannel<DirectoryEventTraits, base::Lock> Channel;
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 169 typedef EventChannel<ServerConnectionEvent, base::Lock> Channel;
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 253 typedef EventChannel<GaiaAuthEvent, base::Lock> Channel;

Completed in 201 milliseconds