Searched defs:ScopedPrinterInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/
H A Dcrash_keys.h46 class ScopedPrinterInfo { class in namespace:crash_keys
48 explicit ScopedPrinterInfo(const base::StringPiece& data);
49 ~ScopedPrinterInfo();
52 DISALLOW_COPY_AND_ASSIGN(ScopedPrinterInfo);
112 // ScopedPrinterInfo.
H A Dcrash_keys.cc385 ScopedPrinterInfo::ScopedPrinterInfo(const base::StringPiece& data) { function in class:crash_keys::ScopedPrinterInfo
397 ScopedPrinterInfo::~ScopedPrinterInfo() {

Completed in 55 milliseconds