Searched refs:customStyleMap_ (Results 1 – 2 of 2) sorted by relevance
339 return customStyleMap_.find(key) != customStyleMap_.end(); in HasCustomStyle()396 ThemeConstantsMap customStyleMap_; variable
409 auto customIter = customStyleMap_.find(key); in GetValue()410 if (customIter != customStyleMap_.end()) { in GetValue()526 customStyleMap_[styleId] = newValue; in ParseCustomStyle()