Home
last modified time | relevance | path

Searched refs:cancellable (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/android/system/
Dcore_impl.cc33 base::android::ScopedJavaGlobalRef<jobject> cancellable; member
52 callback_data->cancellable.obj()); in AsyncWaitCallback()
390 base::android::ScopedJavaLocalRef<jobject> cancellable = in AsyncWait() local
393 callback_data->cancellable.Reset(env, cancellable.obj()); in AsyncWait()
394 return cancellable; in AsyncWait()
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java540 int mojoResult, AsyncWaiter.Callback callback, AsyncWaiterCancellableImpl cancellable) { in onAsyncWaitResult() argument
541 if (!cancellable.isActive()) { in onAsyncWaitResult()
545 cancellable.deactivate(); in onAsyncWaitResult()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java799 Cancellable cancellable = core.getDefaultAsyncWaiter().asyncWait(handles.first, in testAsyncWaiterCancelWaiting() local
808 cancellable.cancel(); in testAsyncWaiterCancelWaiting()
836 Cancellable cancellable = core.getDefaultAsyncWaiter().asyncWait(handles.first, in testAsyncWaiterImmediateCancelOnInvalidHandle() local
840 cancellable.cancel(); in testAsyncWaiterImmediateCancelOnInvalidHandle()
/external/libchrome/base/mac/
Dsdk_forward_declarations.h445 @property(getter=isCancellable) BOOL cancellable;