Searched defs:Stop (Results 201 - 225 of 373) sorted by relevance

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc15 // other threads, using SetNotAlive() and Stop().
18 // (except at init). It is read only by the Stop() method.
21 // This protects against premature Stop() calls from the creator thread, but
31 // false any Stop Stop waits for _dead to become true.
39 // Stop(false)
41 // _dead Constructor(true) Stop.loop
189 // race condition if Stop() is called too quickly after start.
299 bool ThreadPosix::Stop() function in class:webrtc::ThreadPosix
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc82 screen_tray_item_->Stop();
133 screen_tray_->Stop();
177 void ScreenTrayItem::Stop() { function in class:ash::ScreenTrayItem
/external/chromium_org/athena/main/
H A Durl_search_provider.cc267 void UrlSearchProvider::Stop() { function in class:athena::UrlSearchProvider
268 provider_->Stop(false);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc84 Stop();
97 Stop();
430 void EnrollmentHandlerChromeOS::Stop() { function in class:policy::EnrollmentHandlerChromeOS
440 Stop();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher_unittest.cc107 &PrivetURLFetcherTest::Stop, base::Unretained(this)));
115 void Stop() { function in class:local_discovery::__anon4176::PrivetURLFetcherTest
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher.cc70 void ResourcePrefetcher::Stop() { function in class:predictors::ResourcePrefetcher
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc106 Stop();
322 void PrintJobWorker::Stop() { function in class:printing::PrintJobWorker
323 thread_.Stop();
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.cc45 Stop();
72 void GCMAccountTracker::Stop() { function in class:gcm::GCMAccountTracker
/external/chromium_org/chrome/browser/speech/
H A Dtts_controller_impl.cc139 Stop();
148 Stop();
244 void TtsControllerImpl::Stop() { function in class:TtsControllerImpl
249 tts_engine_delegate_->Stop(current_utterance_);
297 // interrupted or we got a call to Stop). This is normal and we can
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller.cc87 // It's possible StartDone(..) resulted in a Stop() call, or that
95 void FrontendDataTypeController::Stop() { function in class:browser_sync::FrontendDataTypeController
104 // If Stop() is called while Start() is waiting for the datatype model to
227 // call to Stop() if one of the other data types being started generates an
232 // Return false if we're not in the RUNNING state (due to Stop() being called
/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/cloud_print/service/win/
H A Dchrome_launcher.cc189 void ChromeLauncher::Stop() { function in class:ChromeLauncher
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_client.cc64 void FakeGCMClient::Stop() { function in class:gcm::FakeGCMClient
/external/chromium_org/components/omnibox/
H A Dkeyword_provider.cc316 void KeywordProvider::Stop(bool clear_cached_results) { function in class:KeywordProvider
/external/chromium_org/components/sync_driver/
H A Dnon_ui_data_type_controller.cc48 // Since we can't be called multiple times before Stop() is called,
106 void NonUIDataTypeController::Stop() { function in class:sync_driver::NonUIDataTypeController
144 // Stop the local service and release our references to it and the
215 // (due to Stop being called) and then posted from the non-UI thread. In
398 // |shared_change_processor_| can already be NULL if Stop() is
H A Dui_data_type_controller.cc65 // Since we can't be called multiple times before Stop() is called,
100 // It's possible StartDone(..) resulted in a Stop() call, or that association
254 void UIDataTypeController::Stop() { function in class:sync_driver::UIDataTypeController
269 // If Stop() is called while Start() is waiting for the datatype model to
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_mac.cc188 void Stop() { function in class:content::__anon7022::BatteryStatusObserver
258 notifier_->Stop();
270 notifier_->Stop();
H A Dbattery_status_manager_win.cc73 void Stop() { function in class:content::__anon7023::BatteryStatusObserver
183 virtual ~BatteryStatusManagerWin() { battery_observer_->Stop(); }
195 battery_observer_->Stop();
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_win.cc288 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) { function in class:content::DataFetcherSharedMemory
H A Dsensor_manager_android.cc163 void SensorManagerAndroid::Stop(EventType event_type) { function in class:content::SensorManagerAndroid
198 Stop(kTypeLight);
237 Stop(kTypeMotion);
315 Stop(kTypeOrientation);
/external/chromium_org/content/browser/media/capture/
H A Dcontent_video_capture_device_core.cc176 void ThreadSafeCaptureOracle::Stop() { function in class:content::ThreadSafeCaptureOracle
281 oracle_proxy_->Stop();
289 &VideoCaptureMachine::Stop,
319 base::Bind(&VideoCaptureMachine::Stop,
H A Dweb_contents_audio_input_stream.cc43 // Stop the underlying VirtualAudioInputStream and instruct
45 void Stop();
72 // (Re-)Start/Stop mirroring by posting a call to AudioMirroringManager on the
191 void WebContentsAudioInputStream::Impl::Stop() { function in class:content::WebContentsAudioInputStream::Impl
199 mixer_stream_->Stop();
208 Stop();
212 tracker_->Stop();
318 Stop();
365 void WebContentsAudioInputStream::Stop() { function in class:content::WebContentsAudioInputStream
366 impl_->Stop();
[all...]
H A Dweb_contents_audio_input_stream_unittest.cc76 MOCK_METHOD0(Stop, void());
102 ON_CALL(*this, Stop())
103 .WillByDefault(Invoke(&real_, &VirtualAudioInputStream::Stop));
132 MOCK_METHOD0(Stop, void());
192 audio_thread_.Stop();
218 EXPECT_CALL(*mock_tracker_.get(), Stop()); // At Close() time.
229 EXPECT_CALL(*mock_vais_, Stop()); // At Stop() time.
234 // At Stop() time, or when the mirroring target changes:
298 out->Stop();
329 void Stop() { function in class:content::WebContentsAudioInputStreamTest
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.cc118 Stop();
162 ServiceWorkerStatusCode EmbeddedWorkerInstance::Stop() { function in class:content::EmbeddedWorkerInstance
282 // Stop is requested before OnStarted is sent back from the worker.
303 // Stop can be requested before getting this far.
/external/chromium_org/content/child/
H A Dthreaded_data_provider.cc171 void ThreadedDataProvider::Stop() { function in class:content::ThreadedDataProvider

Completed in 5061 milliseconds

1234567891011>>