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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_token.h 37 int64 token_id,
57 int64 token_id() const { return token_id_; } function in class:sync_file_system::drive_backend::SyncTaskToken
70 int64 token_id,
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
enterprise_platform_keys_api.cc 35 // Returns whether |token_id| references a known Token.
36 bool ValidateToken(const std::string& token_id,
39 if (token_id == kTokenIdUser) {
43 if (token_id == kTokenIdSystem) {
73 if (!ValidateToken(params->token_id, &platform_keys_token_id))
113 if (!ValidateToken(params->token_id, &platform_keys_token_id))
163 if (!ValidateToken(params->token_id, &platform_keys_token_id))
209 if (!ValidateToken(params->token_id, &platform_keys_token_id))
247 if (!ValidateToken(params->token_id, &platform_keys_token_id))
304 std::string token_id = PlatformKeysTokenIdToApiId(*it) local
    [all...]

Completed in 46 milliseconds