OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_pack_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/themes/
browser_theme_pack.cc
317
if (!
data_pack_
.get()) {
373
pack->
data_pack_
.reset(new ui::DataPack);
375
if (!pack->
data_pack_
->Load(path)) {
381
if (!pack->
data_pack_
->GetStringPiece(kHeaderID, &pointer))
399
if (!pack->
data_pack_
->GetStringPiece(kTintsID, &pointer))
404
if (!pack->
data_pack_
->GetStringPiece(kColorsID, &pointer))
409
if (!pack->
data_pack_
->GetStringPiece(kDisplayPropertiesID, &pointer))
414
if (!pack->
data_pack_
->GetStringPiece(kSourceImagesID, &pointer))
511
if (
data_pack_
.get()) {
512
memory =
data_pack_
->GetStaticMemory(prs_id)
[
all
...]
browser_theme_pack.h
173
scoped_ptr<ui::DataPack>
data_pack_
;
member in class:BrowserThemePack
215
// References to raw PNG data. This map isn't touched when |
data_pack_
| is
228
// Loaded images. These are loaded from |image_memory_| or the |
data_pack_
|.
Completed in 26 milliseconds