Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_range_helper.cpp120 bool hasStartPage = propertyList[PARAM_RANGE_STARTPAGE] == PRINT_PARAM_SET; in ValidateProperty() local
123 if ((hasStartPage || hasEndPage) && hasPages) { in ValidateProperty()