Searched defs:Stop (Results 51 - 75 of 373) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/metrics/
H A Diometric.py24 def Stop(self, page, tab): member in class:IOMetric
H A Dmedia.py34 def Stop(self, page, tab): member in class:MediaMetric
H A Dmemory.py96 def Stop(self, page, tab): member in class:MemoryMetric
116 assert self._histogram_delta, 'Must call Stop() first'
H A Dpower.py42 """Stop monitoring power if measurement is running. This function is
83 def Stop(self, _, tab): member in class:PowerMetric
H A Dstartup_metric.py27 def Stop(self, page, tab): member in class:StartupMetric
H A Dv8_object_stats.py219 def Stop(self, page, tab): member in class:V8ObjectStatsMetric
227 assert self._results != None, 'Must call Stop() first'
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_timeline.py18 """Utility class to Start and Stop recording timeline.
25 This is an alternative to directly calling the Start and Stop methods below.
62 def Stop(self): member in class:InspectorTimeline
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dtracing_controller_backend.py33 # the Stop message or the DidStopBrowser(), issue the stop tracing command
47 def Stop(self): member in class:TracingControllerBackend
/external/chromium_org/ui/gfx/animation/
H A Danimation_container.cc42 void AnimationContainer::Stop(AnimationContainerElement* element) { function in class:gfx::AnimationContainer
48 timer_.Stop();
87 timer_.Stop();
/external/chromium_org/v8/src/heap/
H A Dsweeper-thread.cc51 void SweeperThread::Stop() { function in class:v8::internal::SweeperThread
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
H A DSDL_syscdrom.h54 /* Stop play */
55 int (*Stop)(SDL_CD *cdrom); member in struct:CDcaps
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.h32 virtual void Stop() {return;} function in class:webrtc::CpuLinux
H A Dcpu_mac.h35 virtual void Stop() {} function in class:webrtc::CpuWrapperMac
/external/chromium_org/base/
H A Dsync_socket_unittest.cc35 void Stop() { function in class:__anon2487::HangingReceiveThread
123 thread.Stop();
/external/chromium_org/base/timer/
H A Dmock_timer.cc42 void MockTimer::Stop() { function in class:base::MockTimer
59 Stop();
/external/chromium_org/chrome/browser/chromeos/events/
H A Dxinput_hierarchy_changed_event_listener.cc65 Stop();
68 void XInputHierarchyChangedEventListener::Stop() { function in class:chromeos::XInputHierarchyChangedEventListener
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Djson_response_fetcher.cc31 Stop();
43 void JSONResponseFetcher::Stop() { function in class:app_list::JSONResponseFetcher
/external/chromium_org/components/sync_driver/
H A Dproxy_data_type_controller.cc37 void ProxyDataTypeController::Stop() { function in class:sync_driver::ProxyDataTypeController
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service.cc79 Stop();
93 void PowerProfilerService::Stop() { function in class:content::PowerProfilerService
96 query_power_timer_.Stop();
/external/chromium_org/content/public/renderer/
H A Dplatform_event_observer.h29 virtual void Stop() = 0;
67 Stop();
87 // Stop observing. Will let the browser know that it doesn't need to observe
89 virtual void Stop() { function in class:content::PlatformEventObserver
/external/chromium_org/content/renderer/media/
H A Drtc_video_renderer.cc53 void RTCVideoRenderer::Stop() { function in class:content::RTCVideoRenderer
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_notify_session_chromeos.cc43 Stop(base::Bind(&base::DoNothing));
74 void BluetoothGattNotifySessionChromeOS::Stop(const base::Closure& callback) { function in class:chromeos::BluetoothGattNotifySessionChromeOS
/external/chromium_org/google_apis/gcm/engine/
H A Dheartbeat_manager.cc44 void HeartbeatManager::Stop() { function in class:gcm::HeartbeatManager
45 heartbeat_timer_.Stop();
80 Stop();
/external/chromium_org/media/audio/
H A Dfake_audio_output_stream.cc44 void FakeAudioOutputStream::Stop() { function in class:media::FakeAudioOutputStream
46 fake_consumer_.Stop();
H A Dnull_audio_sink.cc37 void NullAudioSink::Stop() { function in class:media::NullAudioSink
40 // Stop may be called at any time, so we have to check before stopping.
42 fake_consumer_->Stop();
63 fake_consumer_->Stop();

Completed in 553 milliseconds

1234567891011>>