OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancellable
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/mojo/android/system/
core_impl.cc
28
base::android::ScopedJavaGlobalRef<jobject>
cancellable
;
member in struct:__anon13335::AsyncWaitCallbackData
44
callback_data->
cancellable
.obj());
351
base::android::ScopedJavaLocalRef<jobject>
cancellable
=
local
354
callback_data->
cancellable
.Reset(env,
cancellable
.obj());
355
return
cancellable
.Release();
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java
12
import org.chromium.mojo.system.AsyncWaiter.
Cancellable
;
651
Cancellable
cancellable
= core.getDefaultAsyncWaiter().asyncWait(handles.first,
local
660
cancellable
.cancel();
707
Cancellable
cancellable
= core.getDefaultAsyncWaiter().asyncWait(handles.first,
local
716
cancellable
.cancel();
744
Cancellable
cancellable
= core.getDefaultAsyncWaiter().asyncWait(handles.first,
local
748
cancellable
.cancel()
[
all
...]
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java
193
public
Cancellable
asyncWait(Handle handle, HandleSignals signals, long deadline,
485
* Implementation of {@link org.chromium.mojo.system.AsyncWaiter.
Cancellable
}.
487
private class AsyncWaiterCancellableImpl implements AsyncWaiter.
Cancellable
{
499
* @see org.chromium.mojo.system.AsyncWaiter.
Cancellable
#cancel()
526
AsyncWaiterCancellableImpl
cancellable
) {
527
if (!
cancellable
.isActive()) {
528
// If
cancellable
is not active, the user cancelled the wait.
531
cancellable
.deactivate();
/external/chromium_org/base/mac/
sdk_forward_declarations.h
242
@property (getter=isCancellable) BOOL
cancellable
;
variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js
456
// The transform fetcher is not
cancellable
so we need a generation counter.
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js
390
// TODO(hirono): Make the loop
cancellable
.
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js
[
all
...]
Completed in 2116 milliseconds