Home
last modified time | relevance | path

Searched refs:GetStyleFromClassSelectors (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_sheet.h37 AppStyle* GetStyleFromClassSelectors(const char * const name) const;
H A Dapp_style_sheet.cpp195 AppStyle *AppStyleSheet::GetStyleFromClassSelectors(const char * const name) const in GetStyleFromClassSelectors() function in OHOS::ACELite::AppStyleSheet
H A Dapp_style_manager.cpp241 style = styleSheet_->GetStyleFromClassSelectors(valueBuffer); in HandleSingleSelector()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp436 AppStyle* sampleSelector = styleSheet->GetStyleFromClassSelectors(sample); in ACELiteStyleManagerInlineStyle004()