Home
last modified time | relevance | path

Searched refs:isLandscape (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h47 bool isLandscape; member
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h50 void SetIsLandscape(bool isLandscape);
H A Dprint_job.h60 void SetIsLandscape(bool isLandscape);
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp110 void PrintAttributes::SetIsLandscape(bool isLandscape) in SetIsLandscape() argument
113 isLandscape_ = isLandscape; in SetIsLandscape()
H A Dprint_job.cpp147 void PrintJob::SetIsLandscape(bool isLandscape) in SetIsLandscape() argument
149 isLandscape_ = isLandscape; in SetIsLandscape()
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp25 static constexpr const char *PARAM_JOB_ISLANDSCAPE = "isLandscape";
86 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local
87 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()
H A Dprint_job_helper.cpp34 static constexpr const char *PARAM_JOB_ISLANDSCAPE = "isLandscape";
131 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local
140 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()
/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h486 bool isLandscape; member
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp131 printAttributesAdapter.isLandscape = attrs.GetIsLandscape(); in ConvertPrintingParameters()
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp522 attributes->isLandscape = attrs.GetIsLandscape(); in BuildPrintAttributes()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp5099 napi_value isLandscape = nullptr; in ParseWebPrintAttrParams() local
5108 napi_get_named_property(env, obj, "isLandscape", &isLandscape); in ParseWebPrintAttrParams()
5119 if (isLandscape) { in ParseWebPrintAttrParams()
5120 NapiParseUtils::ParseBoolean(env, isLandscape, printAttr.isLandscape); in ParseWebPrintAttrParams()

Completed in 17 milliseconds