/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaController.cpp | 185 // When the unpause() method is invoked, if the MediaController is a paused media controller, 214 // then the user agent must change the MediaController into a paused media controller, 433 // changes the MediaController object to a paused media controller 491 // A MediaController is a blocked media controller if the MediaController is a paused media 507 // paused attribute set to true, 508 if (element->isAutoplaying() && element->paused()) 511 if (!element->paused()) 515 // or if all of its slaved media elements have their paused attribute set to true.
|
/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
|
debug-stepin-positions.js | 163 // Step-in position, when already paused almost on the first call site. 175 // Step-in position, when already paused on the first call site.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
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/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/regress/ |
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.
|
/cts/tests/tests/media/src/android/media/cts/ |
JetPlayerTest.java | 207 public void onJetPauseUpdate(JetPlayer player, int paused) {
|
/external/chromium_org/android_webview/native/ |
aw_contents.h | 96 void SetIsPaused(JNIEnv* env, jobject obj, bool paused);
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/ |
tcp_socket_event_dispatcher.cc | 100 // Don't start another read if the socket has been paused. 101 if (socket->paused()) 158 // Since we got an error, the socket is now "paused" until the application
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
tcp_server_socket_event_dispatcher.cc | 110 // Don't start another accept if the socket has been paused. 111 if (socket->paused()) 158 // Since we got an error, the socket is now "paused" until the application
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.h | 127 virtual bool paused() const;
|
/external/chromium_org/content/renderer/media/ |
webmediaplayer_impl.h | 121 virtual bool paused() const; 212 // Called when the data source is downloading or paused. 290 // single "playback rate" over worrying about paused/stopped etc... It forces
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
ImplicitAnimation.cpp | 120 if (!paused())
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebMediaPlayerClientImpl.h | 113 virtual bool paused() const OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
hangoutpubsubclient.h | 118 bool paused, std::string* task_id_out = NULL);
|
/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/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 363 self.paused = False
477 if not self.paused:
479 self.paused = True
483 self.paused = False
|