HomeSort by relevance Sort by last modified time
    Searched defs:TokenService (Results 1 - 2 of 2) 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);

Completed in 29 milliseconds