OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPrinterInfoCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
crash_keys.h
40
//
kPrinterInfoCount
substrings. Each substring will be truncated if necessary.
102
// The user's printers, up to
kPrinterInfoCount
. Should be set with
104
const size_t
kPrinterInfoCount
= 4;
crash_keys.cc
195
static char formatted_keys[
kPrinterInfoCount
][sizeof(kPrinterInfo) + 1] =
198
for (size_t i = 0; i <
kPrinterInfoCount
; ++i) {
332
for (size_t i = 0; i <
kPrinterInfoCount
; ++i) {
342
for (size_t i = 0; i <
kPrinterInfoCount
; ++i) {
Completed in 333 milliseconds