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

  /external/chromium_org/chrome/common/
crash_keys.h 41 class ScopedPrinterInfo {
43 explicit ScopedPrinterInfo(const base::StringPiece& data);
44 ~ScopedPrinterInfo();
47 DISALLOW_COPY_AND_ASSIGN(ScopedPrinterInfo);
103 // ScopedPrinterInfo.
crash_keys.cc 329 ScopedPrinterInfo::ScopedPrinterInfo(const base::StringPiece& data) {
341 ScopedPrinterInfo::~ScopedPrinterInfo() {

Completed in 369 milliseconds