HomeSort by relevance Sort by last modified time
    Searched refs:theme_images_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.h 30 scoped_ptr<base::DictionaryValue> theme_images_; member in struct:extensions::ThemeInfo
theme_handler.cc 53 theme_info->theme_images_.reset(images_value->DeepCopy());
142 return theme_info ? theme_info->theme_images_.get() : NULL;
  /external/chromium/chrome/common/extensions/
extension.h 635 DictionaryValue* GetThemeImages() const { return theme_images_.get(); }
854 scoped_ptr<DictionaryValue> theme_images_; member in class:Extension
    [all...]
extension.cc     [all...]

Completed in 24 milliseconds