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

1234567891011>>

/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.cc31 rtp_dump_->Stop();
59 rtp_dump_->Stop();
78 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/athena/main/
H A Durl_search_provider.h32 virtual void Stop() OVERRIDE;
/external/chromium_org/base/android/
H A Djava_handler_thread.h32 void Stop();
/external/chromium_org/base/
H A Dsequence_checker_unittest.cc67 other_thread_.Stop();
137 other_thread()->Stop();
149 other_thread()->Stop();
164 other_thread()->Stop();
182 other_thread()->Stop();
194 other_thread()->Stop();
219 other_thread()->Stop();
252 other_thread()->Stop();
279 other_thread()->Stop();
/external/chromium_org/base/test/
H A Dtest_io_thread.h28 // |Start()|/|Stop()| should only be called from the main (creation) thread.
29 // After |Stop()|, |Start()| may be called again to start a new I/O thread.
30 // |Stop()| may be called even when the I/O thread is not started.
32 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.cc56 connection_timer_.Stop();
146 connection_timer_.Stop();
188 connection_timer_.Stop();
199 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/fullscreen/
H A Dfullscreen_exit_bubble.cc59 initial_delay_.Stop();
60 idle_timeout_.Stop();
61 mouse_position_checker_.Stop();
94 idle_timeout_.Stop(); // If the timer isn't running, this is a no-op.
/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/copresence/mediums/audio/
H A Daudio_recorder_unittest.cc43 virtual void Stop() OVERRIDE {}
206 recorder_->Stop();
211 recorder_->Stop();
216 recorder_->Stop();
225 recorder_->Stop();
226 recorder_->Stop();
227 recorder_->Stop();
234 recorder_->Stop();
235 recorder_->Stop();
/external/chromium_org/components/metrics/
H A Dmetrics_reporting_scheduler.h27 void Stop();
64 // more recently than Stop).
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_mock.h24 MOCK_METHOD0(Stop, void());
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_android.cc42 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_track.h39 // TODO(xians): Make this pure virtual when Stop[Track] has been
41 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,
66 // Internal callback invoked when a call to Stop has succeeded.

Completed in 7396 milliseconds

1234567891011>>