Searched refs:kResourceTypeNames (Results 1 – 1 of 1) sorted by relevance
32 const char* kResourceTypeNames[] = { variable42 COMPILE_ASSERT(arraysize(kResourceTypeNames) == CONTENT_SETTINGS_NUM_TYPES,465 std::string dictionary_path(kResourceTypeNames[content_type]); in SetContentSetting()737 for (size_t type = 0; type < arraysize(kResourceTypeNames); ++type) { in GetResourceSettingsFromDictionary()738 if ((kResourceTypeNames[type] != NULL) && in GetResourceSettingsFromDictionary()739 (kResourceTypeNames[type] == content_type)) { in GetResourceSettingsFromDictionary()