HomeSort by relevance Sort by last modified time
    Searched refs:paused (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 128 if (!sound.paused) {
156 if (sound && sound.src && !sound.paused) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c 123 if ( ! audio->paused ) {
331 we're not paused.
344 if ( ! audio->paused ) {
  /external/quake/quake/src/QW/server/
sv_user.c 490 // if we are paused, tell the client
491 if (sv.paused) {
493 ClientReliableWrite_Byte (host_client, sv.paused);
494 SV_ClientPrintf(host_client, PRINT_HIGH, "Server is paused.\n");
750 if (!sv.paused && realtime<host_client->lockedtill) {
759 if (!sv.paused &&
894 sv.paused ^= 1;
905 ClientReliableWrite_Byte (cl, sv.paused);
931 if (sv.paused)
932 sprintf (st, "%s paused the game\n", host_client->name);
    [all...]
sv_main.c 87 return sv.paused;
1169 if (sv.paused && !nclients) {
1241 if (!sv.paused) {
1253 if (!sv.paused)
    [all...]
server.h 46 qboolean paused; // are we paused? member in struct:__anon14366
  /external/v8/test/mjsunit/regress/
regress-94873.js 33 // Get the debug command processor in paused state.
regress-1639-2.js 33 // Get the debug command processor in paused state.
regress-1639.js 34 // Get the debug command processor in paused state.
regress-1853.js 40 // Get the debug command processor in paused state.
  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 258 if (paused) {
259 pw.print(prefix); pw.print("paused="); pw.println(paused);
  /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/
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/v8/test/mjsunit/
debug-mirror-cache.js 57 // Get the debug command processor in paused state.
debug-stepin-builtin.js 39 // and than check that execution is paused inside function
debug-stepout-to-builtin.js 39 // and than check that execution is paused inside function
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 1327 bool HTMLMediaElement::paused() const function in class:WebCore::HTMLMediaElement
    [all...]
HTMLMediaElement.h 111 bool paused() const;
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 277 if (!paused())
294 if (!paused())
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 333 bool WebMediaPlayerClientImpl::paused() const function in class:WebKit::WebMediaPlayerClientImpl
336 return m_webMediaPlayer->paused();
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 207 public void onJetPauseUpdate(JetPlayer player, int paused) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
SDL_coreaudio.c 109 /* Only do anything if audio is enabled and not paused */
110 if ( ! this->enabled || this->paused ) {
  /external/quake/quake/src/QW/client/
cl_pred.c 122 if (cl.paused)
client.h 260 qboolean paused; // send over by server member in struct:__anon14116
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 363 self.paused = False
477 if not self.paused:
479 self.paused = True
483 self.paused = False
  /external/webkit/Source/WebCore/bindings/js/
JSNodeCustom.cpp 162 if (node->hasTagName(audioTag) && !static_cast<HTMLAudioElement*>(node)->paused())

Completed in 360 milliseconds

1 23 4 5 6