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

/external/libchrome/base/synchronization/
H A Dwaitable_event_watcher.h68 typedef Callback<void(WaitableEvent*)> EventCallback; typedef in class:base::WaitableEventWatcher
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
91 const EventCallback& callback() const { return callback_; }
109 EventCallback callback_;
/external/v8/src/debug/
H A Ddebug-interface.h54 * A EventCallback does not take possession of the event data,
57 typedef void (*EventCallback)(const EventDetails& event_details); typedef in class:v8::DebugInterface
59 static bool SetDebugEventListener(Isolate* isolate, EventCallback that,
/external/v8/include/
H A Dv8-debug.h141 typedef void (*EventCallback)(const EventDetails& event_details); typedef in class:v8::Debug
158 static bool SetDebugEventListener(Isolate* isolate, EventCallback that,
/external/libchrome/base/trace_event/
H A Dtrace_log.h160 typedef void (*EventCallback)(TimeTicks timestamp, typedef in class:base::trace_event::TraceLog
172 // Enable tracing for EventCallback.
174 EventCallback cb);
465 subtle::AtomicWord /* EventCallback */ event_callback_;
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.h106 typedef void (*EventCallback)( void * context ); typedef
110 EventCallback callback;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 389 milliseconds