OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prs_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
226
int
prs_id
= kPersistingImages[i].persistent_id;
local
227
(*lookup_table)[idr] =
prs_id
;
232
int
prs_id
= kPersistingImagesDesktopAura[i].persistent_id;
local
233
(*lookup_table)[idr] =
prs_id
;
389
int
prs_id
;
member in struct:__anon9533::CropEntry
391
// The maximum useful height of the image at |
prs_id
|.
394
// Whether cropping the image at |
prs_id
| should be skipped on OSes which
876
int
prs_id
= GetPersistentIDByIDR(idr_id);
local
907
int
prs_id
= GetPersistentIDByIDR(idr_id);
local
925
int
prs_id
= GetPersistentIDByIDR(idr_id);
local
1266
int
prs_id
= it->first;
local
1337
int
prs_id
= kImagesToCrop[i].
prs_id
;
local
1357
int
prs_id
= kFrameTintMap[i].key;
local
1433
int
prs_id
= GetPersistentIDByIDR(*it);
local
1449
int
prs_id
= kTabBackgroundMap[i].key;
local
[
all
...]
browser_theme_pack.h
198
// Returns a unique id to use to store the raw bitmap for |
prs_id
| at
200
int GetRawIDByPersistentID(int
prs_id
, ui::ScaleFactor scale_factor) const;
209
void GenerateRawImageForAllSupportedScales(int
prs_id
);
Completed in 47 milliseconds