Searched refs:RemoveAccount (Results 1 – 10 of 10) sorted by relevance
28 void RemoveAccount(const std::string& account_id);
60 void FakeOAuth2TokenService::RemoveAccount(const std::string& account_id) { in RemoveAccount() function in FakeOAuth2TokenService
309 fake_oauth2_token_service_->RemoveAccount(username); in NotifyTokenRevoked()
83 virtual void RemoveAccount(const std::string& account_id);
224 RemoveAccount(*i);250 RemoveAccount(i->first);341 void ProfileOAuth2TokenServiceIOS::RemoveAccount( function
154 void RemoveAccount();
749 RemoveAccount(); in ButtonPressed()809 void ProfileChooserView::RemoveAccount() { in RemoveAccount() function in ProfileChooserView
140 fake_token_service_->RemoveAccount(account_key); in SignOutAccount()
222 fake_oauth2_token_service_->RemoveAccount(account_id); in SimulateTokenRevoked()
743 TEST_F(DeviceLocalAccountPolicyExtensionCacheTest, RemoveAccount) { in TEST_F() argument