OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_pack_
(Results
1 - 3
of
3
) 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:__anon3077::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
Completed in 142 milliseconds