Searched refs:LogOut (Results 1 – 8 of 8) sorted by relevance
238 TEST_F(MergeSessionHelperTest, LogOut) { in TEST_F() argument252 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()
21 void FakeIdentityProvider::LogOut() { in LogOut() function in FakeIdentityProvider
23 void LogOut();
123 void LogOut(const std::string& account_id,
191 void MergeSessionHelper::LogOut( in LogOut() function in MergeSessionHelper
302 void NotifyLogout() { identity_provider()->LogOut(); } in NotifyLogout()
156 void LogOut();173 controller_(base::Bind(&LogoutConfirmationControllerTest::LogOut, in LogoutConfirmationControllerTest()182 void LogoutConfirmationControllerTest::LogOut() { in LogOut() function in ash::LogoutConfirmationControllerTest
253 TEST_F(GAIAInfoUpdateServiceTest, LogOut) { in TEST_F() argument