Home
last modified time | relevance | path

Searched refs:LogOut (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dmerge_session_helper_unittest.cc238 TEST_F(MergeSessionHelperTest, LogOut) { in TEST_F() argument
252 helper.LogOut("acc2@gmail.com", current_accounts); in TEST_F()
277 helper.LogOut("acc2@gmail.com", current_accounts); in TEST_F()
297 helper.LogOut("acc2@gmail.com", current_accounts); in TEST_F()
323 helper.LogOut("acc2@gmail.com", current_accounts1); in TEST_F()
324 helper.LogOut("acc3@gmail.com", current_accounts2); in TEST_F()
Dfake_identity_provider.cc21 void FakeIdentityProvider::LogOut() { in LogOut() function in FakeIdentityProvider
Dfake_identity_provider.h23 void LogOut();
Dmerge_session_helper.h123 void LogOut(const std::string& account_id,
Dmerge_session_helper.cc191 void MergeSessionHelper::LogOut( in LogOut() function in MergeSessionHelper
Daccount_tracker_unittest.cc302 void NotifyLogout() { identity_provider()->LogOut(); } in NotifyLogout()
/external/chromium_org/ash/system/chromeos/session/
Dlogout_confirmation_controller_unittest.cc156 void LogOut();
173 controller_(base::Bind(&LogoutConfirmationControllerTest::LogOut, in LogoutConfirmationControllerTest()
182 void LogoutConfirmationControllerTest::LogOut() { in LogOut() function in ash::LogoutConfirmationControllerTest
/external/chromium_org/chrome/browser/profiles/
Dgaia_info_update_service_unittest.cc253 TEST_F(GAIAInfoUpdateServiceTest, LogOut) { in TEST_F() argument