Home
last modified time | relevance | path

Searched refs:notSupportStyles (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_row.cpp72 static const std::list<const char*> notSupportStyles { in SetSpecializedStyle() local
83 …if (std::find(notSupportStyles.begin(), notSupportStyles.end(), style.first.c_str()) != notSupport… in SetSpecializedStyle()
H A Ddom_grid_container.cpp143 static const std::list<const char*> notSupportStyles { in SetSpecializedStyle() local
155 …if (std::find(notSupportStyles.begin(), notSupportStyles.end(), style.first.c_str()) != notSupport… in SetSpecializedStyle()