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

1 23 4 5 6

  /external/chromium_org/media/base/
audio_renderer_mixer.cc 65 // If there are no mixer inputs and we haven't seen one for a while, pause the
67 // in the pause state.
72 audio_sink_->Pause();
audio_renderer_mixer_input_unittest.cc 89 // Test Start()/Play()/Pause()/Stop()/playing() all work as expected. Also
96 mixer_input_->Pause();
text_renderer.h 51 void Pause(const base::Closure& callback);
112 // Callback provided to Pause().
clock_unittest.cc 130 TEST_F(ClockTest, Pause) {
141 // Pause for 20 seconds.
142 EXPECT_EQ(kExpectedFirstPause, clock_.Pause());
150 EXPECT_EQ(kExpectedSecondPause, clock_.Pause());
mock_filters.h 123 MOCK_METHOD1(Pause, void(const base::Closure& callback));
148 MOCK_METHOD1(Pause, void(const base::Closure& callback));
pipeline_unittest.cc 265 EXPECT_CALL(*audio_renderer_, Pause(_))
278 EXPECT_CALL(*video_renderer_, Pause(_))
752 EXPECT_CALL(*audio_renderer_, Pause(_))
807 EXPECT_CALL(*audio_renderer_, Pause(_))
898 EXPECT_CALL(*audio_renderer_, Pause(_))
    [all...]
audio_renderer_mixer_unittest.cc 237 // Verify output when mixer inputs are in Pause() state.
246 // Pause() all even numbered mixer inputs and ensure we get the right value.
248 mixer_inputs_[i]->Pause();
342 // Test mixer output with one input in the post-Pause() state.
347 // Test mixer output with many inputs in the post-Pause() state.
417 EXPECT_CALL(*sink_.get(), Pause()).Times(2)
421 // Ensure never playing the input results in a sink pause.
435 mixer_inputs_[0]->Pause();
  /external/chromium_org/remoting/host/
video_scheduler.h 109 void Pause(bool pause);
video_scheduler.cc 131 void VideoScheduler::Pause(bool pause) {
135 FROM_HERE, base::Bind(&VideoScheduler::Pause, this, pause));
139 if (is_paused_ != pause) {
140 is_paused_ = pause;
  /external/chromium_org/chrome/browser/speech/
tts_win.cc 31 virtual void Pause();
141 void TtsPlatformImplWin::Pause() {
143 speech_synthesizer_->Pause();
tts_android.cc 72 void TtsPlatformImplAndroid::Pause() {
tts_message_filter.cc 98 TtsController::GetInstance()->Pause();
  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl_unittest.cc 44 EXPECT_CALL(*mock_sink_.get(), Pause()).Times(verify);
45 wasp_impl_->Pause();
208 // Pause should return to silence.
209 wasp_impl_->Pause();
  /external/chromium_org/content/public/browser/
download_item.h 122 // Pause a download. Will have no effect if the download is already
124 virtual void Pause() = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 27 MOCK_METHOD0(Pause, void());
  /external/chromium_org/media/audio/
audio_output_controller.h 22 // audio operations like play, pause, stop, etc. on a separate thread,
123 // Pause this audio output stream.
124 void Pause();
  /external/chromium_org/media/base/android/
media_player_bridge.h 30 // Pause(), SeekTo() gets called. As a result, media information may not
58 virtual void Pause(bool is_media_related_action ALLOW_UNUSED) OVERRIDE;
media_source_player.h 54 virtual void Pause(bool is_media_related_action ALLOW_UNUSED) OVERRIDE;
276 // the player should pause. When a new key is added (OnKeyAdded()), we should
  /external/chromium_org/media/filters/
pipeline_integration_test_base.h 75 void Pause();
video_renderer_impl.h 76 virtual void Pause(const base::Closure& callback) OVERRIDE;
176 // | | Pause() ^
179 // | | Pause() ^
180 // | V Receive EOF frame. | Pause()
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 619 // "Pause"
621 return @"Pause";
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/dc/
SDL_syscdrom.c 55 SDL_CDcaps.Pause = SDL_SYS_CDPause;
130 /* Pause play */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
background.js 40 chrome.debugger.sendCommand(debuggeeId, "Debugger.pause");
56 chrome.browserAction.setTitle({tabId:tabId, title:"Pause JavaScript"});
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 188 def Pause(self):
193 self.jet.Pause()
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.h 59 // is_media_related_action should be true if this pause is coming from an
60 // an action that explicitly pauses the video (user pressing pause, JS, etc.)
61 // Otherwise it should be false if Pause is being called due to other reasons
63 void Pause(int player_id, bool is_media_related_action);

Completed in 747 milliseconds

1 23 4 5 6