Searched defs:Stop (Results 226 - 250 of 390) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/glue/
H A Dnon_frontend_data_type_controller.cc247 void NonFrontendDataTypeController::Stop() { function in class:browser_sync::NonFrontendDataTypeController
H A Dnon_ui_data_type_controller.cc48 // Since we can't be called multiple times before Stop() is called,
113 void NonUIDataTypeController::Stop() { function in class:browser_sync::NonUIDataTypeController
116 // Stop() should never be called for datatypes that are already stopped.
161 // Stop the local service and release our references to it and the
235 // (due to Stop being called) and then posted from the non-UI thread. In
414 // |shared_change_processor_| can already be NULL if Stop() is
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dtaskbar_window_thumbnailer_win.cc68 void TaskbarWindowThumbnailerWin::Stop() { function in class:TaskbarWindowThumbnailerWin
86 // Stop serving the custom thumbnail for the old window.
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.cc278 void CastRtpStream::Stop() { function in class:CastRtpStream
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc23 Stop();
59 Stop();
64 bool Stop() { function in class:cloud_print::__anon7218::PrintSystemWatcherWin
125 bool ret = watcher_.Stop();
165 bool ret = watcher_.Stop();
/external/chromium_org/chrome/test/pyautolib/
H A Dremote_inspector_client.py21 remote inspector. When done, call Stop() on the RemoteInspectorClient object
31 my_client.Stop()
734 be established. Users of this class should call Stop() to close the
738 Stop: Close the connection to the remote inspector. Should be called when
800 self.Stop()
802 def Stop(self): member in class:RemoteInspectorClient
803 """Stop/close communication with the remote inspector."""
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc207 void ChromeLauncher::Stop() { function in class:ChromeLauncher
/external/chromium_org/content/browser/device_orientation/
H A Ddata_fetcher_shared_memory_win.cc288 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_audio_input_stream.cc40 // Stop the underlying VirtualAudioInputStream and instruct
42 void Stop();
70 // Start/Stop mirroring by posting a call to AudioMirroringManager on the IO
167 void WebContentsAudioInputStream::Impl::Stop() { function in class:content::WebContentsAudioInputStream::Impl
175 mixer_stream_->Stop();
185 Stop();
189 tracker_->Stop();
273 Stop();
320 void WebContentsAudioInputStream::Stop() { function in class:content::WebContentsAudioInputStream
321 impl_->Stop();
[all...]
H A Dweb_contents_audio_input_stream_unittest.cc79 MOCK_METHOD0(Stop, void());
105 ON_CALL(*this, Stop())
106 .WillByDefault(Invoke(&real_, &VirtualAudioInputStream::Stop));
135 MOCK_METHOD0(Stop, void());
194 audio_thread_.Stop();
195 io_thread_.Stop();
217 EXPECT_CALL(*mock_tracker_.get(), Stop()); // At Close() time.
228 EXPECT_CALL(*mock_vais_, Stop()); // At Stop() time.
234 // At Stop() tim
345 void Stop() { function in class:content::WebContentsAudioInputStreamTest
[all...]
/external/chromium_org/content/renderer/media/
H A Dbuffered_data_source_unittest.cc144 void Stop() { function in class:content::BufferedDataSourceTest
150 data_source_->Stop(media::NewExpectedClosure());
230 Stop();
241 Stop();
249 Stop();
259 Stop();
274 Stop();
283 Stop();
296 Stop();
306 Stop();
[all...]
H A Drtc_video_decoder_factory_tv.cc211 void RTCVideoDecoderFactoryTv::Stop(const base::Closure& callback) { function in class:content::RTCVideoDecoderFactoryTv
H A Dwebrtc_audio_renderer.cc105 Stop();
134 virtual void Stop() OVERRIDE {
140 delegate_->Stop();
390 void WebRtcAudioRenderer::Stop() { function in class:content::WebRtcAudioRenderer
391 DVLOG(1) << "WebRtcAudioRenderer::Stop()";
401 DVLOG(1) << "Calling RemoveAudioRenderer and Stop().";
411 sink_->Stop();
H A Dwebrtc_local_audio_track.cc158 // Users might not call Stop() on the track.
159 Stop();
375 void WebRtcLocalAudioTrack::Stop() { function in class:content::WebRtcLocalAudioTrack
377 DVLOG(1) << "WebRtcLocalAudioTrack::Stop()";
382 // Called Stop() on the |webaudio_source_| explicitly so that
386 webaudio_source_->Stop();
389 // audio callback after Stop().
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_delegate.cc156 void ShellDevToolsDelegate::Stop() { function in class:content::ShellDevToolsDelegate
158 devtools_http_handler_->Stop();
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.cc294 void JingleThreadWrapper::Stop() { function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/media/audio/android/
H A Dopensles_output.cc106 void OpenSLESOutputStream::Stop() { function in class:media::OpenSLESOutputStream
107 DVLOG(2) << "OpenSLESOutputStream::Stop()";
114 // Stop playing by setting the play state to SL_PLAYSTATE_STOPPED.
140 // Stop the stream if it is still playing.
141 Stop();
/external/chromium_org/media/audio/
H A Daudio_output_proxy_unittest.cc65 void Stop() { function in class:__anon8937::MockAudioOutputStream
67 fake_output_stream_->Stop();
212 // Creates a stream, and then calls Start() and Stop().
228 proxy->Stop();
235 // Verify that the stream is closed after Stop() is called.
251 proxy->Stop();
330 proxy1->Stop();
337 proxy2->Stop();
371 proxy1->Stop();
374 proxy2->Stop();
[all...]
H A Daudio_output_resampler.cc39 // Sets |source_callback_|. If this is not a new object, then Stop() must be
44 void Stop();
250 resampler_callback->Stop();
265 // be stopped and no longer calling OnMoreData(), making it safe to Stop() the
269 it->second->Stop();
299 // Stop and close all active streams. Once all streams across all dispatchers
336 // Ensure Stop() has been called so we don't end up with an AudioOutputStream
352 void OnMoreDataConverter::Stop() { function in class:media::OnMoreDataConverter
381 // TODO(dalecurtis): Stop passing bytes around, it doesn't make sense since
H A Dvirtual_audio_input_stream_unittest.cc147 void Stop() { function in class:media::VirtualAudioInputStreamTest
149 stream_->Stop();
181 output_stream->Stop();
190 output_stream->Stop();
269 RUN_ON_AUDIO_THREAD(Stop);
280 RUN_ON_AUDIO_THREAD(Stop);
294 RUN_ON_AUDIO_THREAD(Stop);
315 RUN_ON_AUDIO_THREAD(Stop);
346 RUN_ON_AUDIO_THREAD(Stop);
/external/chromium_org/media/audio/cras/
H A Dcras_input.cc168 void CrasInputStream::Stop() { function in class:media::CrasInputStream
H A Dcras_unified.cc24 // 4) When finished Stop() is called, which is handled by stopping the stream.
254 void CrasUnifiedStream::Stop() { function in class:media::CrasUnifiedStream
/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac.cc162 Stop();
167 void AUHALStream::Stop() { function in class:media::AUHALStream
H A Daudio_low_latency_output_mac.cc46 // 4) At some point some thread will call Stop(), which we handle by directly
220 void AUAudioOutputStream::Stop() { function in class:media::AUAudioOutputStream
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc59 // Create the event which will be set in Stop() when capturing shall stop.
148 void WASAPIAudioInputStream::Stop() { function in class:media::WASAPIAudioInputStream
150 DVLOG(1) << "WASAPIAudioInputStream::Stop()";
162 // Stop the input audio streaming.
163 HRESULT hr = audio_client_->Stop();
182 Stop();

Completed in 3464 milliseconds

1234567891011>>