Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h240 void SetUseLiteStyle(bool flag) in SetUseLiteStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp839 context->SetUseLiteStyle(useLiteStyle); in TriggerPageUpdate()
840 jsPage->SetUseLiteStyle(useLiteStyle); in TriggerPageUpdate()
1346 pipelineContext->SetUseLiteStyle(useLiteStyle); in OnPageReady()
1347 page->SetUseLiteStyle(useLiteStyle); in OnPageReady()
1679 pipelineContext->SetUseLiteStyle(useLiteStyle); in ReplacePage()
1680 page->SetUseLiteStyle(useLiteStyle); in ReplacePage()
H A Djs_ace_page.h248 void SetUseLiteStyle(bool useLiteStyle) in SetUseLiteStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h389 void SetUseLiteStyle(bool useLiteStyle) in SetUseLiteStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h552 void SetUseLiteStyle(bool useLiteStyle) in SetUseLiteStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp2279 declaration_->SetUseLiteStyle(true); in AdjustParamInLiteMode()
2282 boxComponent_->SetUseLiteStyle(true); in AdjustParamInLiteMode()