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

  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 27 theme_pack_(new BrowserThemePack) {
73 theme_pack_->GetColor(it->first, &color);
85 theme_pack_->BuildColorsFromJSON(value);
95 theme_pack_->BuildTintsFromJSON(value);
105 theme_pack_->BuildDisplayPropertiesFromJSON(value);
118 theme_pack_->ParseImageNamesFromJSON(value, FilePath(), out_file_paths);
121 theme_pack_->BuildSourceImagesArray(*out_file_paths);
125 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
126 &theme_pack_->prepared_images_);
197 scoped_refptr<BrowserThemePack> theme_pack_; member in class:BrowserThemePackTest
    [all...]
theme_service.cc 177 : theme_pack_(pack), pack_path_(path) {}
180 if (!theme_pack_->WriteToDisk(pack_path_)) {
186 scoped_refptr<BrowserThemePack> theme_pack_; member in class:__anon4975::WritePackToDiskTask
228 if (theme_pack_.get())
229 bitmap = theme_pack_->GetBitmapNamed(id);
241 if (theme_pack_.get() && theme_pack_->GetColor(id, &color))
263 if (theme_pack_.get())
264 return theme_pack_->GetDisplayProperty(id, result);
283 if (theme_pack_)
    [all...]
theme_service.h 288 scoped_refptr<BrowserThemePack> theme_pack_; member in class:ThemeService
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 40 theme_pack_(new BrowserThemePack) {
86 theme_pack_->GetColor(it->first, &color);
98 theme_pack_->BuildColorsFromJSON(value);
108 theme_pack_->BuildTintsFromJSON(value);
118 theme_pack_->BuildDisplayPropertiesFromJSON(value);
132 theme_pack_->ParseImageNamesFromJSON(value, base::FilePath(),
136 theme_pack_->BuildSourceImagesArray(*out_file_paths);
140 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
141 &theme_pack_->images_on_ui_thread_);
358 scoped_refptr<BrowserThemePack> theme_pack_; member in class:BrowserThemePackTest
    [all...]

Completed in 55 milliseconds