OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxAppModelIdLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
util_constants.cc
260
const size_t
kMaxAppModelIdLength
= 64U;
util_constants.h
251
extern const size_t
kMaxAppModelIdLength
;
shell_util.cc
[
all
...]
shell_util_unittest.cc
684
ASSERT_LE(constructed_app_id.length(), installer::
kMaxAppModelIdLength
);
Completed in 2076 milliseconds