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

123456

/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/chrome/browser/resources/
H A Dbug_report.js117 function cancel() { function
118 chrome.send('cancel', []);
/external/chromium/net/socket/
H A Dclient_socket_handle.cc32 void ClientSocketHandle::ResetInternal(bool cancel) { argument
43 } else if (cancel) {
86 ResetInternal(false); // Nothing to cancel since the request failed.
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DPlatformSpeechSynthesizerChromium.cpp82 void PlatformSpeechSynthesizer::cancel() function in class:WebCore::PlatformSpeechSynthesizer
85 m_webSpeechSynthesizer->cancel();
H A DPrerender.cpp70 void Prerender::cancel() function in class:WebCore::Prerender
75 platform->cancel(WebKit::WebPrerender(this));
H A DPrerenderHandle.cpp74 void PrerenderHandle::cancel() function in class:WebCore::PrerenderHandle
76 prerender()->cancel();
/external/chromium_org/third_party/WebKit/Source/core/platform/mock/
H A DPlatformSpeechSynthesizerMock.cpp79 void PlatformSpeechSynthesizerMock::cancel() function in class:WebCore::PlatformSpeechSynthesizerMock
/external/chromium_org/third_party/WebKit/Source/web/
H A DWorkerAllowMainThreadBridgeBase.h67 void cancel() function in class:WebKit::WorkerAllowMainThreadBridgeBase
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTask.h49 // An implementation of run() should return immediately if cancel() was called.
51 virtual void cancel() = 0;
89 virtual void cancel() function in class:WebTestRunner::WebMethodTask
/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/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/chrome/browser/autocomplete/
H A Dhistory_url_provider.h76 // While the second pass is running, the AutocompleteController may cancel the
78 // this case, the main thread sets params_->cancel, which the background thread
101 // Set by the main thread to cancel this request. READ ONLY when running in
106 bool cancel; member in struct:HistoryURLProviderParams
299 // keep this member is so we can set the cancel bit on it.
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h58 void cancel(const Player* player) function in class:WebCore::FINAL
79 void cancel();
/external/chromium_org/webkit/renderer/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:fileapi::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/webkit/support/
H A Dweburl_loader_mock.cc82 void WebURLLoaderMock::cancel() { function in class:WebURLLoaderMock
84 default_loader_->cancel();

Completed in 1095 milliseconds

123456