Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Dextension.h636 DictionaryValue* GetThemeColors() const {return theme_colors_.get(); } in GetThemeColors()
857 scoped_ptr<DictionaryValue> theme_colors_; variable
Dextension.cc1898 theme_colors_.reset(colors_value->DeepCopy()); in InitFromValue()