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.cc119 client_ids_[CLIENT_MAIN] = CalculateKeyValue( in APIKeyCache()
134 client_ids_[CLIENT_CLOUD_PRINT] = CalculateKeyValue( in APIKeyCache()
149 client_ids_[CLIENT_REMOTING] = CalculateKeyValue( in APIKeyCache()
164 client_ids_[CLIENT_REMOTING_HOST] = CalculateKeyValue( in APIKeyCache()
184 return client_ids_[client]; in GetClientID()
238 std::string client_ids_[CLIENT_NUM_ITEMS]; member in google_apis::APIKeyCache