HomeSort by relevance Sort by last modified time
    Searched refs:kPrinterInfoCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/
crash_keys.h 45 // kPrinterInfoCount substrings. Each substring will be truncated if necessary.
111 // The user's printers, up to kPrinterInfoCount. Should be set with
113 const size_t kPrinterInfoCount = 4;
crash_keys.cc 213 static char formatted_keys[kPrinterInfoCount][sizeof(kPrinterInfo) + 1] =
216 for (size_t i = 0; i < kPrinterInfoCount; ++i) {
388 for (size_t i = 0; i < kPrinterInfoCount; ++i) {
398 for (size_t i = 0; i < kPrinterInfoCount; ++i) {

Completed in 281 milliseconds