Searched defs:pause (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/page/
H A DWebKitAnimation.cpp110 void WebKitAnimation::pause() function in class:WebCore::WebKitAnimation
112 m_keyframeAnimation->pause();
H A DFrameActionScheduler.cpp77 void FrameActionScheduler::pause() function in class:WebCore::FrameActionScheduler
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoader.cpp77 void WebUrlLoader::pauseLoad(bool pause) argument
79 m_loaderClient->pauseLoad(pause);
H A DWebRequest.cpp278 void WebRequest::pauseLoad(bool pause) argument
281 if (pause) {
H A DWebUrlLoaderClient.cpp276 void WebUrlLoaderClient::pauseLoad(bool pause) argument
283 thread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(m_request.get(), &WebRequest::pauseLoad, pause));
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DCinematicEvent.java59 public void pause(); method in interface:CinematicEvent
H A DAbstractCinematicEvent.java162 * pause this event
164 public void pause() { method in class:AbstractCinematicEvent
/external/libvpx/vp8/common/
H A Dthreading.h63 #define pause(voidpara) __asm PAUSE macro
/external/webkit/Source/WebCore/html/
H A DHTMLLabelElement.cpp87 void HTMLLabelElement::setActive(bool down, bool pause) argument
93 HTMLElement::setActive(down, pause);
97 element->setActive(down, pause);
H A DHTMLAnchorElement.cpp175 void HTMLAnchorElement::setActive(bool down, bool pause) argument
204 ContainerNode::setActive(down, pause);
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DFadeFilter.java139 public void pause() { method in class:FadeFilter
/external/junit/src/junit/textui/
H A DTestRunner.java121 pause(wait);
125 protected void pause(boolean wait) { method in class:TestRunner
/external/libppp/src/
H A Dchat.h71 struct pppTimer pause; /* Inactivity timer */ member in struct:chat
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceHandleAndroid.cpp89 void ResourceHandle::pauseLoad(bool pause) argument
92 d->m_loader->pauseLoad(pause);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.cpp102 void FullscreenVideoController::pause() function in class:FullscreenVideoController
/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java111 public final void pause(int stream) { method in class:SoundSystem
112 mSoundPool.pause(stream);
128 // HACK: There's no way to pause an entire sound pool, but if we
131 // that SoundPool does internally here, I've opted to just pause looping
137 pause(mLoopingStreams[x]);
H A DHitReactionComponent.java265 public void setPauseOnAttack(boolean pause) { argument
266 mPauseOnAttack = pause;
/external/webkit/Source/WebCore/loader/
H A DResourceLoader.cpp181 void ResourceLoader::pauseLoad(bool pause) argument
184 m_handle->pauseLoad(pause);
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp58 void SMILTimeContainer::pause() {} function in class:WebCore::SMILTimeContainer
106 void SMILTimeContainer::pause() function in class:WebCore::SMILTimeContainer
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java269 public void pause(){ method in class:AudioNode
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp141 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pause) argument
143 m_pauseOnExceptionsState = pause;
146 void ScriptDebugServer::setPauseOnNextStatement(bool pause) argument
148 m_pauseOnNextStatement = pause;
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptDebugServer.cpp146 void ScriptDebugServer::setPauseOnNextStatement(bool pause) argument
150 if (pause)
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp265 void MediaPlayerPrivateAVFoundation::pause() function in class:WebCore::MediaPlayerPrivateAVFoundation
267 LOG(Media, "MediaPlayerPrivateAVFoundation::pause(%p)", this);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp256 void MediaPlayerPrivatePhonon::pause() function in class:WebCore::MediaPlayerPrivatePhonon
258 LOG(Media, "MediaPlayerPrivatePhonon::pause()");
259 m_mediaObject->pause();
378 m_mediaObject->pause();
390 m_mediaObject->pause();
/external/webkit/Source/WebCore/dom/
H A DContainerNode.cpp964 void ContainerNode::setActive(bool down, bool pause) argument
980 if (reactsToPress && pause) {
998 // Now pause for a small amount of time (1/10th of a second from before we repainted in the pressed state)

Completed in 520 milliseconds

123