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

  /external/chromium_org/chrome/browser/metrics/variations/
generated_resources_map.h 13 // IDs. This mapping is achieved by having two arrays: |kResourceHashes|, a
15 // resource indices in the same order as |kResourceHashes|. So, if
17 // kResourceHashes[i] = HASH("IDS_FOO") and kResourceIndices[i] = 12345.
23 extern const uint32_t kResourceHashes[];
26 // to the order of |kResourceHashes|.
generate_resources_map.py 134 .cc file content defining the kResourceHashes and kResourceIndices arrays.
147 hashed_tuples, " %iU, // %s", 'kResourceHashes', 'uint32_t',

Completed in 129 milliseconds