Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc32 const char* kResourceTypeNames[] = { variable
42 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()