HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateAccessToken (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/internal_api/public/
sync_auth_provider.h 28 virtual void InvalidateAccessToken(const std::string& token) = 0;
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 30 virtual void InvalidateAccessToken(const std::string& token) OVERRIDE;
61 void ProfileSyncAuthProvider::SyncThreadProxy::InvalidateAccessToken(
66 base::Bind(&ProfileSyncAuthProvider::InvalidateAccessToken,
127 void ProfileSyncAuthProvider::InvalidateAccessToken(const std::string& token) {
profile_sync_auth_provider.h 44 void InvalidateAccessToken(const std::string& token);

Completed in 67 milliseconds