Searched refs:OnStop (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_session.cc39 base::Bind(&BluetoothDiscoverySession::OnStop,
45 void BluetoothDiscoverySession::OnStop(const base::Closure& callback) { function in class:device::BluetoothDiscoverySession
H A Dbluetooth_discovery_session.h67 void OnStop(const base::Closure& callback);
/external/chromium_org/media/audio/sounds/
H A Dtest_data.cc28 void TestObserver::OnStop(size_t cursor) { function in class:media::TestObserver
H A Dtest_data.h32 virtual void OnStop(size_t cursor) OVERRIDE;
H A Daudio_stream_handler.h34 virtual void OnStop(size_t cursor) = 0;
H A Daudio_stream_handler.cc138 g_observer_for_testing->OnStop(cursor_);
/external/chromium_org/third_party/webrtc/base/
H A Dworker.h48 // lifetime of a OnStart()/OnStop() pair.
58 virtual void OnStop() = 0;
H A Dworker.cc28 // destructed, so OnStop() cannot be called.
58 OnStop();
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher.h61 void OnStop();
H A Dprocess_output_watcher.cc75 OnStop();
194 void ProcessOutputWatcher::OnStop() { function in class:chromeos::ProcessOutputWatcher
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_track_unittest.cc95 MOCK_METHOD0(OnStop, void());
114 OnStop();
231 EXPECT_CALL(*capturer_source_.get(), OnStop()).WillOnce(Return());
269 EXPECT_CALL(*capturer_source_.get(), OnStop()).WillOnce(Return());
325 EXPECT_CALL(*capturer_source_.get(), OnStop()).WillOnce(Return());
343 EXPECT_CALL(*capturer_source_.get(), OnStop());
366 EXPECT_CALL(*capturer_source_.get(), OnStop());
399 EXPECT_CALL(*capturer_source_.get(), OnStop());
409 EXPECT_CALL(*capturer_source_.get(), OnStop()).Times(0);
474 EXPECT_CALL(*new_source.get(), OnStop())
[all...]
/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder_host_extension.cc44 void OnStop();
105 OnStop();
118 void VideoFrameRecorderHostExtensionSession::OnStop() { function in class:remoting::__anon10481::VideoFrameRecorderHostExtensionSession
/external/chromium_org/content/public/renderer/
H A Drender_frame_observer.h40 virtual void OnStop() {} function in class:content::RenderFrameObserver
H A Drender_view_observer.h98 virtual void OnStop() {} function in class:content::RenderViewObserver
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy_unittest.cc47 MOCK_METHOD0(OnStop, void());
205 proxy_->OnStarted(base::Bind(&MockStopStreamHandler::OnStop,
211 EXPECT_CALL(stop_handler, OnStop());
248 base::Bind(&MockStopStreamHandler::OnStop, base::Unretained(&handler)),
/external/chromium_org/media/base/
H A Dpipeline_unittest.cc75 MOCK_METHOD0(OnStop, void());
125 pipeline_->Stop(base::Bind(&CallbackHelper::OnStop,
286 // destroy the pipeline immediately after OnStop() to test this.
287 EXPECT_CALL(callbacks_, OnStop())
370 base::Bind(&CallbackHelper::OnStop, base::Unretained(&callbacks_)));
385 base::Bind(&CallbackHelper::OnStop, base::Unretained(&callbacks_)));
404 base::Bind(&CallbackHelper::OnStop, base::Unretained(&callbacks_)));
723 base::Bind(&CallbackHelper::OnStop, base::Unretained(&callbacks_)));
760 base::Bind(&CallbackHelper::OnStop, base::Unretained(&callbacks_)));
820 &CallbackHelper::OnStop, bas
[all...]
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.h52 virtual void OnStop() OVERRIDE;
H A Dnet_error_helper_core.h138 void OnStop();
H A Dnet_error_helper.cc119 void NetErrorHelper::OnStop() { function in class:NetErrorHelper
120 core_->OnStop();
H A Dnet_error_helper_core_unittest.cc1542 core()->OnStop();
1985 core()->OnStop();
1995 core()->OnStop();
2061 core()->OnStop();
2301 // the browser process will send an OnStop to the old process.
2307 core()->OnStop();
2326 core()->OnStop();
H A Dnet_error_helper_core.cc472 void NetErrorHelperCore::OnStop() { function in class:NetErrorHelperCore
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc319 virtual void OnStop() { function in class:rtc::AlsaInputStream
426 virtual void OnStop() { function in class:rtc::AlsaOutputStream
H A Dpulseaudiosoundsystem.cc486 virtual void OnStop() { function in class:rtc::PulseAudioInputStream
854 virtual void OnStop() { function in class:rtc::PulseAudioOutputStream
/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py128 self.Bind(wx.EVT_BUTTON, self.OnStop, id=self.btnStop.GetId())
245 def OnStop(self, event): member in class:Audition
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc762 IPC_MESSAGE_HANDLER(FrameMsg_Stop, OnStop)
1061 // StopAltErrorPageFetcher with RenderView::OnStop, or just stopping this
1063 OnStop();
3235 void RenderFrameImpl::OnStop() { function in class:content::RenderFrameImpl
3239 FOR_EACH_OBSERVER(RenderViewObserver, render_view_->observers_, OnStop());
3241 FOR_EACH_OBSERVER(RenderFrameObserver, observers_, OnStop());

Completed in 7320 milliseconds

12