Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h47 return useLiteStyle_; in IsUseLiteStyle()
70 bool useLiteStyle_ = false; member in OHOS::Ace::Framework::ManifestParser
H A Dmanifest_parser.cpp63 useLiteStyle_ = true; in Parse()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h242 useLiteStyle_ = flag; in SetUseLiteStyle()
247 return useLiteStyle_; in UseLiteStyle()
390 bool useLiteStyle_ = false; member in OHOS::Ace::BoxBaseComponent
H A Drender_box_base.h339 bool useLiteStyle_ = false; member in OHOS::Ace::RenderBoxBase
H A Drender_box_base.cpp756 useLiteStyle_ = box->UseLiteStyle();
H A Drosen_render_box.cpp302 if (useLiteStyle_) {
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h245 return useLiteStyle_; in IsLiteStyle()
250 useLiteStyle_ = useLiteStyle; in SetUseLiteStyle()
404 bool useLiteStyle_ = false; member in OHOS::Ace::OHOS::Ace::Framework::final
H A Djs_command.h208 bool useLiteStyle_ = false; member in OHOS::Ace::Framework::JsCommandDomElementOperator
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h387 return useLiteStyle_; in GetUseLiteStyle()
391 useLiteStyle_ = useLiteStyle; in SetUseLiteStyle()
621 bool useLiteStyle_ = false; member in OHOS::Ace::Declaration
H A Ddeclaration.cpp585 if (declaration.useLiteStyle_) { in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h554 useLiteStyle_ = useLiteStyle; in SetUseLiteStyle()
559 return useLiteStyle_; in UseLiteStyle()
967 bool useLiteStyle_ = false; member in OHOS::OHOS::Ace::PipelineContext

Completed in 15 milliseconds