HomeSort by relevance Sort by last modified time
    Searched full:theme_colors_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.h 33 scoped_ptr<base::DictionaryValue> theme_colors_; member in struct:extensions::ThemeInfo
theme_handler.cc 85 theme_info->theme_colors_.reset(colors_value->DeepCopy());
148 return theme_info ? theme_info->theme_colors_.get() : NULL;

Completed in 213 milliseconds