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

  /external/chromium_org/google_apis/
google_api_keys.h 75 CLIENT_NUM_ITEMS // Must be last item.
google_api_keys.cc 160 DCHECK_LT(client, CLIENT_NUM_ITEMS);
165 DCHECK_LT(client, CLIENT_NUM_ITEMS);
215 std::string client_ids_[CLIENT_NUM_ITEMS];
216 std::string client_secrets_[CLIENT_NUM_ITEMS];
226 for (size_t client_id = 0; client_id < CLIENT_NUM_ITEMS; ++client_id) {
google_api_keys_unittest.cc 96 // Why 2 times CLIENT_NUM_ITEMS? This is the number of different
99 EnvironmentCache env_cache_[3 + 2 * google_apis::CLIENT_NUM_ITEMS];

Completed in 598 milliseconds