Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc146 std::string dictionary_path(kTypeNames[content_type]); in UpdateDefaultSetting() local
156 default_settings_dictionary->RemoveWithoutPathExpansion(dictionary_path, in UpdateDefaultSetting()
161 dictionary_path, Value::CreateIntegerValue(setting)); in UpdateDefaultSetting()
465 std::string dictionary_path(kResourceTypeNames[content_type]); in SetContentSetting() local
468 dictionary_path, &resource_dictionary); in SetContentSetting()
471 host_settings_dictionary->Set(dictionary_path, resource_dictionary); in SetContentSetting()
481 std::string dictionary_path(kTypeNames[content_type]); in SetContentSetting() local
483 host_settings_dictionary->RemoveWithoutPathExpansion(dictionary_path, in SetContentSetting()
487 dictionary_path, Value::CreateIntegerValue(setting)); in SetContentSetting()