Searched refs:cancel (Results 26 - 50 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotificationProvider.h45 void cancel(WebNotification*);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebOpenPanelResultListenerProxy.h48 void cancel();
H A DWebOpenPanelResultListenerProxy.cpp68 void WebOpenPanelResultListenerProxy::cancel() function in class:WebKit::WebOpenPanelResultListenerProxy
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtTapGestureRecognizer.h43 void cancel();
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupsaccept.c42 int cancel; /* Cancel jobs? */ local
56 cancel = 0;
111 cancel = 1;
207 if (cancel)
H A DMakefile18 TARGETS = cancel cupsaccept cupsaddsmb cupsctl cupstestdsc cupstestppd \
20 OBJS = cancel.o cupsaccept.o cupsaddsmb.o cupsctl.o cupstestdsc.o \
102 $(INSTALL_BIN) cancel $(BINDIR)
137 $(RM) $(BINDIR)/cancel
160 # cancel
163 cancel: cancel.o ../cups/$(LIBCUPS)
165 $(CC) $(LDFLAGS) -o cancel cancel.o $(LIBS)
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dprogress.tcl18 # widget has been destroyed -- cancel timer
45 after cancel $Timers($pb)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DGCActivityCallback.h49 virtual void cancel() { } function in class:JSC::GCActivityCallback
85 virtual void cancel();
H A DGCActivityCallback.cpp91 heap->activityCallback()->cancel();
173 void DefaultGCActivityCallback::cancel() function in class:JSC::DefaultGCActivityCallback
197 void DefaultGCActivityCallback::cancel()
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DProgressIndicator.js43 this._stopButton.addEventListener("click", this.cancel, this);
78 cancel: function() method in class:WebInspector.ProgressIndicator
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DNotificationClientBlackBerry.cpp44 void NotificationClientBlackBerry::cancel(Notification* notification) function in class:WebCore::NotificationClientBlackBerry
46 m_webPagePrivate->notificationManager().cancel(notification);
H A DNotificationClientBlackBerry.h38 virtual void cancel(Notification*);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DDownloadQt.cpp59 void Download::cancel() function in class:WebKit::Download
62 m_qtDownloader->cancel();
H A DQtFileDownloader.h47 void cancel();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebdownloaditem.cpp81 void QWebDownloadItem::cancel() function in class:QWebDownloadItem
84 d->downloadProxy->cancel();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebNotificationClient.cpp55 void WebNotificationClient::cancel(Notification* notification) function in class:WebKit::WebNotificationClient
57 WebProcess::shared().supplement<WebNotificationManager>()->cancel(notification, m_page);
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dutils.rb132 # TimeoutHandler.cancel(id)
142 # TimeoutHandler.cancel(id)
167 def TimeoutHandler.cancel(id) singleton method in class:WEBrick.Utils.TimeoutHandler
169 instance.cancel(Thread.current, id)
174 # Creates a new TimeoutHandler. You should use ::register and ::cancel
198 if cancel(thread, id) && thread.alive?
217 def cancel(thread, id) method in class:WEBrick.Utils.TimeoutHandler
241 TimeoutHandler.cancel(id)
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dmessagedlg.tcl69 okcancel {set lbut {ok cancel}; set defb 0; set canb 1}
70 retrycancel {set lbut {retry cancel}; set defb 0; set canb 1}
72 yesnocancel {set lbut {yes no cancel}; set defb 0; set canb 2}
83 if { ![info exists dialogArgs(-cancel)] } {
84 lappend maps(:cmd) -cancel $canb
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dtransactions.h98 virtual void cancelAction() { mCarrier.cancel(); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtransactions.h98 virtual void cancelAction() { mCarrier.cancel(); }
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotificationClient.h60 virtual void cancel(Notification*) = 0;
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyCallback.h66 void cancel();
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginContainerCheck.h57 - (void)cancel;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_arch_threadproc.h34 apr_int32_t cancel; member in struct:apr_thread_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_threadproc.h29 apr_int32_t cancel; member in struct:apr_thread_t

Completed in 364 milliseconds

1234567891011>>