Searched refs:cancel (Results 51 - 75 of 317) sorted by relevance

1234567891011>>

/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java43 void cancel() { method in class:Ping
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCountDownTimer.java32 public final void cancel() { method in class:ShadowCountDownTimer
/external/webkit/Source/WebCore/loader/
H A DPolicyCallback.h66 void cancel();
H A DThreadableLoader.h75 virtual void cancel() = 0;
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp92 cancel();
126 void Notification::cancel() function in class:WebCore::Notification
137 m_notificationCenter->presenter()->cancel(this);
180 m_loader->cancel();
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleCurl.cpp95 cancel();
112 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
114 ResourceHandleManager::sharedInstance()->cancel(this);
170 // Restarting the handle has failed so just cancel it.
171 cancel();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoader.h44 virtual void cancel();
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.h57 virtual void cancel();
H A DAsyncFileWriterChromium.cpp72 m_writer->cancel();
H A DNotificationPresenterImpl.h55 virtual void cancel(WebCore::Notification* object);
H A DResourceHandle.cpp66 void cancel();
115 void ResourceHandleInternal::cancel() function in class:WebCore::ResourceHandleInternal
118 m_loader->cancel();
261 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
263 d->cancel();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginContainerCheck.h57 - (void)cancel;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.h50 virtual void cancel(WebCore::Notification* object);
/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.cpp54 m_tasks[0]->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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java186 thread.cancel(p);
324 protected void cancel( NioEndpoint p ) throws IOException method in class:SelectorKernel.SelectorThread
336 // Note: key.cancel() is specifically thread safe. One of
339 key.cancel();
344 protected void cancel( SelectionKey key, SocketChannel c ) throws IOException method in class:SelectorKernel.SelectorThread
352 key.cancel();
368 // close out our end and cancel the key
369 cancel( key, c );
375 // close out our end and cancel the key
376 cancel( ke
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DTranscriptManager.java62 collector.cancel();
91 collector.cancel();
H A DTranscriptSearchManager.java68 collector.cancel();
100 collector.cancel();
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceHandleAndroid.cpp68 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
71 d->m_loader->cancel();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.h91 virtual void cancel(Notification*);
97 void cancel(NotificationWrapper*);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectionKeyTest.java53 selectionKey.cancel();
67 public void cancel() { method in class:SelectionKeyTest.MockSelectionKey
131 selectionKey.cancel();
182 selectionKey.cancel();
243 * @tests java.nio.channels.SelectionKey#cancel()
246 selectionKey.cancel();
318 selectionKey.cancel();
/external/smack/src/org/jivesoftware/smackx/
H A DOfflineMessageManager.java160 response.cancel();
178 messageCollector.cancel();
205 response.cancel();
223 messageCollector.cancel();
250 response.cancel();
276 response.cancel();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp125 cancel();
161 // We failed to start the stream, cancel the load and destroy it.
162 cancel();
172 cancel();
224 cancel();
335 void NetscapePluginStream::cancel() function in class:WebKit::NetscapePluginStream
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_gtk.cc100 GtkWidget* cancel = gtk_button_new_from_stock(GTK_STOCK_CANCEL); local
101 g_signal_connect(cancel, "clicked", G_CALLBACK(OnCancelClickedThunk), this);
102 gtk_box_pack_end(GTK_BOX(hbox), cancel, FALSE, FALSE, 0); local

Completed in 668 milliseconds

1234567891011>>