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

/external/chromium_org/chrome/browser/chromeos/
H A Dsession_length_limiter.cc41 virtual void StopSession() OVERRIDE;
57 void SessionLengthLimiterDelegateImpl::StopSession() { function in class:chromeos::__anon3460::SessionLengthLimiterDelegateImpl
203 delegate_->StopSession();
210 &SessionLengthLimiter::Delegate::StopSession);
H A Dsession_length_limiter.h31 virtual void StopSession() = 0;
H A Dsession_length_limiter_unittest.cc38 MOCK_METHOD0(StopSession, void(void));
283 EXPECT_CALL(*delegate_, StopSession())
302 EXPECT_CALL(*delegate_, StopSession()).Times(0);
/external/chromium_org/mojo/spy/
H A Dspy_server_impl.h30 virtual void StopSession(
H A Dspy_server_impl.cc53 void SpyServerImpl::StopSession( function in class:mojo::SpyServerImpl
H A Dwebsocket_server.cc116 spy_server_->StopSession(
131 spy_server_->StopSession(
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item_unittest.cc66 void StopSession() { function in class:ash::ScreenTrayItemTest
124 test->StopSession();
186 test->StopSession();
210 test->StopSession();
/external/chromium_org/chromeos/dbus/
H A Dmock_session_manager_client.h28 MOCK_METHOD0(StopSession, void(void));
H A Dsession_manager_client.h78 virtual void StopSession() = 0;
H A Dfake_session_manager_client.cc57 void FakeSessionManagerClient::StopSession() { function in class:chromeos::FakeSessionManagerClient
H A Dfake_session_manager_client.h35 virtual void StopSession() OVERRIDE;
H A Dsession_manager_client.cc123 virtual void StopSession() OVERRIDE {
597 virtual void StopSession() OVERRIDE {}
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.h111 void StopSession(int session_id);
H A Dvideo_capture_controller_unittest.cc240 controller_->StopSession(100); // Session 100 == client A/1
243 << "Client should be closed but still exist after StopSession.";
249 controller_->StopSession(200); // Session 200 does not exist anymore
253 controller_->StopSession(256); // Session 256 never existed.
438 controller_->StopSession(300);
458 controller_->StopSession(200);
H A Dvideo_capture_controller.cc129 // transitions to true as soon as StopSession() occurs, at which point the
293 void VideoCaptureController::StopSession(int session_id) { function in class:content::VideoCaptureController
295 DVLOG(1) << "VideoCaptureController::StopSession, id " << session_id;
H A Dvideo_capture_manager.cc211 existing_device->video_capture_controller->StopSession(capture_session_id);
213 // StopSession() may have removed the last client, so we might need to
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.h94 virtual void StopSession() OVERRIDE;
H A Ddevice_settings_test_helper.cc114 void DeviceSettingsTestHelper::StopSession() {} function in class:chromeos::DeviceSettingsTestHelper
/external/chromium_org/chrome/browser/chromeos/ui/
H A Didle_logout_dialog_view.cc56 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime.cc387 ->StopSession();
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.cc251 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.cc374 VLOG(1) << "Calling session manager's StopSession D-Bus method";
375 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc815 base::Bind(&SessionManagerClient::StopSession,
H A Dwizard_controller.cc747 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc952 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();

Completed in 2628 milliseconds