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

1234

/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.cpp48 void AuthenticationDecisionListener::cancel() function in class:WebKit::AuthenticationDecisionListener
51 m_challengeProxy->cancel();
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
/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/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/webkit/Source/WebKit/chromium/src/
H A DNotificationPresenterImpl.cpp85 void NotificationPresenterImpl::cancel(Notification* notification) function in class:WebKit::NotificationPresenterImpl
87 m_presenter->cancel(PassRefPtr<Notification>(notification));
/external/webkit/Source/WebKit2/UIProcess/
H A DWebOpenPanelResultListenerProxy.cpp68 void WebOpenPanelResultListenerProxy::cancel() function in class:WebKit::WebOpenPanelResultListenerProxy
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTask.h46 // An implementation of run() should return immediately if cancel() was called.
48 virtual void cancel() = 0;
80 virtual void cancel() function in class:MethodTask
H A DNotificationPresenter.cpp114 void NotificationPresenter::cancel(const WebNotification& notification) function in class:NotificationPresenter
/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/webkit/Source/WebCore/loader/
H A DPolicyCallback.cpp124 void PolicyCallback::cancel() function in class:WebCore::PolicyCallback
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoader.cpp67 void WebUrlLoader::cancel() function in class:android::WebUrlLoader
69 m_loaderClient->cancel();
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
H A DDownloadCurl.cpp46 void Download::cancel() function in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
H A DDownloadQt.cpp45 void Download::cancel() function in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
H A DDownloadSoup.cpp46 void Download::cancel() function in class:WebKit::Download
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dworker.py57 def cancel(self): member in class:Worker
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DAnnouncer.java64 public boolean cancel() { method in class:Announcer
67 return super.cancel();
140 this.cancel();
H A DCanceler.java61 * @see java.util.TimerTask#cancel()
64 public boolean cancel() { method in class:Canceler
67 return super.cancel();
140 cancel();
H A DProber.java25 * If a conflict during probes occurs, the affected service infos (and affected host name) are taken away from the prober. This eventually causes the prober to cancel itself.
77 public boolean cancel() { method in class:Prober
80 return super.cancel();
155 cancel();
H A DRenewer.java65 public boolean cancel() { method in class:Renewer
68 return super.cancel();
141 cancel();
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java69 public boolean cancel(boolean mayInterruptIfRunning) { method in class:AppTask
/external/qemu/
H A Dmigration.h29 void (*cancel)(MigrationState *s); member in struct:MigrationState
/external/webkit/Source/WebKit/win/
H A DWebDownloadCurl.cpp93 HRESULT STDMETHODCALLTYPE WebDownload::cancel() function in class:WebDownload
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DInactivityTimer.java51 cancel();
65 cancel();
74 private void cancel() { method in class:InactivityTimer
77 future.cancel(true);
83 cancel();
103 InactivityTimer.this.cancel();

Completed in 362 milliseconds

1234