HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 476 - 500 of 1366) sorted by null

<<11121314151617181920>>

  /external/qemu/
block_int.h 42 void (*cancel)(BlockDriverAIOCB *acb); member in struct:AIOPool
dma-helpers.c 144 .cancel = dma_aio_cancel,
migration-tcp.c 95 s->mig_state.cancel = migrate_fd_cancel;
migration.c 80 s->cancel(s);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 61 * To cancel a currently running timer, call SDL_SetTimer(0, NULL);
  /external/webkit/WebCore/loader/
DocumentLoader.cpp 65 (*it)->cancel();
221 // Always cancel multipart loaders
236 m_mainResourceLoader->cancel();
750 m_mainResourceLoader->cancel(error);
PolicyChecker.cpp 118 callback.cancel();
  /external/webkit/WebCore/platform/network/
ResourceHandle.h 185 void cancel();
ResourceHandleInternal.h 214 // We need to keep a reference to the original challenge to be able to cancel it.
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.cpp 315 // Something went wrong so cancel the job.
317 job->cancel();
676 job->cancel();
793 void ResourceHandleManager::cancel(ResourceHandle* job) function in class:WebCore::ResourceHandleManager
  /external/webkit/WebCore/rendering/
RenderTextControlSingleLine.cpp 269 // If we're not a search field, or we already found the results or cancel buttons, we're done.
453 // Create innerText element before adding the cancel button
457 // Create the cancel button element
574 // We may be sharing style with another search field, but we must not share the cancel button style.
  /external/webkit/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
keyedobjects.nib 22 ?3?>??T??????????X?Y?Z?[?\?]?^?__Push Button (Cancel)\Content View[Application_YStatic Text (A message from JavaScript will be here.
  /external/webkit/WebKit/android/plugins/
PluginDebugAndroid.cpp 38 "cancel", /* touch only */
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 464 { VKEY_ESCAPE, 0, "Cancel" },
465 { VKEY_OEM_PERIOD, CtrlKey, "Cancel" },
652 // Cancel any pending DoAutofill call.
700 // Cancel any pending DoAutofill call.
    [all...]
  /external/webkit/WebKit/chromium/tests/
KeyboardTest.cpp 173 EXPECT_STREQ("Cancel", result);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 156 void WebDesktopNotificationsDelegate::cancel(Notification* object) function in class:WebDesktopNotificationsDelegate
  /external/webkit/WebKit/win/
WebDownloadCurl.cpp 95 HRESULT STDMETHODCALLTYPE WebDownload::cancel() function in class:WebDownload
  /external/webkit/WebKit/wx/bindings/python/samples/
simple.py 123 self.current, wx.OK|wx.CANCEL)
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 145 int web_sd_registered; /* nonzero if we must cancel registration */
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 116 setButton2(context.getText(R.string.cancel), (OnClickListener) null);
PendingIntent.java 55 * {@link #cancel} to remove it.
287 * Cancel a currently active PendingIntent. Only the original application
288 * owning an PendingIntent can cancel it.
290 public void cancel() { method in class:PendingIntent
TimePickerDialog.java 103 setButton2(context.getText(R.string.cancel), (OnClickListener) null);
  /frameworks/base/core/java/android/bluetooth/
HeadsetBase.java 210 * the connect is actually complete, or disconnect() to cancel.
  /frameworks/base/core/java/android/content/
DialogInterface.java 58 public void cancel(); method in interface:DialogInterface
  /frameworks/base/core/java/android/os/
TokenWatcher.java 155 // it's a pair, so cancel it

Completed in 327 milliseconds

<<11121314151617181920>>