Home | History | Annotate | Download | only in themes

Lines Matching refs:theme_pack_

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_;
271 EXPECT_TRUE(theme_pack_->GetTint(
285 EXPECT_TRUE(theme_pack_->GetDisplayProperty(
289 EXPECT_TRUE(theme_pack_->GetDisplayProperty(
293 EXPECT_TRUE(theme_pack_->GetDisplayProperty(
338 EXPECT_FALSE(theme_pack_->GetTint(ThemeService::TINT_BUTTONS,
348 EXPECT_FALSE(theme_pack_->GetDisplayProperty(
377 EXPECT_TRUE(theme_pack_->HasCustomImage(IDR_THEME_FRAME));
378 EXPECT_FALSE(theme_pack_->HasCustomImage(IDR_THEME_FRAME_INCOGNITO));