Searched refs:cancel (Results 201 - 225 of 317) sorted by relevance

1234567891011>>

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DProgressDialogTest.java74 progressDialog.cancel();
/external/smack/src/org/jivesoftware/smack/
H A DSASLAuthentication.java.orig450 collector.cancel();
467 collector.cancel();
/external/smack/src/org/jivesoftware/smackx/
H A DLastActivityManager.java203 collector.cancel();
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbonManager.java157 collector.cancel();
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java185 public abstract void cancel(); method in class:FileTransfer
/external/webkit/Source/WebCore/fileapi/
H A DFileReader.cpp170 m_loader->cancel();
/external/webkit/Source/WebCore/loader/
H A DPolicyChecker.cpp118 callback.cancel();
H A DDocumentLoader.cpp69 loadersCopy[i]->cancel();
232 // Always cancel multipart loaders
252 m_mainResourceLoader->cancel();
805 m_mainResourceLoader->cancel(error);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp156 void WebDesktopNotificationsDelegate::cancel(Notification* object) function in class:WebDesktopNotificationsDelegate
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm155 void Download::cancel()
157 [m_nsURLDownload.get() cancel];
/external/webkit/Tools/DumpRenderTree/chromium/
H A DNotificationPresenter.cpp114 void NotificationPresenter::cancel(const WebNotification& notification) function in class:NotificationPresenter
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerBase.cpp76 void cancel() function in class:WebKit::__anon16002::AllowDatabaseMainThreadBridge
232 bridge->cancel();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginContainerCheck.mm75 // mandatory to complete or cancel before releasing this object
82 // mandatory to complete or cancel before releasing this object
94 // this will call indirectly call cancel
162 - (void)cancel
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar ... ecf.core.identity.IIdentifiable { public abstract void cancel () public abstract double getPercentComplete () public abstract java.lang. ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java648 future1.cancel(true);
756 doneCancelled.cancel(true);
827 delayedCancelled.cancel(true);
1207 future1.cancel(true);
1230 future1.cancel(true);
1370 assertTrue(future.cancel(true)); // argument is ignored
1449 future.cancel(true); // argument is ignored
1537 future.cancel(true);
1617 future.cancel(true);
1705 future.cancel(tru
[all...]
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp329 m_manifestHandle->cancel();
338 m_currentHandle->cancel();
517 m_currentHandle->cancel();
532 m_currentHandle->cancel();
545 m_currentHandle->cancel();
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp95 void cancel();
118 // True if the stream was explicitly cancelled by calling cancel().
140 void PluginView::Stream::cancel() function in class:WebKit::PluginView::Stream
145 m_loader->cancel(m_loader->cancelledError());
785 streams[i]->cancel();
787 // Cancelling a stream removes it from the m_streams map, so if we cancel all streams the map should be empty.
886 // Keep a reference to the stream. Stream::cancel might remove the stream from the map, and thus
893 stream->cancel();
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java246 JButton cancel = new JButton("Cancel");
318 cancel.addActionListener(new ActionListener() {
327 buttonPanel.add(cancel);
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp318 // Something went wrong so cancel the job.
320 job->cancel();
625 job->cancel();
742 void ResourceHandleManager::cancel(ResourceHandle* job) function in class:WebCore::ResourceHandleManager
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.cc76 url_loader_->cancel();
143 url_loader_->cancel();
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageChannel.java319 public boolean cancel() {
322 super.cancel();
/external/webkit/Source/WebCore/platform/network/
H A DBlobResourceHandle.cpp173 void BlobResourceHandle::cancel() function in class:WebCore::BlobResourceHandle
184 ResourceHandle::cancel();
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.m67 - (IBAction)cancel:(id)sender

Completed in 4263 milliseconds

1234567891011>>