Searched refs:Stop (Results 101 - 125 of 1422) sorted by relevance

1234567891011>>

/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();
H A Dheartbeat_manager.h33 // Stop the timer. Start(..) must be called again to begin sending heartbeats
35 void Stop();
/external/chromium_org/media/audio/
H A Dclockless_audio_sink.cc30 base::TimeDelta Stop() { function in class:media::ClocklessAudioSinkThread
80 void ClocklessAudioSink::Stop() { function in class:media::ClocklessAudioSink
101 playback_time_ = thread_->Stop();
/external/chromium_org/remoting/host/
H A Dclipboard_x11.cc30 virtual void Stop() OVERRIDE;
61 Stop();
92 void ClipboardX11::Stop() { function in class:remoting::ClipboardX11
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.h54 ~VideoRecorder() { Stop(); }
60 // Stop the recorder by closing the file.
61 void Stop();
64 // before Stop().
114 virtual void Stop();
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_sender.cc30 rtp_dump_->Stop();
58 rtp_dump_->Stop();
77 rtp_dump_->Stop();
/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/base/android/
H A Djava_handler_thread.h32 void Stop();
/external/chromium_org/chrome/browser/chromeos/
H A Ddevice_uma.h22 void Stop();
/external/chromium_org/chrome/browser/chromeos/events/
H A Dsystem_key_event_listener.h22 void Stop();
H A Dxinput_hierarchy_changed_event_listener.h25 void Stop();
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dnetwork_screen.cc51 connection_timer_.Stop();
141 connection_timer_.Stop();
183 connection_timer_.Stop();
194 connection_timer_.Stop();
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager_win.cc40 first_run_balloon_timer_.Stop();
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Domnibox_provider.h28 virtual void Stop() OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher.h51 virtual void Stop() = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dweb_contents_close_handler.cc39 timer_.Stop();
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.h23 void Stop();
/external/chromium_org/components/metrics/
H A Dmetrics_reporting_scheduler.h25 void Stop();
62 // more recently than Stop).
/external/chromium_org/content/public/browser/
H A Ddevtools_http_handler.h50 virtual void Stop() = 0;
/external/chromium_org/content/renderer/battery_status/
H A Dbattery_status_dispatcher.h32 virtual bool Stop();
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_source.cc29 audio_capturer_->Stop();
H A Dmedia_stream_track.cc34 void MediaStreamTrack::Stop() { function in class:content::MediaStreamTrack
35 // Stop means that a track should be stopped permanently. But
H A Dmedia_stream_track.h37 // TODO(xians): Make this pure virtual when Stop[Track] has been
39 virtual void Stop();
H A Dvideo_frame_provider.h30 // Stop to provide video frames to the caller.
31 virtual void Stop() = 0;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_session.h22 // instance has not called BluetoothDiscoverySession::Stop. A
37 // users are highly encouraged to call BluetoothDiscoverySession::Stop,
57 virtual void Stop(const base::Closure& callback,
67 // Internal callback invoked when a call to Stop has succeeded.

Completed in 2034 milliseconds

1234567891011>>