OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idr_id
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/themes/
custom_theme_supplier.cc
37
int
idr_id
,
browser_theme_pack.cc
91
int
idr_id
;
member in struct:__anon5821::PersistingImagesTable
221
int idr = kPersistingImages[i].
idr_id
;
227
int idr = kPersistingImagesWinDesktopAura[i].
idr_id
;
771
result->insert(kPersistingImages[i].
idr_id
);
775
result->insert(kPersistingImagesWinDesktopAura[i].
idr_id
);
857
gfx::Image BrowserThemePack::GetImageNamed(int
idr_id
) {
858
int prs_id = GetPersistentIDByIDR(
idr_id
);
870
GetRawData(
idr_id
, scale_factors_[i]);
[
all
...]
/external/chromium/chrome/browser/themes/
browser_theme_pack.cc
75
int
idr_id
;
member in struct:__anon2261::PersistingImagesTable
162
if (kPersistingImages[i].
idr_id
== idr) {
495
SkBitmap* BrowserThemePack::GetBitmapNamed(int
idr_id
) const {
496
int prs_id = GetPersistentIDByIDR(
idr_id
);
525
NOTREACHED() << "Unable to decode theme image resource " <<
idr_id
539
RefCountedMemory* BrowserThemePack::GetRawData(int
idr_id
) const {
541
int prs_id = GetPersistentIDByIDR(
idr_id
);
557
bool BrowserThemePack::HasCustomImage(int
idr_id
) const {
558
int prs_id = GetPersistentIDByIDR(
idr_id
);
[
all
...]
Completed in 306 milliseconds