Searched defs:Stop (Results 276 - 300 of 373) sorted by relevance

<<1112131415

/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc148 void PrintJob::Stop() { function in class:printing::PrintJob
190 Stop();
346 Stop();
363 // This will call Stop() and broadcast a JOB_DONE message.
386 // Stop the worker thread.
387 Stop();
403 // We could easily get into a deadlock case if worker_->Stop() is used; the
430 base::Bind(&PrintJobWorker::Stop, base::Unretained(worker_.get())),
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc278 Stop(true);
494 void SafeBrowsingService::Stop(bool shutdown) { function in class:SafeBrowsingService
558 Stop(false);
/external/chromium_org/chrome/browser/sync/glue/
H A Dnon_frontend_data_type_controller.cc253 void NonFrontendDataTypeController::Stop() { function in class:browser_sync::NonFrontendDataTypeController
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.cc81 ~PdfToEmfState() { Stop(); }
112 Stop();
129 void Stop() { function in class:ServiceUtilityProcessHost::PdfToEmfState
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc106 void Stop();
248 PostIOTask(base::Bind(&SetupDialog::Stop, this));
419 void SetupDialog::Stop() { function in class:SetupDialog
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener.cc46 Stop();
61 Stop();
400 Stop();
403 void SyncInvalidationListener::Stop() { function in class:syncer::SyncInvalidationListener
410 sync_system_resources_.Stop();
411 invalidation_client_->Stop();
H A Dsync_system_resources.cc87 void SyncInvalidationScheduler::Stop() { function in class:syncer::SyncInvalidationScheduler
290 Stop();
299 void SyncSystemResources::Stop() { function in class:syncer::SyncSystemResources
300 internal_scheduler_->Stop();
301 listener_scheduler_->Stop();
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl.cc518 void DataTypeManagerImpl::Stop() { function in class:sync_driver::DataTypeManagerImpl
550 // Stop all data types. This may trigger association callback but the
552 model_association_manager_.Stop();
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.cc102 void WebContentsAndroid::Stop(JNIEnv* env, jobject obj) { function in class:content::WebContentsAndroid
103 web_contents_->Stop();
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc84 void MediaSourceDelegate::Stop(const base::Closure& stop_cb) { function in class:content::MediaSourceDelegate
141 chunk_demuxer_->Stop();
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_capturer.cc92 void Stop() { function in class:content::WebRtcAudioCapturer::TrackOwner
99 temp->Stop();
259 Stop();
301 // WebRtcAudioCapturerer::Stop();
328 old_source->Stop();
407 void WebRtcAudioCapturer::Stop() { function in class:content::WebRtcAudioCapturer
409 DVLOG(1) << "WebRtcAudioCapturer::Stop()";
430 (*it)->Stop();
434 source->Stop();
436 // Stop th
[all...]
H A Dwebrtc_audio_renderer.cc64 Stop();
93 virtual void Stop() OVERRIDE {
99 delegate_->Stop();
381 void WebRtcAudioRenderer::Stop() { function in class:content::WebRtcAudioRenderer
382 DVLOG(1) << "WebRtcAudioRenderer::Stop()";
392 DVLOG(1) << "Calling RemoveAudioRenderer and Stop().";
402 sink_->Stop();
/external/chromium_org/content/renderer/pepper/
H A Dvideo_decoder_shim.cc94 void Stop();
148 // |decoder_| is owned by DecoderImpl. During Stop(), the |decoder_| will be
184 void VideoDecoderShim::DecoderImpl::Stop() { function in class:content::VideoDecoderShim::DecoderImpl
325 // deleted when Stop completes.
328 base::Bind(&VideoDecoderShim::DecoderImpl::Stop,
/external/chromium_org/media/audio/alsa/
H A Dalsa_output.cc319 void AlsaPcmOutputStream::Stop() { function in class:media::AlsaPcmOutputStream
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac.cc259 // Use a cancellable closure so that if Stop() is called before Start()
281 void AUAudioInputStream::Stop() { function in class:media::AUAudioInputStream
298 Stop();
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc86 // Create the event which will be set in Stop() when capturing shall stop.
177 void WASAPIAudioInputStream::Stop() { function in class:media::WASAPIAudioInputStream
179 DVLOG(1) << "WASAPIAudioInputStream::Stop()";
191 // Stop the input audio streaming.
192 HRESULT hr = audio_client_->Stop();
212 Stop();
/external/chromium_org/media/blink/
H A Dbuffered_data_source.cc208 void BufferedDataSource::Stop() { function in class:media::BufferedDataSource
277 // response to Stop().
288 loader_->Stop();
342 loader_->Stop();
362 loader_->Stop();
400 // Stop the resource loader since we have received an error.
401 loader_->Stop();
423 // Stop the resource load if it failed.
424 loader_->Stop();
H A Dbuffered_data_source_unittest.cc174 void Stop() { function in class:media::BufferedDataSourceTest
180 data_source_->Stop();
265 Stop();
276 Stop();
284 Stop();
292 Stop();
307 Stop();
316 Stop();
329 Stop();
339 Stop();
[all...]
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc213 // Start/Stop result in adding a RequestData to |requests_| (protected by
221 thread_.Stop();
348 watcher_->Stop(); // Destroys |this|.
470 void HandleWatcher::Stop() { function in class:mojo::common::HandleWatcher
/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.cc398 void DesktopSessionAgent::Stop() { function in class:remoting::DesktopSessionAgent
423 // Stop the audio capturer.
427 // Stop the video capturer.
H A Dinput_injector_linux.cc130 void Stop();
193 core_->Stop();
593 void InputInjectorLinux::Core::Stop() { function in class:remoting::__anon10428::InputInjectorLinux::Core
595 task_runner_->PostTask(FROM_HERE, base::Bind(&Core::Stop, this));
599 clipboard_->Stop();
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.cc353 daemon_controller_->Stop(
506 void Me2MeNativeMessagingHost::Stop() { function in class:remoting::Me2MeNativeMessagingHost
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc252 void Stop(const Slice& name) { function
383 Stop(name);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamhandler.cc104 void LocalAudioTrackHandler::Stop() { function in class:webrtc::LocalAudioTrackHandler
142 void RemoteAudioTrackHandler::Stop() { function in class:webrtc::RemoteAudioTrackHandler
181 void LocalVideoTrackHandler::Stop() { function in class:webrtc::LocalVideoTrackHandler
210 void RemoteVideoTrackHandler::Stop() { function in class:webrtc::RemoteVideoTrackHandler
242 track->Stop();
269 void MediaStreamHandler::Stop() { function in class:webrtc::MediaStreamHandler
272 (*it)->Stop();
345 (*it)->Stop();
351 (*it)->Stop();
478 (*it)->Stop();
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.h170 virtual void Stop() { function in class:cricket::ConnectivityChecker
171 worker_->Stop();

Completed in 875 milliseconds

<<1112131415