Home
last modified time | relevance | path

Searched refs:kDestLen (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/printing/backend/
Dcups_helper.cc45 const size_t kDestLen = sizeof(kDest) - 1; in ParseLpOptions() local
58 } else if (base::strncasecmp (line.c_str(), kDest, kDestLen) == 0 && in ParseLpOptions()
59 isspace(line[kDestLen])) { in ParseLpOptions()
60 line = line.substr(kDestLen); in ParseLpOptions()