Home
last modified time | relevance | path

Searched refs:client_ids_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/google_apis/
Dgoogle_api_keys.cc110 client_ids_[CLIENT_MAIN] = CalculateKeyValue( in APIKeyCache()
125 client_ids_[CLIENT_CLOUD_PRINT] = CalculateKeyValue( in APIKeyCache()
140 client_ids_[CLIENT_REMOTING] = CalculateKeyValue( in APIKeyCache()
155 client_ids_[CLIENT_REMOTING_HOST] = CalculateKeyValue( in APIKeyCache()
175 return client_ids_[client]; in GetClientID()
229 std::string client_ids_[CLIENT_NUM_ITEMS]; member in google_apis::APIKeyCache