Searched refs:cancel (Results 151 - 175 of 317) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/
H A DGateway.java89 collector.cancel();
221 resultCollector.cancel();
264 resultCollector.cancel();
/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp377 cancel();
409 cancel();
433 void NavigationScheduler::cancel(bool newLoadInProgress) function in class:WebCore::NavigationScheduler
H A DDocumentThreadableLoader.h57 virtual void cancel();
H A DMainResourceLoader.cpp125 cancel(error);
140 handle()->cancel();
224 // listener. But there's no way to do that in practice. So instead we cancel later if the
295 cancel();
366 cancel();
H A DPingLoader.cpp101 // If the server never responds, FrameLoader won't be able to cancel this load and
108 m_handle->cancel();
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmanager_worker_broker_unittest.py90 def cancel(self): member in class:_TestWorker
175 worker.cancel()
282 self.assertRaises(NotImplementedError, obj.cancel)
/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/chrome/browser/resources/
H A Dbug_report.js117 function cancel() { function
118 chrome.send('cancel', []);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_base_controller.h70 // The cancel action will dismiss the dialog. Derived classes which
71 // override cancel:, must call this after accessing any dialog-related
73 - (IBAction)cancel:(id)sender;
/external/chromium/net/socket/
H A Dclient_socket_handle.h156 // Resets the state of the ClientSocketHandle. |cancel| indicates whether or
157 // not to try to cancel the request with the ClientSocketPool. Does not
159 void ResetInternal(bool cancel);
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader_unittest.cc112 EXPECT_CALL(*url_loader_, cancel())
192 EXPECT_CALL(*url_loader_, cancel())
254 EXPECT_CALL(*url_loader_, cancel())
313 EXPECT_CALL(*url_loader_, cancel())
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractCheckedFutureTest.java79 future.cancel(true);
/external/qemu/
H A Dmigration-exec.c96 s->mig_state.cancel = migrate_fd_cancel;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlarmManager.java80 public void cancel(PendingIntent pendingIntent) { method in class:ShadowAlarmManager
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DStreamNegotiator.java95 collector.cancel();
/external/smack/src/org/jivesoftware/smackx/packet/
H A DLastActivity.java155 collector.cancel();
/external/webkit/Source/WebCore/html/
H A DPluginDocument.cpp184 frame()->loader()->activeDocumentLoader()->mainResourceLoader()->cancel();
/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp79 // Store the handle so we can cancel the load if stopLoading is called later.
116 // Until <rdar://problem/5463392> is resolved and we can properly cancel SubresourceLoaders when they get an error response,
130 // implement this method to cancel the resource load
131 m_resourceLoader->cancel();
138 // Until <rdar://problem/5463392> is resolved and we can properly cancel SubresourceLoaders when they get an error response,
/external/webkit/Source/WebCore/notifications/
H A DNotification.h70 void cancel();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.h71 void cancel();
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm225 m_loader->cancel(m_loader->cancelledError());
246 m_loader->cancel(error);
/external/webkit/Source/WebKit/win/
H A DWebDownload.cpp65 cancel();
H A DWebDownload.h77 virtual HRESULT STDMETHODCALLTYPE cancel();
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp63 void DownloadProxy::cancel() function in class:WebKit::DownloadProxy
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.h74 void cancel();

Completed in 395 milliseconds

1234567891011>>