Home
last modified time | relevance | path

Searched defs:paused (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/inspector/
DJavaScriptDebugServer.cpp336 void JavaScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused) in setJavaScriptPaused()
347 void JavaScriptDebugServer::setJavaScriptPaused(Page* page, bool paused) in setJavaScriptPaused()
357 void JavaScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused) in setJavaScriptPaused()
384 void JavaScriptDebugServer::setJavaScriptPaused(FrameView* view, bool paused) in setJavaScriptPaused()
/external/webkit/JavaScriptCore/wtf/
DMainThread.cpp129 void setMainThreadCallbacksPaused(bool paused) in setMainThreadCallbacksPaused()
/external/webkit/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp181 bool MediaPlayerPrivate::paused() const in paused() function in WebCore::MediaPlayerPrivate
183 bool paused = m_mediaObject->state() == Phonon::PausedState; in paused() local
/external/sonivox/arm-wt-22k/host_src/
Djet.h54 EAS_BOOL paused; member
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_sysaudio.h73 int paused; member
/external/webkit/WebCore/platform/graphics/
DMediaPlayer.cpp101 bool MediaPlayer::paused() const in paused() function in WebCore::MediaPlayer
/external/webkit/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.cpp216 bool MediaPlayerPrivate::paused() const in paused() function in WebCore::MediaPlayerPrivate
/external/webkit/WebCore/inspector/front-end/
DScriptsPanel.js182 get paused() getter in WebInspector.ScriptsPanel
/external/webkit/WebCore/page/animation/
DAnimationBase.h112 bool paused() const { return m_pauseTime >= 0; } in paused() function
/external/webkit/WebCore/platform/graphics/gtk/
DMediaPlayerPrivateGStreamer.cpp280 bool MediaPlayerPrivate::paused() const in paused() function in WebCore::MediaPlayerPrivate
/external/webkit/WebCore/html/
DHTMLMediaElement.cpp595 bool HTMLMediaElement::paused() const in paused() function in WebCore::HTMLMediaElement
/external/webkit/WebCore/plugins/
DPluginView.cpp475 void PluginView::setJavaScriptPaused(bool paused) in setJavaScriptPaused()