Searched refs:cancel (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/cups-372.4/cups/test/
H A D5.8-cancel.sh3 # "$Id: 5.8-cancel.sh 11433 2013-11-20 18:57:44Z msweet $"
5 # Test the cancel command.
21 echo " cancel Test1"
22 $VALGRIND ../systemv/cancel Test1 2>&1
33 echo " cancel -a"
34 $VALGRIND ../systemv/cancel -a 2>&1
45 echo " cancel -a -x"
46 $VALGRIND ../systemv/cancel -a -x 2>&1
56 # End of "$Id: 5.8-cancel.sh 11433 2013-11-20 18:57:44Z msweet $".
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.cpp49 void AuthenticationDecisionListener::cancel() function in class:WebKit::AuthenticationDecisionListener
52 m_challengeProxy->cancel();
H A DAuthenticationDecisionListener.h46 void cancel();
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DGCActivityCallbackBlackBerry.cpp50 cancel();
53 void DefaultGCActivityCallback::cancel() function in class:JSC::DefaultGCActivityCallback
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesis.idl35 void cancel();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKAuthenticationDecisionListener.cpp46 toImpl(authenticationListener)->cancel();
H A DWKOpenPanelResultListener.cpp46 toImpl(listenerRef)->cancel();
H A DWKDownload.cpp57 return toImpl(download)->cancel();
H A DWKNotificationProvider.h47 WKNotificationProviderCancelCallback cancel; member in struct:WKNotificationProvider
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DNotificationPresenterClientEfl.h36 virtual void cancel(Notification*);
H A DNotificationPresenterClientEfl.cpp42 void NotificationPresenterClientEfl::cancel(Notification* notification) function in class:WebCore::NotificationPresenterClientEfl
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtPanGestureRecognizer.h42 void cancel();
H A DQtPinchGestureRecognizer.h50 void cancel();
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Drepeater.tcl72 after cancel $State(timer)
82 after cancel $State(timer)
91 after cancel $State(timer)
102 after cancel $State(timer)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotificationProvider.cpp47 void WebNotificationProvider::cancel(WebNotification* notification) function in class:WebKit::WebNotificationProvider
49 if (!m_client.cancel)
52 m_client.cancel(toAPI(notification), m_client.clientInfo);
/macosx-10.9.5/smb-697.95.1/include/netsmb/
H A Dnb_lib.h86 int findReachableAddress(CFMutableArrayRef addressArray, uint16_t *cancel, struct connectAddress **dest);
89 int allowLocalConn, int tryBothPorts, uint16_t *cancel);
91 struct smb_prefs *prefs, uint16_t *cancel, char *nbt_server,
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmsgbox.tcl183 set cancel abort
188 set cancel ok
191 set names [list ok cancel]
193 set cancel cancel
196 set names [list retry cancel]
198 set cancel cancel
203 set cancel no
206 set names [list yes no cancel]
[all...]
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerEventQueue.cpp81 void cancel() function in class:WebCore::WorkerEventQueue::EventDispatcherTask
121 task->cancel();
131 task->cancel();
/macosx-10.9.5/python-76.100.1/2.5/fix/
H A DEasyDialogs.py52 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
67 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
82 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262):
/macosx-10.9.5/python-76.100.1/2.6/fix/
H A DEasyDialogs.py52 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
67 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
82 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262):
/macosx-10.9.5/python-76.100.1/2.7/fix/
H A DEasyDialogs.py52 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
67 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
82 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262):
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DPlatformSpeechSynthesizerMock.h45 virtual void cancel();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DResourceHandleCurl.cpp96 cancel();
113 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
115 ResourceHandleManager::sharedInstance()->cancel(this);
160 // Restarting the handle has failed so just cancel it.
161 cancel();
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp46 void Download::cancel() function in class:WebKit::Download
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_file_chooser_request_private.h49 void cancel();

Completed in 231 milliseconds

1234567891011>>