OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kIdSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/crx_file/
id_util.cc
36
const size_t
kIdSize
= 16;
39
uint8 hash[
kIdSize
];
74
if (id.size() != (crx_file::id_util::
kIdSize
* 2))
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
744
crx_file::id_util::
kIdSize
);
745
std::string truncated_id = expected_id.substr(0, crx_file::id_util::
kIdSize
);
[
all
...]
Completed in 230 milliseconds