HomeSort by relevance Sort by last modified time
    Searched refs:EventCallback (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/base/synchronization/
waitable_event_watcher.h 68 typedef Callback<void(WaitableEvent*)> EventCallback;
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
91 const EventCallback& callback() const { return callback_; }
109 EventCallback callback_;
waitable_event_watcher_win.cc 22 const EventCallback& callback) {
40 EventCallback callback = callback_;
waitable_event_watcher_posix.cc 100 const WaitableEventWatcher::EventCallback& callback,
128 const EventCallback& callback) {
waitable_event_watcher_unittest.cc 87 WaitableEventWatcher::EventCallback callback =
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 34 public interface EventCallback {
123 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback);
138 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback);
153 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback);
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 135 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback) {
148 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback) {
160 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback) {
IInputMethodSessionWrapper.java 194 implements InputMethodSession.EventCallback {
  /external/chromium_org/ipc/
ipc_sync_channel.h 164 base::WaitableEventWatcher::EventCallback MakeWaitableEventCallback();
192 base::WaitableEventWatcher::EventCallback shutdown_watcher_callback_;
219 base::WaitableEventWatcher::EventCallback dispatch_watcher_callback_;
ipc_sync_channel.cc 402 base::WaitableEventWatcher::EventCallback
527 base::WaitableEventWatcher::EventCallback old_callback;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 106 typedef void (*EventCallback)( void * context );
110 EventCallback callback;
dnsextd.c 238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback, void *context )
    [all...]
  /external/chromium/base/win/
event_trace_consumer.h 94 logfile.EventCallback = &ProcessEventCallback;
110 logfile.EventCallback = &ProcessEventCallback;
  /external/chromium_org/base/win/
event_trace_consumer.h 93 logfile.EventCallback = &ProcessEventCallback;
109 logfile.EventCallback = &ProcessEventCallback;
  /external/v8/include/
v8-debug.h 197 typedef void (*EventCallback)(DebugEvent event,
248 static bool SetDebugEventListener(EventCallback that,
270 // EventDetails to EventCallback at the moment when the VM actually
  /external/chromium_org/base/debug/
trace_event_impl.h 452 typedef void (*EventCallback)(TimeTicks timestamp,
463 // Enable tracing for EventCallback.
465 EventCallback cb);
658 subtle::AtomicWord /* EventCallback */ event_callback_;
trace_event_impl.cc     [all...]
  /external/chromium_org/content/browser/
plugin_service_impl.cc 198 base::WaitableEventWatcher::EventCallback callback =
209 base::WaitableEventWatcher::EventCallback callback =
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 481 base::WaitableEventWatcher::EventCallback watcher_callback =
    [all...]
  /external/v8/src/
isolate.h 289 V(v8::Debug::EventCallback, debug_event_callback, NULL) \
    [all...]
api.cc     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 310 milliseconds

1 2