OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RevokeCredentials
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service_unittest.cc
218
oauth2_service_->
RevokeCredentials
(account_id_1);
276
oauth2_service_->
RevokeCredentials
("account_id");
294
oauth2_service_->
RevokeCredentials
("account_id2");
321
oauth2_service_->
RevokeCredentials
(oauth2_service_->GetPrimaryAccountId());
profile_oauth2_token_service.h
66
void
RevokeCredentials
(const std::string& account_id);
profile_oauth2_token_service.cc
224
void ProfileOAuth2TokenService::
RevokeCredentials
(
266
RevokeCredentials
(i->first);
/external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.cc
562
oauth2_token_service->
RevokeCredentials
(match->second);
Completed in 140 milliseconds