Searched defs:abort (Results 1 - 25 of 83) sorted by relevance

1234

/external/smack/src/com/kenai/jbosh/
H A DHTTPResponse.java32 void abort(); method in interface:HTTPResponse
H A DApacheHTTPResponse.java166 public void abort() { method in class:ApacheHTTPResponse
168 post.abort();
245 abort();
249 abort();
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java67 * @throws UnsupportedOperationException if the abort operation
70 void abort() throws UnsupportedOperationException; method in interface:HttpUriRequest
H A DAbortableHttpRequest.java58 * used to abort a long-lived request for a connection.
68 * be used to abort an active connection.
76 * return immediately. If the request has not started, it will abort after
88 void abort(); method in interface:AbortableHttpRequest
H A DHttpRequestBase.java133 public void abort() { method in class:HttpRequestBase
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechRecognizer.h48 virtual void abort(const WebSpeechRecognitionHandle&, WebSpeechRecognizerClient*) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebSpeechRecognizer
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThreadAborter.java42 public void abort() { method in class:WaitingThreadAborter
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionController.h45 void abort(SpeechRecognition* recognition) { m_client->abort(recognition); } function in class:WebCore::SpeechRecognitionController
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc57 bool abort = false; local
58 for (ptrdiff_t i = 0; !abort && i != num_key_files_; ++i) {
64 abort = true;
69 abort = true;
73 if (!abort) {
82 abort = true;
88 if (!abort) {
92 for (ptrdiff_t i = 0; !abort && i != num_key_files_; ++i) {
97 abort = true;
105 if (abort) {
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DDOMApplicationCache.cpp86 void DOMApplicationCache::abort() function in class:WebCore::DOMApplicationCache
90 cacheHost->abort();
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DWebKitSourceBuffer.cpp66 // InvalidStateError exception and abort these steps.
85 // InvalidStateError exception and abort these steps.
97 // and abort these steps.
112 // 2. If data is null then throw an InvalidAccessError exception and abort these steps.
119 // an InvalidStateError exception and abort these steps.
134 void WebKitSourceBuffer::abort(ExceptionState& es) function in class:WebCore::WebKitSourceBuffer
136 // Section 3.2 abort() method steps.
138 // then throw an InvalidStateError exception and abort these steps.
140 // then throw an InvalidStateError exception and abort these steps.
147 m_private->abort();
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DAsyncFileWriterChromium.cpp72 void AsyncFileWriterChromium::abort() function in class:WebCore::AsyncFileWriterChromium
H A DSourceBufferPrivateImpl.cpp58 void SourceBufferPrivateImpl::abort() function in class:WebKit::SourceBufferPrivateImpl
60 m_sourceBuffer->abort();
H A DWorkerAsyncFileWriterChromium.cpp79 void WorkerAsyncFileWriterChromium::abort() function in class:WebCore::WorkerAsyncFileWriterChromium
/external/smack/src/org/apache/harmony/javax/security/auth/spi/
H A DLoginModule.java35 boolean abort() throws LoginException; method in interface:LoginModule
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java146 public void abort() throws UnsupportedOperationException { method in class:RequestWrapper
/external/chromium_org/content/renderer/media/
H A Dwebsourcebuffer_impl.cc53 void WebSourceBufferImpl::abort() { function in class:content::WebSourceBufferImpl
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js12 'loadstart': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 },
13 'progress': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 },
15 'abort': { 'loadend': 1 },
28 'abort': 0,
108 body_element.addEventListener('abort', eventListener, true);
160 // Check that the right number of 'abort' events were dispatched.
161 assertEqual(eventMachine.stateHistogram['abort'], abortCount);
181 // If an error or abort was reported, check that lastError is set
184 eventMachine.stateHistogram['abort'] > 0)) {
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoOperation.cpp146 ScriptObject CryptoOperationImpl::abort() function in class:WebCore::CryptoOperationImpl
156 m_impl->abort();
177 m_impl->abort();
237 ScriptObject CryptoOperation::abort() function in class:WebCore::CryptoOperation
239 return m_impl->abort();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.cpp53 _cl_event::abort(cl_int status) { function in class:_cl_event
58 __chain.back()->abort(status);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.cpp53 _cl_event::abort(cl_int status) { function in class:_cl_event
58 __chain.back()->abort(status);
/external/bison/
H A Dconfigure10979 abort (); function
11904 abort (); function
13770 abort (); function
/external/bison/tests/
H A Dtestsuite1258 -e, --errexit abort as soon as a test fails; implies --debug
45295 abort (); function
45535 abort (); function
150979 abort (); function
175273 abort (); function
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dshare_client.js156 ShareClient.prototype.abort = function() {
168 this.abort();
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp174 void FileReader::abort() function in class:WebCore::FileReader
182 // Schedule to have the abort done later since abort() might be called from the event handler and we do not want the resource loading code to be in the stack.

Completed in 879 milliseconds

1234