HomeSort by relevance Sort by last modified time
    Searched refs:LogOut (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/google_apis/gaia/
fake_identity_provider.cc 21 void FakeIdentityProvider::LogOut() {
fake_identity_provider.h 23 void LogOut();
merge_session_helper_unittest.cc 216 TEST_F(MergeSessionHelperTest, LogOut) {
230 helper.LogOut("acc2@gmail.com", current_accounts);
255 helper.LogOut("acc2@gmail.com", current_accounts);
275 helper.LogOut("acc2@gmail.com", current_accounts);
301 helper.LogOut("acc2@gmail.com", current_accounts1);
302 helper.LogOut("acc3@gmail.com", current_accounts2);
merge_session_helper.h 62 void LogOut(const std::string& account_id,
merge_session_helper.cc 49 void MergeSessionHelper::LogOut(
78 // Signal a logout to be the next thing to do unless the pending
79 // action is already a logout.
account_tracker_unittest.cc 302 void NotifyLogout() { identity_provider()->LogOut(); }
483 // TokenAvailable kicks off a fetch. Logout without satisfying it.
  /external/chromium_org/ash/system/chromeos/session/
logout_confirmation_controller_unittest.cc 156 void LogOut();
173 controller_(base::Bind(&LogoutConfirmationControllerTest::LogOut,
182 void LogoutConfirmationControllerTest::LogOut() {
186 // Verifies that the user is logged out immediately if logout confirmation with
206 // Verifies that when a second request to confirm logout is made and the second
223 // Verifies that when a second request to confirm logout is made and the second
249 // Verifies that when the user confirms the logout request, the user is logged
259 // Verifies that when the user denies the logout request, the user is not logged
270 // Verifies that after the user has denied a logout request, a subsequent logout
    [all...]
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 160 TEST_F(GAIAInfoUpdateServiceTest, LogOut) {
  /external/chromium_org/components/signin/core/browser/
account_reconcilor.cc 396 merge_session_helper_.LogOut(account_id, accounts_only);

Completed in 623 milliseconds