Home
last modified time | relevance | path

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

/external/chromium_org/printing/backend/
Dcups_helper.cc43 const char kDest[] = "dest"; in ParseLpOptions() local
45 const size_t kDestLen = sizeof(kDest) - 1; in ParseLpOptions()
58 } else if (base::strncasecmp (line.c_str(), kDest, kDestLen) == 0 && in ParseLpOptions()