Searched defs:Stop (Results 76 - 100 of 373) sorted by relevance

1234567891011>>

/external/chromium_org/media/audio/
H A Dvirtual_audio_output_stream.cc41 void VirtualAudioOutputStream::Stop() { function in class:media::VirtualAudioOutputStream
52 Stop();
/external/chromium_org/media/base/
H A Daudio_renderer_mixer_input.cc52 void AudioRendererMixerInput::Stop() { function in class:media::AudioRendererMixerInput
53 // Stop() may be called at any time, if Pause() hasn't been called we need to
62 // Stop() by an error event since it may outlive this ref-counted object. We
/external/chromium_org/media/filters/
H A Dfile_data_source.cc29 void FileDataSource::Stop() { function in class:media::FileDataSource
/external/chromium_org/media/tools/player_x11/
H A Ddata_source_logger.cc23 void DataSourceLogger::Stop() { function in class:DataSourceLogger
24 VLOG(1) << "Stop()";
25 data_source_->Stop();
/external/chromium_org/remoting/host/
H A Daudio_capturer_linux.cc50 void AudioCapturerLinux::Stop() { function in class:remoting::AudioCapturerLinux
H A Daudio_scheduler.cc44 void AudioScheduler::Stop() { function in class:remoting::AudioScheduler
69 audio_capturer_->Stop();
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc54 Stop();
59 // stdin was closed in Stop(), so we can't restart.
72 void Console::Stop() { function in class:Console
82 console_thread_->Stop();
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc62 void SocketMonitor::Stop() { function in class:cricket::SocketMonitor
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Daudiomonitor.cc58 void AudioMonitor::Stop() { function in class:cricket::AudioMonitor
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event_unittest.cc38 Stop();
51 void Stop() { function in class:webrtc::LowLatencyEventTest
53 event_.Stop();
54 process_thread_->Stop();
/external/chromium_org/ui/gfx/animation/
H A Danimation.cc28 container_->Stop(this);
45 void Animation::Stop() { function in class:gfx::Animation
52 container_->Stop(this);
83 container_->Stop(this);
/external/chromium_org/v8/src/base/platform/
H A Delapsed-timer.h34 void Stop() { function in class:v8::base::FINAL
/external/chromium_org/v8/src/
H A Dcounters.cc46 // Stop the timer and record the results.
47 void HistogramTimer::Stop() { function in class:v8::internal::HistogramTimer
51 timer_.Stop();
/external/chromium_org/android_webview/native/
H A Daw_dev_tools_server.cc101 Stop();
118 void AwDevToolsServer::Stop() { function in class:android_webview::AwDevToolsServer
121 // Note that the call to Stop() below takes care of |protocol_handler_|
123 protocol_handler_->Stop();
154 devtools_server->Stop();
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc86 void ThrobberView::Stop() { function in class:ash::ThrobberView
88 throbber_->Stop();
97 // Stop any previous animation.
/external/chromium_org/base/metrics/
H A Dstats_counters.cc86 // Stop the timer and record the results.
87 void StatsCounterTimer::Stop() { function in class:base::StatsCounterTimer
/external/chromium_org/base/timer/
H A Dtimer.cc103 void Timer::Stop() { function in class:base::Timer
192 // Make a local copy of the task to run. The Stop method will reset the
199 Stop();
/external/chromium_org/build/android/pylib/perf/
H A Dsurface_stats_collector.py63 def Stop(self): member in class:SurfaceStatsCollector
/external/chromium_org/chrome/browser/chromeos/
H A Ddevice_uma.cc41 Stop();
44 void DeviceUMA::Stop() { function in class:chromeos::DeviceUMA
/external/chromium_org/chrome/browser/chromeos/events/
H A Dsystem_key_event_listener.cc69 Stop();
72 void SystemKeyEventListener::Stop() { function in class:chromeos::SystemKeyEventListener
/external/chromium_org/chrome/browser/chromeos/memory/
H A Dlow_memory_observer.cc57 // Stop watching the low memory file for readability.
136 timer_.Stop();
173 LowMemoryObserver::~LowMemoryObserver() { Stop(); }
183 void LowMemoryObserver::Stop() { function in class:chromeos::LowMemoryObserver
/external/chromium_org/chrome/browser/sync/sessions/
H A Dnotification_service_sessions_router.cc164 void NotificationServiceSessionsRouter::Stop() { function in class:browser_sync::NotificationServiceSessionsRouter
/external/chromium_org/chrome/common/
H A Dprofiling.cc104 void Stop() { function in class:__anon5695::ProfilingThreadControl
109 thread_->Stop();
179 void Profiling::Stop() { function in class:Profiling
180 g_flush_thread_control.Get().Stop();
192 Stop();
/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.cc89 void JobStatusUpdater::Stop() { function in class:cloud_print::JobStatusUpdater
104 FROM_HERE, base::Bind(&JobStatusUpdater::Stop, this));
/external/chromium_org/chrome/test/chromedriver/net/
H A Dtest_http_server.cc47 void TestHttpServer::Stop() { function in class:TestHttpServer
56 thread_.Stop();

Completed in 7876 milliseconds

1234567891011>>