Searched refs:cancel (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/fileapi/
H A DFileReaderLoader.h66 void cancel();
H A DFileReaderLoader.cpp101 void FileReaderLoader::cancel() function in class:WebCore::FileReaderLoader
110 m_loader->cancel();
/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionAuditCategory.js77 cancel: function()
/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.h89 void cancel(bool newLoadInProgress = false);
H A DResourceLoader.cpp369 m_handle->cancel();
378 void ResourceLoader::cancel() function in class:WebCore::ResourceLoader
380 cancel(ResourceError());
383 void ResourceLoader::cancel(const ResourceError& error) function in class:WebCore::ResourceLoader
499 cancel();
H A DWorkerThreadableLoader.cpp83 loader->cancel();
86 void WorkerThreadableLoader::cancel() function in class:WebCore::WorkerThreadableLoader
88 m_bridge.cancel();
142 thisPtr->m_mainThreadLoader->cancel();
146 void WorkerThreadableLoader::MainThreadBridge::cancel() function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.h58 void cancel(ResourceHandle*);
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.h54 - (IBAction)cancel:(id)sender;
/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DAuthenticationChallengeProxy.cpp51 // we cancel it here so the WebProcess isn't waiting for an answer forever.
72 void AuthenticationChallengeProxy::cancel() function in class:WebKit::AuthenticationChallengeProxy
H A DAuthenticationChallengeProxy.h58 void cancel();
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.cpp71 download->cancel();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DNotificationPresenter.h56 virtual void cancel(const WebKit::WebNotification&);
/external/chromium/chrome/browser/extensions/
H A Dextension_webrequest_api.cc132 bool cancel,
136 cancel, new_url);
428 bool cancel,
441 DecrementBlockCount(request_id, cancel, new_url);
538 bool cancel,
549 if (num_handlers_blocking == 0 || cancel || !new_url.is_empty()) {
558 blocked_request.callback->Run(cancel ? net::ERR_EMPTY_RESPONSE : net::OK);
611 bool cancel = false; local
617 if (value->HasKey("cancel"))
618 EXTENSION_FUNCTION_VALIDATE(value->GetBoolean("cancel",
126 EventHandledOnIOThread( ProfileId profile_id, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, uint64 request_id, bool cancel, const GURL& new_url) argument
422 OnEventHandled( ProfileId profile_id, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, uint64 request_id, bool cancel, const GURL& new_url) argument
537 DecrementBlockCount(uint64 request_id, bool cancel, const GURL& new_url) argument
[all...]
/external/chromium/chrome/browser/resources/chromeos/
H A Dsim_unlock.js175 SimUnlock.cancel = function() {
176 chrome.send('cancel');
206 SimUnlock.cancel();
212 SimUnlock.cancel();
218 SimUnlock.cancel();
225 SimUnlock.cancel();
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
H A DWorkgroup.java170 collector.cancel();
334 collector.cancel();
426 collector.cancel();
680 collector.cancel();
727 collector.cancel();
755 collector.cancel();
783 collector.cancel();
813 collector.cancel();
843 collector.cancel();
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java52 * that create responses and generate cancel requests from incoming orignial requests without the
55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for
56 * cancel. Antonis Kyardis contributed bug fixes. Jeroen van Bemmel noted that method names are
90 // given cancel request
744 * Creates a default SIPResquest message that would cancel this request. Note that tag
757 // A CANCEL request SHOULD NOT be sent to cancel a request other than
774 SIPRequest cancel = new SIPRequest();
775 cancel.setRequestLine((RequestLine) this.requestLine.clone());
776 cancel.setMethod(Request.CANCEL);
777 cancel
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DSimpleTimeLimiter.java132 future.cancel(true);
142 future.cancel(true);
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractListenableFutureTest.java127 * This method checks the cancel, isCancelled, and isDone methods.
153 future.cancel(true);
189 future.cancel(true);
/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/jmdns/src/javax/jmdns/impl/tasks/state/
H A DDNSStateTask.java105 this.cancel();
139 // If we have nothing to send, another timer taskState ahead of us has done the job for us. We can cancel.
140 cancel();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAnimationTest.java44 animation.cancel();
80 animation.cancel();
H A DAsyncTaskTest.java52 assertTrue(asyncTask.cancel(true));
73 assertFalse(asyncTask.cancel(true));
/external/smack/src/org/jivesoftware/smack/
H A DRosterGroup.java184 collector.cancel();
226 collector.cancel();
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java120 future.cancel(true);
122 collector.cancel();
/external/webkit/Source/WebCore/dom/
H A DEvent.h164 void setCancelBubble(bool cancel) { m_cancelBubble = cancel; } argument

Completed in 466 milliseconds

1234567891011>>