Home
last modified time | relevance | path

Searched defs:isSequential (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_adapter/
Dprint_manager_adapter.h45 bool isSequential; member
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_attributes_helper.cpp81 … bool isSequential = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISSEQUENTIAL); in BuildFromJs() local
Dprint_job_helper.cpp130 bool isSequential = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISSEQUENTIAL); in BuildFromJs() local
/base/print/print_fwk/frameworks/models/print_models/src/
Dprint_attributes.cpp98 void PrintAttributes::SetIsSequential(bool isSequential) in SetIsSequential()
Dprint_job.cpp137 void PrintJob::SetIsSequential(bool isSequential) in SetIsSequential()
/base/print/print_fwk/frameworks/ohprint/include/
Dohprint.h484 bool isSequential; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp5007 napi_value isSequential = nullptr; in ParseWebPrintAttrParams() local