HomeSort by relevance Sort by last modified time
    Searched defs:paused (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebCore/page/
WebKitAnimation.cpp 72 bool WebKitAnimation::paused() const function in class:WebCore::WebKitAnimation
74 return m_keyframeAnimation->paused();
  /external/sonivox/arm-wt-22k/host_src/
jet.h 54 EAS_BOOL paused; member in struct:s_jet_status_tag
  /frameworks/base/services/java/com/android/server/wm/
WindowToken.java 53 // Is key dispatching paused for this token?
54 boolean paused = false; field in class:WindowToken
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h 75 int paused; member in struct:SDL_AudioDevice
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 289 int paused=0; local
524 if (paused)
536 paused=!paused;
553 if ((!paused)||(resized))
  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 77 // Input event dispatching is paused.
78 public boolean paused; field in class:InputWindowHandle
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 68 virtual bool paused() const { return m_paused; } function in class:WebCore::MediaPlayerPrivate
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 263 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;
MediaPlayerPrivateQt.cpp 257 if (element->paused())
295 bool MediaPlayerPrivateQt::paused() const function in class:WebCore::MediaPlayerPrivateQt
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 50 jfieldID paused; member in struct:android::__anon18348
145 mInfo->paused = env->GetBooleanField(obj,
146 gInputWindowHandleClassInfo.paused);
283 GET_FIELD_ID(gInputWindowHandleClassInfo.paused, clazz,
284 "paused", "Z");
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 75 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/
MediaPlayerPrivateAVFoundation.cpp 313 bool MediaPlayerPrivateAVFoundation::paused() const function in class:WebCore::MediaPlayerPrivateAVFoundation
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 333 bool WebMediaPlayerClientImpl::paused() const function in class:WebKit::WebMediaPlayerClientImpl
336 return m_webMediaPlayer->paused();
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 448 // Update our paused time.
544 bool WebMediaPlayerImpl::paused() const { function in class:webkit_glue::WebMediaPlayerImpl
807 // Update our paused time.
  /external/quake/quake/src/WinQuake/
server.h 39 qboolean paused; member in struct:__anon13395
client.h 190 qboolean paused; // send over by server member in struct:__anon13139
  /external/webkit/Source/WebCore/inspector/front-end/
DebuggerModel.js 42 DebuggerPaused: "debugger-paused",
210 paused: function(details)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 72 gboolean paused; member in struct:_WebKitWebSrcPrivate
371 priv->paused = FALSE;
487 GST_DEBUG_OBJECT(src, "READY->PAUSED");
492 GST_DEBUG_OBJECT(src, "PAUSED->READY");
566 GST_ERROR_OBJECT(src, "URI can only be set in states < PAUSED");
606 priv->paused = FALSE;
620 if (priv->needDataID || !priv->paused) {
636 priv->paused = TRUE;
651 if (priv->enoughDataID || priv->paused) {
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 350 bool MediaPlayerPrivate::paused() const function in class:WebCore::MediaPlayerPrivate
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 590 bool paused = !mediaElement || mediaElement->paused(); local
591 if (paused) {
  /frameworks/base/services/input/
InputWindow.h 132 bool paused; member in struct:android::InputWindowInfo
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 88 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/platform/graphics/
MediaPlayer.cpp 113 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/quake/quake/src/QW/client/
client.h 260 qboolean paused; // send over by server member in struct:__anon12854
  /external/quake/quake/src/QW/server/
server.h 46 qboolean paused; // are we paused? member in struct:__anon13104

Completed in 692 milliseconds

1 2