Home
last modified time | relevance | path

Searched refs:IsUseLiteStyle (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h45 bool IsUseLiteStyle() const in IsUseLiteStyle() function in OHOS::Ace::Framework::ManifestParser
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp838 bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteStyle(); in TriggerPageUpdate()
917 bool FrontendDelegateImpl::IsUseLiteStyle() in IsUseLiteStyle() function in OHOS::Ace::Framework::FrontendDelegateImpl
920 return manifestParser_->IsUseLiteStyle(); in IsUseLiteStyle()
1345 bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteStyle(); in OnPageReady()
1678 bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteStyle(); in ReplacePage()
H A Dfrontend_delegate_impl.h254 bool IsUseLiteStyle();

Completed in 5 milliseconds