Searched refs:hasPreview_ (Results 1 – 3 of 3) sorted by relevance
25 hasMargin_(false), hasPreview_(false), hasOption_(false), option_("") { in PrintJob()48 hasPreview_ = right.hasPreview_; in PrintJob()73 hasPreview_ = right.hasPreview_; in operator =()176 hasPreview_ = true; in SetPreview()196 hasPreview_ = jobInfo.hasPreview_; in UpdateParams()274 return hasPreview_; in HasPreview()337 hasPreview_ = parcel.ReadBool(); in ReadFromParcel()338 if (hasPreview_) { in ReadFromParcel()382 parcel.WriteBool(hasPreview_); in MarshallingParam()383 if (hasPreview_) { in MarshallingParam()[all …]
137 bool hasPreview_; variable
67 EXPECT_EQ(job.hasPreview_, true);