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

1 23 4 5 6

  /external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
SDL_beaudio.cc 109 if ( ! audio->paused ) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 68 if (audio->paused)
  /frameworks/base/services/input/
InputWindow.h 133 bool paused; member in struct:android::InputWindowInfo
  /frameworks/base/tools/orientationplot/
orientationplot.py 180 self.paused = False
191 if not self.paused:
192 self.paused = True
195 self.paused = False
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 128 if (!sound.paused) {
156 if (sound && sound.src && !sound.paused) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-94873.js 33 // Get the debug command processor in paused state.
regress-1639-2.js 34 // Get the debug command processor in paused state.
regress-1639.js 35 // Get the debug command processor in paused state.
regress-1853.js 40 // Get the debug command processor in paused state.
  /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/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 263 if (paused) {
264 pw.print(prefix); pw.print("paused="); pw.println(paused);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 13 paused: 'grey',
94 ctx.fillStyle = colors.paused;
183 anyPaused = anyPaused || item.paused;
popup.js 276 item.canResume = in_progress && item.paused;
308 !in_progress || item.paused) ? 'none' : 'inline-block';
393 if (item.estimatedEndTime && !item.paused) {
425 if ((this.state == 'in_progress') && !this.paused) {
524 chrome.downloads.search({state: 'in_progress', paused: false},
534 if ((item.state == 'in_progress') && !item.paused) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.cpp 184 // When the unpause() method is invoked, if the MediaController is a paused media controller,
213 // then the user agent must change the MediaController into a paused media controller,
432 // changes the MediaController object to a paused media controller
490 // A MediaController is a blocked media controller if the MediaController is a paused media
506 // paused attribute set to true,
507 if (element->isAutoplaying() && element->paused())
510 if (!element->paused())
514 // or if all of its slaved media elements have their paused attribute set to true.
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
KeyframeAnimation.cpp 271 if (!paused())
284 if (!paused())
  /external/chromium_org/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/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

Completed in 1559 milliseconds

1 23 4 5 6