Searched refs:hasIsDefaultPrinter_ (Results 1 – 2 of 2) sorted by relevance
38 hasIsDefaultPrinter_(false), in PrinterInfo()64 hasIsDefaultPrinter_(right.hasIsDefaultPrinter_), in PrinterInfo()88 hasIsDefaultPrinter_ = right.hasIsDefaultPrinter_; in operator =()151 hasIsDefaultPrinter_ = true; in SetIsDefaultPrinter()234 return hasIsDefaultPrinter_; in HasIsDefaultPrinter()323 right.hasIsDefaultPrinter_ = parcel.ReadBool(); in ReadInnerPropertyFromParcel()324 if (right.hasIsDefaultPrinter_) { in ReadInnerPropertyFromParcel()375 parcel.WriteBool(hasIsDefaultPrinter_); in Marshalling()376 if (hasIsDefaultPrinter_) { in Marshalling()423 if (hasIsDefaultPrinter_) { in Dump()
147 bool hasIsDefaultPrinter_; // Deprecated, to be removed in a future version. variable