HomeSort by relevance Sort by last modified time
    Searched refs:StopSession (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter.h 31 virtual void StopSession() = 0;
session_length_limiter.cc 41 virtual void StopSession() OVERRIDE;
57 void SessionLengthLimiterDelegateImpl::StopSession() {
203 delegate_->StopSession();
210 &SessionLengthLimiter::Delegate::StopSession);
session_length_limiter_unittest.cc 38 MOCK_METHOD0(StopSession, void(void));
283 EXPECT_CALL(*delegate_, StopSession())
302 EXPECT_CALL(*delegate_, StopSession()).Times(0);
  /external/chromium/chrome/browser/chromeos/cros/
mock_login_library.h 41 MOCK_METHOD1(StopSession, bool(const std::string&));
login_library.h 101 virtual bool StopSession(const std::string& unique_id /* unused */) = 0;
login_library.cc 138 bool StopSession(const std::string& unique_id /* unused */) {
140 return chromeos::StopSession("");
358 bool StopSession(const std::string& unique_id /* unused */) { return true; }
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 66 void StopSession() {
124 test->StopSession();
185 test->StopSession();
209 test->StopSession();
  /external/chromium_org/chromeos/dbus/
mock_session_manager_client.h 28 MOCK_METHOD0(StopSession, void(void));
session_manager_client.h 68 virtual void StopSession() = 0;
fake_session_manager_client.h 34 virtual void StopSession() OVERRIDE;
fake_session_manager_client.cc 58 void FakeSessionManagerClient::StopSession() {
session_manager_client.cc 88 virtual void StopSession() OVERRIDE {
547 virtual void StopSession() OVERRIDE {}
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.h 99 void StopSession(int session_id);
video_capture_controller_unittest.cc 181 controller_->StopSession(100); // Session 100 == client A/1
184 << "Client should be closed but still exist after StopSession.";
190 controller_->StopSession(200); // Session 200 does not exist anymore
194 controller_->StopSession(256); // Session 256 never existed.
358 controller_->StopSession(300);
376 controller_->StopSession(200);
video_capture_manager.cc 133 existing_device->video_capture_controller->StopSession(capture_session_id);
135 // StopSession() may have removed the last client, so we might need to
  /external/chromium/third_party/libjingle/source/talk/base/
network.h 109 void StopSession(NetworkSession* session);
network.cc 381 void Network::StopSession(NetworkSession* session) {
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h 89 virtual void StopSession() OVERRIDE;
device_settings_test_helper.cc 119 void DeviceSettingsTestHelper::StopSession() {}
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_logout_dialog_view.cc 58 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc 172 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 364 ->StopSession();
  /external/chromium/chrome/browser/ui/
browser_list.cc 232 cros_library->GetLoginLibrary()->StopSession("");
  /external/chromium_org/chrome/browser/chromeos/login/
screen_locker.cc 122 VLOG(1) << "Calling session manager's StopSession D-Bus method";
124 GetSessionManagerClient()->StopSession();
wizard_controller.cc 600 DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();

Completed in 130 milliseconds

1 2