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

12

/external/webkit/Source/WebCore/dom/
H A DActiveDOMObject.cpp73 void ActiveDOMObject::resume() function in class:WebCore::ActiveDOMObject
H A DScriptedAnimationController.cpp50 void ScriptedAnimationController::resume() function in class:WebCore::ScriptedAnimationController
H A DScriptRunner.cpp83 void ScriptRunner::resume() function in class:WebCore::ScriptRunner
/external/webkit/Source/WebCore/page/
H A DSuspendableTimer.cpp73 void SuspendableTimer::resume() function in class:WebCore::SuspendableTimer
H A DFrameActionScheduler.cpp83 void FrameActionScheduler::resume() function in class:WebCore::FrameActionScheduler
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.cpp64 void GeolocationServiceEfl::resume() function in class:WebCore::GeolocationServiceEfl
/external/kernel-headers/original/linux/
H A Dplatform_device.h52 int (*resume)(struct platform_device *); member in struct:platform_driver
H A Dandroid_power.h41 void (*resume)(android_early_suspend_t *h); member in struct:android_early_suspend
H A Dsysdev.h36 int (*resume)(struct sys_device *); member in struct:sysdev_class
71 int (*resume)(struct sys_device *); member in struct:sysdev_driver
/external/webkit/Source/WebCore/html/parser/
H A DHTMLParserScheduler.cpp114 void HTMLParserScheduler::resume() function in class:WebCore::HTMLParserScheduler
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.h60 virtual void resume() { } function in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp75 // We should not have any pending events from a previous resume.
145 void XMLHttpRequestProgressEventThrottle::resume() function in class:WebCore::XMLHttpRequestProgressEventThrottle
/external/webkit/Source/WebCore/bindings/generic/
H A DActiveDOMCallback.cpp84 virtual void resume() function in class:WebCore::ActiveDOMObjectCallbackImpl
/external/webkit/Source/WebCore/html/
H A DHTMLMarqueeElement.cpp187 void HTMLMarqueeElement::resume() function in class:WebCore::HTMLMarqueeElement
/external/webkit/Source/WebCore/platform/android/
H A DGeolocationServiceAndroid.cpp104 // when we get the call to resume.
134 void GeolocationServiceAndroid::resume() function in class:WebCore::GeolocationServiceAndroid
/external/webkit/Source/WebKit/android/jni/
H A DDeviceMotionClientImpl.cpp86 env->GetMethodID(javaServiceClass, "resume", "()V");
132 void DeviceMotionClientImpl::resume() function in class:android::DeviceMotionClientImpl
H A DDeviceOrientationClientImpl.cpp86 env->GetMethodID(javaDeviceOrientationServiceClass, "resume", "()V");
132 void DeviceOrientationClientImpl::resume() function in class:android::DeviceOrientationClientImpl
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp146 void GeolocationServiceGtk::resume() function in class:WebCore::GeolocationServiceGtk
/external/webkit/Source/WebCore/websockets/
H A DThreadableWebSocketChannelClientWrapper.h118 void resume() function in class:WebCore::ThreadableWebSocketChannelClientWrapper
H A DWebSocket.cpp227 void WebSocket::resume() function in class:WebCore::WebSocket
230 m_channel->resume();
H A DWebSocketChannel.cpp142 void WebSocketChannel::resume() function in class:WebCore::WebSocketChannel
H A DWorkerThreadableWebSocketChannel.cpp104 void WorkerThreadableWebSocketChannel::resume() function in class:WebCore::WorkerThreadableWebSocketChannel
106 m_workerClientWrapper->resume();
108 m_bridge->resume();
191 void WorkerThreadableWebSocketChannel::Peer::resume() function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
196 m_mainWebSocketChannel->resume();
389 peer->resume();
392 void WorkerThreadableWebSocketChannel::Bridge::resume() function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java115 public final void resume(int stream) { method in class:SoundSystem
116 mSoundPool.resume(stream);
/external/webkit/Source/WebCore/inspector/
H A DInspectorController.cpp322 void InspectorController::resume() function in class:WebCore::InspectorController
326 debuggerAgent->resume(&error);
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp59 void SMILTimeContainer::resume() {} function in class:WebCore::SMILTimeContainer
115 void SMILTimeContainer::resume() function in class:WebCore::SMILTimeContainer

Completed in 1908 milliseconds

12