Home | History | Annotate | Download | only in extensions

Lines Matching refs:tints_value

1901     DictionaryValue* tints_value = NULL;
1902 if (theme_value->GetDictionary(keys::kThemeTints, &tints_value)) {
1904 for (DictionaryValue::key_iterator iter = tints_value->begin_keys();
1905 iter != tints_value->end_keys(); ++iter) {
1909 if (!tints_value->GetListWithoutPathExpansion(*iter, &tint_list) ||
1918 theme_tints_.reset(tints_value->DeepCopy());