Home
last modified time | relevance | path

Searched refs:ApplyComponentStyles (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.h35 void ApplyComponentStyles(const jerry_value_t options, Component& curr);
H A Dapp_style_manager.cpp71 void AppStyleManager::ApplyComponentStyles(const jerry_value_t options, Component& curr) in ApplyComponentStyles() function in OHOS::ACELite::AppStyleManager
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp348 styleManager_->ApplyComponentStyles(options, currentComponent); in ApplyStyles()