Searched refs:cancel (Results 226 - 250 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl57 button $w.oc.cancel -text "Cancel" -command {set ::swaplist::whichButton 0}
58 pack $w.oc.cancel -side right -padx 7
63 bind $w <Escape> [list $w.oc.cancel invoke]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DResourceHandleMac.mm214 void ResourceHandle::cancel()
216 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
222 [d->m_connection.get() cancel];
315 [handle->connection() cancel];
/macosx-10.9.5/vim-53/src/
H A Dgui_xmdlg.c102 Widget cancel; member in struct:_SharedFontSelData
940 data->cancel = XtVaCreateManagedWidget(_("Cancel"),
949 apply_fontlist(data->cancel);
1169 /* update form widgets cancel button */
1170 XtVaSetValues(form, XmNcancelButton, data->cancel, NULL);
1182 XtAddCallback(data->cancel, XmNactivateCallback,
1195 XmAddTabGroup(data->cancel);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp200 cancel(kIOReturnAborted);
207 fWriteCmd->cancel(kIOReturnAborted);
H A DIOFireWireAVCUnit.h70 IOReturn cancel(void);
H A DIOFireWireAVCUserClient.cpp199 pCommandObject->cancel();
231 pUCAsyncCommand->pAsyncCommand->cancel(); // Cancel, just in case it's still pending!
942 res = pUCAsyncCommand->pAsyncCommand->cancel();
973 pUCAsyncCommand->pAsyncCommand->cancel(); // Cancel, just in case it's still pending!
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DcolorControlBlackBerry.js172 var cancel = function () { function
342 cancelButton.addEventListener('click', cancel);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DBlobResourceHandle.cpp190 void BlobResourceHandle::cancel() function in class:WebCore::BlobResourceHandle
201 ResourceHandle::cancel();
H A DResourceHandle.h183 virtual void cancel();
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebAuthenticationPanel.m67 - (IBAction)cancel:(id)sender
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dasiohiper.cpp84 /* cancel running timer */
85 timer.cancel();
173 timer.cancel();
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dpushbutton.itk137 if {$_reposition != ""} {after cancel $_reposition}
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/incoming/src/
H A Dcollapsablewidget.itk194 if {$_reposition != ""} {after cancel $_reposition}
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl121 after cancel $cb(timer)
143 catch {after cancel $cb(timer)}
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl103 catch {after cancel $redrawID}
152 after cancel $redrawID
438 after cancel $reflect(id)
487 after cancel $reflect(id)
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.h115 void (*cancel)(void *info, CFRunLoopRef rl, CFStringRef mode);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWCommand.cpp224 // cancel
228 IOReturn IOFWCommand::cancel(IOReturn reason) function in class:IOFWCommand
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dpcsc++.cpp388 void Card::cancel() function in class:Security::PCSC::Card
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dpcsc++.cpp388 void Card::cancel() function in class:Security::PCSC::Card
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.cpp164 m_notificationCenter->client()->cancel(this);
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReader.cpp193 m_loader->cancel();
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DAuditLauncherView.js166 this._progressIndicator.cancel();
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResource.h272 void cancel();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DNotificationManager.cpp66 void NotificationManager::cancel(Notification* notification) function in class:BlackBerry::WebKit::NotificationManager
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginController.mm311 [checkIdentifier cancel];
317 [(id)item cancel];

Completed in 234 milliseconds

1234567891011>>