HomeSort by relevance Sort by last modified time
    Searched refs:Stopped (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/layers/
video_frame_provider_client_impl.h 31 bool Stopped() const { return !provider_; }
video_layer_impl.cc 44 if (!provider_client_impl_->Stopped()) {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 86 Stopped, // media player is stopped and not prepared to play
227 if (mState == State.Paused || mState == State.Stopped) {
247 if (mState == State.Stopped) {
248 // If we're stopped, just go ahead to the next song and start playing
306 mState = State.Stopped;
383 else if (mState == State.Playing || mState == State.Paused || mState == State.Stopped) {
403 mState = State.Stopped;
550 mState = State.Stopped;
577 mState = State.Stopped;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.h 64 Stopped,
Document.h     [all...]
Document.cpp     [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 231 Started(true), Stopped(false), TM(tm), Impl(nullptr), Initialized(false),
296 /// Started/Stopped flags indicate either that the compilation should start at
299 /// and StopAfter options and change the Started/Stopped flags accordingly.
309 if (Started && !Stopped)
314 Stopped = true;
317 if (Stopped && !Started)
  /external/chromium_org/base/
deferred_sequenced_task_runner_unittest.cc 73 TEST_F(DeferredSequencedTaskRunnerTest, Stopped) {
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.cpp 84 case Stopped:
115 if (m_state == Stopped)
118 m_state = Stopped;
133 if (m_state == Stopped || m_state == Suspended)
138 // |this| can be stopped here.
WebSocket.h 161 Stopped,
  /external/llvm/include/llvm/CodeGen/
Passes.h 107 bool Stopped;
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 333 (gEpocEnv->iDsa->Stopped() && aReturnValue != MSDLObserver::ESuspendNoSuspend))
448 if(gEpocEnv->iDsa->Stopped() || EpocSdlEnv::Flags(CSDL::EEnableFocusStop))
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 273 TBool CDsa::Stopped() const
799 if(Stopped())
dsa.cpp 290 if(Stopped())
730 TBool CDsa::Stopped() const
dsa_new.cpp 437 TBool CDsa::Stopped() const
1038 if(Stopped())
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 113 // Stopped from console.

Completed in 518 milliseconds