Home
last modified time | relevance | path

Searched refs:AppStyleSheet (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_sheet.cpp23 void AppStyleSheet::Reset() in Reset()
44 void AppStyleSheet::InitSheet(jerry_value_t styleSheetObj) in InitSheet()
60 void AppStyleSheet::InitMediaSelectors(const jerry_value_t styleSheetObj) in InitMediaSelectors()
91 void AppStyleSheet::HandleSingleMediaItem(const jerry_value_t mediaItem) in HandleSingleMediaItem()
119 void AppStyleSheet::InitNormalSelectors(const jerry_value_t styleSheetObj, bool overwrite) in InitNormalSelectors()
152 void AppStyleSheet::InitSelectors(AppStyleList **selectorsList, jerry_value_t selectorsObj, in InitSelectors()
190 AppStyle *AppStyleSheet::GetStyleFromIDSelectors(const char * const name) const in GetStyleFromIDSelectors()
195 AppStyle *AppStyleSheet::GetStyleFromClassSelectors(const char * const name) const in GetStyleFromClassSelectors()
200 AppStyle *AppStyleSheet::GetStyleFromKeyFramesSelectors(const char * const name) const in GetStyleFromKeyFramesSelectors()
205 AppStyle *AppStyleSheet::GetStyleFromSelectors(AppStyleList *selectors, const char * const name) co… in GetStyleFromSelectors()
H A Dapp_style_sheet.h26 class AppStyleSheet final : public MemoryHeap {
28 ACE_DISALLOW_COPY_AND_MOVE(AppStyleSheet);
29AppStyleSheet() : idSelectors_(nullptr), classSelectors_(nullptr), keyFrameSelectors_(nullptr) {} in AppStyleSheet() function
30 ~AppStyleSheet() in ~AppStyleSheet()
H A Dapp_style_manager.h34 const AppStyleSheet* GetStyleSheet();
52 AppStyleSheet* styleSheet_;
H A Dapp_style_manager.cpp66 const AppStyleSheet *AppStyleManager::GetStyleSheet() in GetStyleSheet()
98 styleSheet_ = new AppStyleSheet(); in InitStyleSheet()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_media_query_tdd_test.cpp525 const AppStyleSheet *styleSheet = styleManager.GetStyleSheet();
552 const AppStyleSheet *styleSheet = styleMgr.GetStyleSheet();
593 const AppStyleSheet *styleSheet = styleManagerInstance.GetStyleSheet();
616 const AppStyleSheet *styleSheet = appStyleManagerInner.GetStyleSheet();
644 const AppStyleSheet *styleSheet = styleManagerInstance.GetStyleSheet();
670 const AppStyleSheet *styleSheet = appStyleManager.GetStyleSheet();
697 const AppStyleSheet *styleSheet = appStyleManager.GetStyleSheet();
773 const AppStyleSheet *styleSheet = styleMgr.GetStyleSheet();
801 const AppStyleSheet *styleSheet = appStyleManager.GetStyleSheet();
831 const AppStyleSheet *styleSheet = styleMgrInstance.GetStyleSheet();
[all …]
H A Dstylemgr_media_query_tdd_test.h55 int CalcAppStyleCount(const AppStyleSheet *list) const;
58 int GetItemCountOfSelector(const AppStyleSheet *list, const char *selectorName) const;
59 …const AppStyle *GetStyleFromSelectorList(const AppStyleSheet *styleList, const char *selectorName)…
62 …GetStyleItemByName(const AppStyleSheet *list, const char *selectorName, const char *itemName) cons…
H A Dstylemgr_tdd_test.cpp366 AppStyleSheet* styleSheet = const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()); in ACELiteStyleManagerInlineStyle003()
428 AppStyleSheet* styleSheet = const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()); in ACELiteStyleManagerInlineStyle004()
491 AppStyleSheet* styleSheet = const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()); in ACELiteStyleManagerInlineStyle005()
710 AppStyleSheet* appStyleSheet = const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()); in ACELiteStyleManagerIDSelector005()
749 EXPECT_TRUE(const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()) == nullptr); in ACELiteStyleManagerClassSelector001()
782 … const AppStyleSheet* appStyleSheet = const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()); in ACELiteStyleManagerClassSelector002()
836 AppStyleSheet* appStyleSheet = const_cast<AppStyleSheet *>(g_testStyleMgr->GetStyleSheet()); in ACELiteStyleManagerClassSelector003()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp752 const AppStyleSheet *styleSheet = GetStyleManager()->GetStyleSheet(); in SetAnimationKeyFrames()