Searched refs:EventCallback (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/base/synchronization/ |
D | waitable_event_watcher.h | 68 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_;
|
D | waitable_event_watcher_posix.cc | 99 const WaitableEventWatcher::EventCallback& callback, in AsyncCallbackHelper() 127 const EventCallback& callback) { in StartWatching()
|
/external/v8/include/ |
D | v8-debug.h | 141 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/ |
D | dnsextd.h | 106 typedef void (*EventCallback)( void * context ); typedef 110 EventCallback callback;
|
D | dnsextd.c | 238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback,… in AddSourceToEventLoop()
|
/external/libchrome/base/win/ |
D | event_trace_consumer.h | 95 logfile.EventCallback = &ProcessEventCallback; in OpenRealtimeSession() 111 logfile.EventCallback = &ProcessEventCallback; in OpenFileSession()
|
/external/libchrome/base/trace_event/ |
D | trace_log.h | 141 typedef void (*EventCallback)(TimeTicks timestamp, typedef 154 EventCallback cb);
|
D | trace_log.cc | 802 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/ |
D | debug.cc | 1750 v8::Debug::EventCallback callback = in CallEventCallback() 1751 FUNCTION_CAST<v8::Debug::EventCallback>( in CallEventCallback()
|
/external/v8/src/ |
D | api.cc | 7746 bool Debug::SetDebugEventListener(Isolate* isolate, EventCallback that, in SetDebugEventListener() 7760 bool Debug::SetDebugEventListener(EventCallback that, Local<Value> data) { in SetDebugEventListener()
|