Searched defs:paused (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/page/
H A DWebKitAnimation.cpp72 bool WebKitAnimation::paused() const function in class:WebCore::WebKitAnimation
74 return m_keyframeAnimation->paused();
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h54 EAS_BOOL paused; member in struct:s_jet_status_tag
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.h159 void setPaused(bool paused) { m_paused = paused; } argument
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_sysaudio.h73 int paused; member in struct:SDL_AudioDevice
/external/webkit/Source/JavaScriptCore/wtf/
H A DMainThread.cpp219 void setMainThreadCallbacksPaused(bool paused) argument
223 if (callbacksPaused == paused)
226 callbacksPaused = paused;
/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.cpp154 void PageScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused) argument
156 setMainThreadCallbacksPaused(paused);
162 setJavaScriptPaused(*it, paused);
165 void PageScriptDebugServer::setJavaScriptPaused(Page* page, bool paused) argument
169 page->setDefersLoading(paused);
172 setJavaScriptPaused(frame, paused);
175 void PageScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused) argument
182 frame->script()->setPaused(paused);
185 if (paused) {
193 setJavaScriptPaused(frame->view(), paused);
196 setJavaScriptPaused(FrameView* view, bool paused) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h68 virtual bool paused() const { return m_paused; } function in class:WebCore::MediaPlayerPrivate
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java88 protected boolean paused = false; field in class:Application
531 paused = false;
544 paused = true;
561 * They are executed even if the application is currently paused
599 if (speed == 0 || paused)
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.h72 void setPaused(bool paused) { m_isPaused = paused; } argument
79 // Must be called when parser is paused before calling the parser again.
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h75 AnimationStatePausedWaitResponse, // animation paused when in STARTING state
76 AnimationStatePausedRun, // animation paused when in LOOPING or ENDING state
92 AnimationStateInputPlayStateRunning, // play state paused -> running
93 AnimationStateInputPlayStatePaused, // play state running -> paused
106 // Called to change to or from paused state
119 bool paused() const { return m_pauseTime >= 0; } function in class:WebCore::AnimationBase
205 // timeOffset is the time at which the animation is being paused.
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp313 bool MediaPlayerPrivateAVFoundation::paused() const function in class:WebCore::MediaPlayerPrivateAVFoundation
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp263 bool MediaPlayerPrivatePhonon::paused() const function in class:WebCore::MediaPlayerPrivatePhonon
265 bool paused = m_mediaObject->state() == Phonon::PausedState; local
266 LOG(Media, "MediaPlayerPrivatePhonon::paused() --> %s", paused ? "true" : "false");
267 return paused;
H A DMediaPlayerPrivateQt.cpp257 if (element->paused())
295 bool MediaPlayerPrivateQt::paused() const function in class:WebCore::MediaPlayerPrivateQt
/external/quake/quake/src/WinQuake/
H A Dserver.h39 qboolean paused; member in struct:__anon10505
H A Dclient.h190 qboolean paused; // send over by server member in struct:__anon10249
/external/webkit/Source/WebCore/inspector/front-end/
H A DDebuggerModel.js42 DebuggerPaused: "debugger-paused",
210 paused: function(details)
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp72 gboolean paused; member in struct:_WebKitWebSrcPrivate
371 priv->paused = FALSE;
606 priv->paused = FALSE;
620 if (priv->needDataID || !priv->paused) {
636 priv->paused = TRUE;
651 if (priv->enoughDataID || priv->paused) {
H A DMediaPlayerPrivateGStreamer.cpp294 // GStreamer needs to have the pipeline set to a paused state to
455 bool MediaPlayerPrivateGStreamer::paused() const function in class:WebCore::MediaPlayerPrivateGStreamer
1339 // paused. This allows duration() query to fail at least once
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWinCE.cpp590 bool paused = !mediaElement || mediaElement->paused(); local
591 if (paused) {
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp333 bool WebMediaPlayerClientImpl::paused() const function in class:WebKit::WebMediaPlayerClientImpl
336 return m_webMediaPlayer->paused();
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc448 // Update our paused time.
544 bool WebMediaPlayerImpl::paused() const { function in class:webkit_glue::WebMediaPlayerImpl
807 // Update our paused time.
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp113 virtual bool paused() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
453 bool MediaPlayer::paused() const function in class:WebCore::MediaPlayer
455 return m_private->paused();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp350 bool MediaPlayerPrivate::paused() const function in class:WebCore::MediaPlayerPrivate
/external/quake/quake/src/QW/client/
H A Dclient.h260 qboolean paused; // send over by server member in struct:__anon9964
/external/quake/quake/src/QW/server/
H A Dserver.h46 qboolean paused; // are we paused? member in struct:__anon10214

Completed in 650 milliseconds

12