Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/models/print_models/src/
Dprint_range.cpp20 PrintRange::PrintRange() : hasStartPage_(false), startPage_(0), hasEndPage_(false), in PrintRange()
30 hasEndPage_ = right.hasEndPage_; in PrintRange()
41 hasEndPage_ = right.hasEndPage_; in operator =()
58 hasEndPage_ = false; in Reset()
76 return hasEndPage_; in HasEndPage()
102 hasEndPage_ = true; in SetEndPage()
119 hasEndPage_ = parcel.ReadBool(); in ReadFromParcel()
120 if (hasEndPage_) { in ReadFromParcel()
141 parcel.WriteBool(hasEndPage_); in Marshalling()
142 if (hasEndPage_) { in Marshalling()
[all …]
/base/print/print_fwk/frameworks/models/print_models/include/
Dprint_range.h66 bool hasEndPage_; variable