Home
last modified time | relevance | path

Searched refs:EventCallback (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/synchronization/
Dwaitable_event_watcher.h68 typedef Callback<void(WaitableEvent*)> EventCallback; typedef
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
91 const EventCallback& callback() const { return callback_; } in callback()
109 EventCallback callback_;
Dwaitable_event_watcher_posix.cc99 const WaitableEventWatcher::EventCallback& callback, in AsyncCallbackHelper()
127 const EventCallback& callback) { in StartWatching()
/external/v8/include/
Dv8-debug.h141 typedef void (*EventCallback)(const EventDetails& event_details); typedef
158 static bool SetDebugEventListener(Isolate* isolate, EventCallback that,
162 EventCallback that, Local<Value> data = Local<Value>()));
/external/mdnsresponder/mDNSShared/
Ddnsextd.h106 typedef void (*EventCallback)( void * context ); typedef
110 EventCallback callback;
Ddnsextd.c238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback,… in AddSourceToEventLoop()
/external/libchrome/base/win/
Devent_trace_consumer.h95 logfile.EventCallback = &ProcessEventCallback; in OpenRealtimeSession()
111 logfile.EventCallback = &ProcessEventCallback; in OpenFileSession()
/external/libchrome/base/trace_event/
Dtrace_log.h141 typedef void (*EventCallback)(TimeTicks timestamp, typedef
154 EventCallback cb);
Dtrace_log.cc802 EventCallback cb) { in SetEventCallbackEnabled()
1315 EventCallback event_callback = reinterpret_cast<EventCallback>( in AddTraceEventWithThreadIdAndTimestamp()
1459 EventCallback event_callback = reinterpret_cast<EventCallback>( in UpdateTraceEventDuration()
/external/v8/src/debug/
Ddebug.cc1750 v8::Debug::EventCallback callback = in CallEventCallback()
1751 FUNCTION_CAST<v8::Debug::EventCallback>( in CallEventCallback()
/external/v8/src/
Dapi.cc7746 bool Debug::SetDebugEventListener(Isolate* isolate, EventCallback that, in SetDebugEventListener()
7760 bool Debug::SetDebugEventListener(EventCallback that, Local<Value> data) { in SetDebugEventListener()