Searched defs:resume (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromiseResolver.cpp32 void ScriptPromiseResolver::resume() function in class:blink::ScriptPromiseResolver
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSuspendableTimer.cpp71 void SuspendableTimer::resume() function in class:blink::SuspendableTimer
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlayHost.cpp44 void InspectorOverlayHost::resume() function in class:blink::InspectorOverlayHost
H A DWorkerInspectorController.cpp161 void WorkerInspectorController::resume() function in class:blink::WorkerInspectorController
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTransformFeedbackD3D.cpp34 void TransformFeedbackD3D::resume() function in class:rx::TransformFeedbackD3D
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DDebuggeeWrapper.java73 * An implementation of this method must cause the debuggee to resume.
75 public abstract void resume(); method in class:DebuggeeWrapper
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DCronetUrlRequest.java47 public void resume() { method in class:CronetUrlRequest
H A DUrlRequest.java75 public void resume(); method in interface:UrlRequest
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DActiveDOMObject.cpp77 void ActiveDOMObject::resume() function in class:blink::ActiveDOMObject
99 resume();
H A DMainThreadTaskRunner.cpp114 void MainThreadTaskRunner::resume() function in class:blink::MainThreadTaskRunner
H A DScriptRunner.cpp81 void ScriptRunner::resume() function in class:blink::ScriptRunner
H A DScriptedAnimationController.cpp75 void ScriptedAnimationController::resume() function in class:blink::ScriptedAnimationController
77 // It would be nice to put an ASSERT(m_suspendCount > 0) here, but in WK1 resume() can be called
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DStream.cpp78 void Stream::resume() function in class:blink::Stream
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTransformFeedback.cpp60 void TransformFeedback::resume() function in class:gl::TransformFeedback
63 mTransformFeedback->resume();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPDebuggeeWrapper.java99 public void resume() { method in class:JDWPDebuggeeWrapper
100 vmMirror.resume();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.cpp134 void HTMLMarqueeElement::resume() function in class:blink::HTMLMarqueeElement
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserScheduler.cpp108 void HTMLParserScheduler::resume() function in class:blink::HTMLParserScheduler
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
H A DPlatformSpeechSynthesizerMock.cpp105 void PlatformSpeechSynthesizerMock::resume() function in class:blink::PlatformSpeechSynthesizerMock
/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncMethodRunner.h58 // resume() is called.
73 // it again when resume() is called. Mainly for implementing
89 void resume() function in class:blink::FINAL
99 // FIXME: resume should take a TraceLocation and pass it to timer here.
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesizer.cpp71 void PlatformSpeechSynthesizer::resume() function in class:blink::PlatformSpeechSynthesizer
74 m_webSpeechSynthesizer->resume();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcollector.py267 # Remove this Collector from the stack, and resume the one underneath
271 self._collectors[-1].resume()
274 """Pause tracing, but be prepared to `resume`."""
284 def resume(self): member in class:Collector
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryManager.cpp128 void BatteryManager::resume() function in class:blink::BatteryManager
/external/libunwind/tests/
H A Dtest-proc-info.c107 resume (unw_addr_space_t as UNUSED, function
143 acc.resume = resume;
/external/chromium_org/chrome/renderer/
H A Dtts_dispatcher.cc80 void TtsDispatcher::resume() { function in class:TtsDispatcher
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp136 void XMLHttpRequestProgressEventThrottle::resume() function in class:blink::XMLHttpRequestProgressEventThrottle
142 // over the list of active DOM objects to resume them, and any activated JS

Completed in 442 milliseconds

1234