HomeSort by relevance Sort by last modified time
    Searched defs:TokenService (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/net/gaia/
token_service.cc 20 const char* TokenService::kServices[] = {
27 TokenService::TokenService()
32 TokenService::~TokenService() {
37 void TokenService::Initialize(const char* const source,
73 void TokenService::ResetCredentialsInMemory() {
91 void TokenService::UpdateCredentials(
102 void TokenService::LoadTokensFromDB() {
107 void TokenService::SaveAuthTokenToDB(const std::string& service
    [all...]
token_service.h 5 // The TokenService will supply authentication tokens for any service that
8 // LSID. Whenever such credentials are available, the TokenService should be
20 // Typically a user of the TokenService is expected just to call:
56 // The TokenService is a Profile member, so all calls are expected
58 class TokenService : public GaiaAuthConsumer,
62 TokenService();
63 virtual ~TokenService();
103 // Terminate any running requests and reset the TokenService to a clean
193 DISALLOW_COPY_AND_ASSIGN(TokenService);
  /external/chromium_org/chrome/browser/signin/
token_service.h 5 // The TokenService will supply authentication tokens for any service that
10 // the TokenService should be updated with new credentials. The controller
21 // Typically a user of the TokenService is expected just to call:
35 // There is currently no easy way to create a fake TokenService. Tests that want
36 // to use TokenService to issue tokens without the use of fake GaiaAuthFetchers
38 // creating a TokenService (skipping the Initialize() step to avoid interacting
40 // This will result in the TokenService sending out the appropriate
70 // The TokenService is a Profile member, so all calls are expected
72 class TokenService : public GaiaAuthConsumer,
76 TokenService();
    [all...]
token_service.cc 50 TokenService::TokenService()
61 TokenService::~TokenService() {
64 void TokenService::Shutdown() {
72 void TokenService::Initialize(const char* const source,
106 void TokenService::AddAuthTokenManually(const std::string& service,
123 // iOS fetches the service tokens outside of the TokenService.
133 void TokenService::ResetCredentialsInMemory() {
152 void TokenService::UpdateCredentials
    [all...]

Completed in 45 milliseconds