Home | History | Annotate | Download | only in themes

Lines Matching refs:theme_pack_

177       : theme_pack_(pack), pack_path_(path) {}
180 if (!theme_pack_->WriteToDisk(pack_path_)) {
186 scoped_refptr<BrowserThemePack> theme_pack_;
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_)
284 return theme_pack_->HasCustomImage(id);
297 if (theme_pack_.get())
298 data = theme_pack_->GetRawData(id);
544 if (theme_pack_.get() && theme_pack_->GetTint(id, &hsl))
553 theme_pack_ = NULL;
569 theme_pack_ = BrowserThemePack::BuildFromDataPack(path, current_id);
570 loaded_pack = theme_pack_.get() != NULL;
651 theme_pack_ = pack;