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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector/
forzen-ui-while-paused.html 3 var timeout = setTimeout(function() { alert("This should not happen. If you do see this alert, then timers on the page are firing while paused!") }, 0);
10 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20042">Bug 20042: UI frozen when the debugger is paused</a>.</p>
11 <p>Open the inspector and start debugging in the Scripts panel. While paused, try to open the Console. The Console should animate open fully.</p>
debugger-pause-during-load.html 4 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19053">Bug 19053: Source code not visible when script is paused before onload fires</a>.</p>
debugger-execution-while-paused.html 13 <p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.</p>
debugger-scopes-inspection.html 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
debugger-step-on-do-while-statements.html 16 Make sure the execution is not paused in the debugger.<br>
debugger-step-on-for-in-statements.html 23 Make sure the execution is not paused in the debugger.<br>
debugger-step-on-while-statements.html 16 Make sure the execution is not paused in the debugger.<br>
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementExclusiveTimeContainer.java 35 * paused elements (the paused stack) at a given point in time.
36 * @return All paused elements at the current time.
  /external/webkit/WebCore/manual-tests/
js-timers-beneath-modal-dialog.html 1 <p>JS timers should be paused while a modal dialog (or alert) is displayed.</p>
debugger-caught-uncaught-exceptions.html 31 the button, and see which exceptions are paused on. Then press the pause on exceptions button again to only
32 pause on uncaught exceptions, and see which exceptions are paused on.</p>
video-player.html 55 if (!videoElem.paused)
88 if (videoElem.paused) {
  /development/samples/Snake/res/values/
strings.xml 19 <string name="mode_pause">Paused\nPress Up To Resume</string>
  /external/skia/include/views/
SkOSSound.h 27 static bool TogglePause(); // returns true if we are now playing, or false if we're now paused
  /external/webkit/WebCore/manual-tests/animation/
transitions-and-paused-animations.html 7 <title>Transitions and paused animations</title>
32 -webkit-animation-play-state: paused;
  /frameworks/base/services/java/com/android/server/
InputWindow.java 70 // Input event dispatching is paused.
71 public boolean paused; field in class:InputWindow
  /external/webkit/WebCore/page/animation/
AnimationBase.h 72 AnimationStatePausedWaitResponse, // animation paused when in STARTING state
73 AnimationStatePausedRun, // animation paused when in LOOPING or ENDING state
88 AnimationStateInputPlayStateRunnning, // play state paused -> running
89 AnimationStateInputPlayStatePaused, // play state running -> paused
102 // Called to change to or from paused state
115 bool paused() const { return m_pauseTime >= 0; } function in class:WebCore::AnimationBase
193 // timeOffset is the time at which the animation is being paused.
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.cpp 334 // since there's no point in staying paused once a window closes.
401 void JavaScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused)
403 setMainThreadCallbacksPaused(paused);
409 setJavaScriptPaused(*it, paused);
412 void JavaScriptDebugServer::setJavaScriptPaused(Page* page, bool paused)
416 page->setDefersLoading(paused);
419 setJavaScriptPaused(frame, paused);
422 void JavaScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused)
429 frame->script()->setPaused(paused);
432 if (paused)
    [all...]
JavaScriptDebugServer.h 112 void setJavaScriptPaused(const PageGroup&, bool paused);
113 void setJavaScriptPaused(Page*, bool paused);
114 void setJavaScriptPaused(Frame*, bool paused);
115 void setJavaScriptPaused(FrameView*, bool paused);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 33 * <p>In general, any activity that has been paused may be stopped by the system
35 * To handle this, before being paused the
37 * an activity is paused, allowing it to supply its current state. If that
  /external/webkit/JavaScriptCore/wtf/
MainThread.cpp 142 void setMainThreadCallbacksPaused(bool paused)
146 if (callbacksPaused == paused)
149 callbacksPaused = paused;
  /system/media/opensles/tests/automated/
BufferQueue_test.cpp 400 SL_PLAYSTATE_PAUSED, // paused -> paused
401 SL_PLAYSTATE_STOPPED, // paused -> stopped
402 SL_PLAYSTATE_PAUSED, // stopped -> paused
403 SL_PLAYSTATE_PLAYING, // paused -> playing
408 SL_PLAYSTATE_PAUSED // playing -> paused
416 /* Set initial state to paused*/
429 SL_PLAYSTATE_PAUSED, // paused -> paused
430 SL_PLAYSTATE_STOPPED, // paused -> stoppe
    [all...]
  /development/samples/LunarLander/res/values/
strings.xml 29 <string name="mode_pause">Paused\nPress Up To Resume</string>
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 98 self.paused = False
192 if not self.paused:
194 self.paused = True
198 self.paused = False
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 29 PAUSED,
  /external/webkit/WebCore/platform/graphics/gtk/
WebKitWebSourceGStreamer.cpp 68 gboolean paused; member in struct:_WebKitWebSrcPrivate
324 priv->paused = FALSE;
431 GST_DEBUG_OBJECT(src, "READY->PAUSED");
436 GST_DEBUG_OBJECT(src, "PAUSED->READY");
474 GST_ERROR_OBJECT(src, "URI can only be set in states < PAUSED");
518 priv->paused = FALSE;
529 if (priv->needDataID || !priv->paused)
542 priv->paused = TRUE;
553 if (priv->enoughDataID || priv->paused)

Completed in 1017 milliseconds

1 2 3 4 5 6 7 8 91011>>