Searched defs:Stop (Results 26 - 50 of 373) sorted by relevance

1234567891011>>

/external/chromium_org/tools/memory_inspector/memory_inspector/unittest/mock_adb/
H A Dmock_adb.py31 def Stop(self): member in class:MockAdb
32 assert(self._cfg_file), 'Stop called before Start.'
/external/chromium_org/tools/perf/metrics/
H A Dcpu.py25 def Stop(self, page, tab): member in class:CpuMetric
32 assert self._stop_cpu, 'Must call Stop() first'
H A Dsystem_memory.py30 def Stop(self, page, tab): member in class:SystemMemoryMetric
53 assert self._memory_stats_end, 'Must call Stop() first'
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_converter_evdev.cc18 Stop();
26 void EventConverterEvdev::Stop() { function in class:ui::EventConverterEvdev
/external/chromium_org/ui/views/
H A Drepeat_controller.cc32 void RepeatController::Stop() { function in class:views::RepeatController
33 timer_.Stop();
/external/lldb/tools/lldb-perf/lib/
H A DTimer.cpp35 TimeGauge::Stop () function in class:TimeGauge
/external/chromium_org/base/android/
H A Djava_handler_thread.cc46 void JavaHandlerThread::Stop() { function in class:base::android::JavaHandlerThread
/external/chromium_org/base/test/
H A Dtest_io_thread.cc36 Stop();
46 void TestIOThread::Stop() { function in class:base::TestIOThread
47 // Note: It's okay to call |Stop()| even if the thread isn't running.
48 io_thread_.Stop();
/external/chromium_org/build/android/pylib/
H A Dscreenshot.py68 def Stop(self): member in class:VideoRecorder
69 """Stop recording video."""
/external/chromium_org/cc/layers/
H A Dvideo_frame_provider_client_impl.cc30 // the call to Stop().
42 void VideoFrameProviderClientImpl::Stop() { function in class:cc::VideoFrameProviderClientImpl
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher_timer.cc19 virtual void Stop() OVERRIDE;
58 void PanelMouseWatcherTimer::Stop() { function in class:PanelMouseWatcherTimer
60 timer_.Stop();
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.cc22 Stop();
29 // You need to call Stop first.
40 // You need to call Stop first.
67 bool WorkerThreadTicker::Stop() { function in class:WorkerThreadTicker
69 // call Stop at the same time
74 timer_thread_.Stop();
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_default.cc77 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/content/browser/renderer_host/input/
H A Dtimeout_monitor.cc42 timeout_timer_.Stop();
52 void TimeoutMonitor::Stop() { function in class:content::TimeoutMonitor
59 // If we received a call to |Stop()|.
/external/chromium_org/content/public/test/
H A Dtest_browser_thread.cc27 Stop();
56 Stop();
69 void TestBrowserThread::Stop() { function in class:content::TestBrowserThread
70 impl_->Stop();
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_track.cc35 void MediaStreamTrack::Stop() { function in class:content::MediaStreamTrack
37 // Stop means that a track should be stopped permanently. But
/external/chromium_org/content/test/
H A Dtest_video_frame_provider.cc38 void TestVideoFrameProvider::Stop() { function in class:content::TestVideoFrameProvider
39 DVLOG(1) << "TestVideoFrameProvider::Stop";
/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_session.cc20 Stop(base::Bind(&base::DoNothing), base::Bind(&base::DoNothing));
29 void BluetoothDiscoverySession::Stop( function in class:device::BluetoothDiscoverySession
/external/chromium_org/media/audio/
H A Daudio_output_proxy.cc54 void AudioOutputProxy::Stop() { function in class:media::AudioOutputProxy
/external/chromium_org/remoting/host/
H A Dipc_audio_capturer.cc30 void IpcAudioCapturer::Stop() { function in class:remoting::IpcAudioCapturer
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.cc52 void RemoteVideoCapturer::Stop() { function in class:webrtc::RemoteVideoCapturer
55 << "RemoteVideoCapturer::Stop called when it's already stopped.";
59 LOG(LS_INFO) << "RemoteVideoCapturer::Stop";
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h63 virtual void Stop() { function in class:webrtc::FakePeriodicVideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.cc60 void MediaMonitor::Stop() { function in class:cricket::MediaMonitor
/external/chromium_org/third_party/webrtc/test/
H A Dvideo_capturer.cc26 virtual void Stop() {} function in class:webrtc::test::NullCapturer
/external/chromium_org/tools/perf/measurements/
H A Dtimeline_controller.py49 def Stop(self, tab): member in class:TimelineController
52 # Stop tracing.
53 timeline_data = tab.browser.platform.tracing_controller.Stop()
84 tab.browser.platform.tracing_controller.Stop()

Completed in 6857 milliseconds

1234567891011>>