Home | History | Annotate | Download | only in themes

Lines Matching refs:tints_value

601 void BrowserThemePack::BuildTintsFromJSON(DictionaryValue* tints_value) {
610 if (!tints_value)
613 // Parse the incoming data from |tints_value| into an intermediary structure.
615 for (DictionaryValue::key_iterator iter(tints_value->begin_keys());
616 iter != tints_value->end_keys(); ++iter) {
618 if (tints_value->GetList(*iter, &tint_list) &&