Searched refs:suspend (Results 26 - 50 of 105) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DThreadableWebSocketChannelClientWrapper.h89 void suspend();
H A DWorkerThreadableWebSocketChannel.h75 virtual void suspend() OVERRIDE;
97 void suspend();
143 void suspend();
H A DWorkerThreadableWebSocketChannel.cpp133 void WorkerThreadableWebSocketChannel::suspend() function in class:WebCore::WorkerThreadableWebSocketChannel
135 m_workerClientWrapper->suspend();
137 m_bridge->suspend();
244 void WorkerThreadableWebSocketChannel::Peer::suspend() function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
249 m_mainWebSocketChannel->suspend();
605 peer->suspend();
608 void WorkerThreadableWebSocketChannel::Bridge::suspend() function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
H A DWebSocket.h106 virtual void suspend(ReasonForSuspension) OVERRIDE;
H A DWebSocketChannel.h82 virtual void suspend() OVERRIDE;
H A DThreadableWebSocketChannelClientWrapper.cpp208 void ThreadableWebSocketChannelClientWrapper::suspend() function in class:WebCore::ThreadableWebSocketChannelClientWrapper
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLParserScheduler.cpp139 void HTMLParserScheduler::suspend() function in class:WebCore::HTMLParserScheduler
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerAnimation.h90 void suspend(double);
/macosx-10.9.5/procmail-14/procmail/src/
H A Drobust.c53 { suspend(); /* problems? don't panic, wait a few secs till */
69 { suspend();
104 suspend();
H A Dmisc.h45 suspend P((void)),
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptRunner.cpp76 void ScriptRunner::suspend() function in class:WebCore::ScriptRunner
H A DScriptedAnimationController.cpp71 void ScriptedAnimationController::suspend() function in class:WebCore::ScriptedAnimationController
79 // even when suspend hasn't (if a tab was created in the background).
H A DScriptExecutionContext.cpp183 // No protection against m_activeDOMObjects changing during iteration: suspend() shouldn't execute arbitrary JS.
189 (*iter)->suspend(why);
237 object->suspend(m_reasonForSuspendingActiveDOMObjects);
H A DEventNames.h182 macro(suspend) \
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Djobs.h112 int suspend; /* suspend character */ member in struct:jobs
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dmodule.c201 #pragma convlit(suspend)
310 #pragma convlit(suspend)
/macosx-10.9.5/xnu-2422.115.4/bsd/vm/
H A Ddp_backing_file.c148 boolean_t suspend = args->suspend; local
156 vm_backing_store_disable(suspend);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp172 void XMLHttpRequestProgressEventThrottle::suspend() function in class:WebCore::XMLHttpRequestProgressEventThrottle
175 // and continue the last suspend.
H A DXMLHttpRequest.h77 virtual void suspend(ReasonForSuspension);
/macosx-10.9.5/libauto-185.5/
H A DZoneDump.cpp81 // Lock out new threads and suspend all others.
94 // suspend all threads...
98 thread->suspend();
167 // Lock out new threads and suspend all others.
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/generic/
H A DthreadPoolCmd.c35 int suspend; /* Set to 1 to suspend pool processing */ member in struct:ThreadPool
895 * This procedure is invoked to process the "tpool::suspend" Tcl
918 * Syntax: tpool::suspend tpoolId
1203 while (tpoolPtr->suspend
1206 if (tpoolPtr->suspend && rPtr == NULL) {
1737 * Value of the suspend flag (1 always).
1750 tpoolPtr->suspend = 1;
1776 tpoolPtr->suspend = 0;
1935 TCL_CMD(interp, TPOOL_CMD_PREFIX"suspend", TpoolSuspendObjCm
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Desterel.vim38 syn keyword esterelStatement var in run suspend
H A Dscreen.vim205 \ suspend
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMarquee.cpp177 void RenderMarquee::suspend() function in class:WebCore::RenderMarquee
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwindow.el806 Possible values are `suspend' \(suspend autoselection after a menu or
823 (defun mouse-autoselect-window-start (mouse-position &optional window suspend)
828 means suspend autoselection."
832 (setq mouse-autoselect-window-state (when suspend 'suspend))
856 ;; of WINDOW, temporarily suspend delayed autoselection.
858 ((eq mouse-autoselect-window-state 'suspend)

Completed in 888 milliseconds

12345