Searched defs:cancel (Results 1 - 25 of 174) sorted by relevance

1234567

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DJsPromptResultReceiver.java12 * confirm() or cancel() to allow processing to continue.
16 public void cancel(); method in interface:JsPromptResultReceiver
H A DJsResultReceiver.java12 * the dialog, it must either callback with confirm() or cancel() to allow
17 public void cancel(); method in interface:JsResultReceiver
H A DJsResultHandler.java36 public void cancel() { method in class:JsResultHandler
H A DAwHttpAuthHandler.java23 public void cancel() { method in class:AwHttpAuthHandler
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowJsResult.java13 public void cancel() { method in class:ShadowJsResult
H A DShadowNotificationManager.java35 public void cancel(int id) method in class:ShadowNotificationManager
37 cancel(null, id);
41 public void cancel(String tag, int id) { method in class:ShadowNotificationManager
H A DShadowSslErrorHandler.java15 public void cancel() { method in class:ShadowSslErrorHandler
/external/robolectric/src/main/java/android/os/
H A DTestVibrator.java6 public void cancel() { method in class:TestVibrator
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DFormType.java25 form, submit, cancel, result; enum constant in enum:FormType
/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_dispatcher_host.h78 base::Closure cancel; member in struct:content::GeolocationDispatcherHost::PendingPermission
/external/chromium_org/content/browser/media/
H A Dmidi_dispatcher_host.h49 base::Closure cancel; member in struct:content::MidiDispatcherHost::PendingPermission
/external/chromium_org/content/shell/renderer/test_runner/
H A DWebTask.h22 // An implementation of run() should return immediately if cancel() was called.
24 virtual void cancel() = 0;
62 virtual void cancel() function in class:content::WebMethodTask
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
H A DByteArrayFetcher.java37 public void cancel() { method in class:ByteArrayFetcher
H A DDataFetcher.java51 * The best way to use this method is to cancel any loads that have not yet started, but allow those that are in
56 public void cancel(); method in interface:DataFetcher
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingFuture.java47 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ForwardingFuture
48 return delegate().cancel(mayInterruptIfRunning);
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceInfoResolver.java44 * @see java.util.TimerTask#cancel()
47 public boolean cancel() { method in class:ServiceInfoResolver
49 boolean result = super.cancel();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java43 void cancel() { method in class:Ping
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIncomingFileTransfer.java205 streamNegotiatorTask.cancel(true);
211 public void cancel() { method in class:IncomingFileTransfer
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.cc42 // When we cancel a write/truncate, we always get back the result of the write
43 // before the result of the cancel, no matter what happens.
46 // followed by failure [of the cancel]; or
47 // failure [of the write, either from cancel or other reasons] followed by
48 // the result of the cancel.
51 // response [success or failure] after them, followed by the cancel result, so
54 // thing to come back is the cancel response. We only notify the
56 void WebFileWriterBase::cancel() { function in class:content::WebFileWriterBase
57 // Check for the cancel passing the previous operation's return in-flight.
83 // it succeeded before the cancel go
[all...]
/external/chromium_org/content/test/
H A Dweburl_loader_mock.cc42 // didReceiveResponse might end up getting ::cancel() to be called which will
96 void WebURLLoaderMock::cancel() { function in class:WebURLLoaderMock
98 default_loader_->cancel();
/external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
H A DAsyncWaiter.java25 void cancel(); method in interface:AsyncWaiter.Cancellable
47 * @return a {@link Cancellable} object that can be used to cancel waiting. The cancellable
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPrerenderHandle.cpp78 void PrerenderHandle::cancel() function in class:WebCore::PrerenderHandle
85 m_prerender->cancel();
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
H A DPlatformSpeechSynthesizerMock.cpp91 void PlatformSpeechSynthesizerMock::cancel() function in class:WebCore::PlatformSpeechSynthesizerMock
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPrerender.cpp72 void Prerender::cancel() function in class:WebCore::Prerender
77 platform->cancel(blink::WebPrerender(this));
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesizer.cpp77 void PlatformSpeechSynthesizer::cancel() function in class:WebCore::PlatformSpeechSynthesizer
80 m_webSpeechSynthesizer->cancel();

Completed in 738 milliseconds

1234567