Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp27 const std::string UNIT_AUTO_FILL = "auto-fill"; variable
251 …if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npo… in ParseArgs()
270 if (!strs.empty() && strs[0] == UNIT_AUTO_FILL) { in ParseArgs()
320 if (handledArg.find(UNIT_AUTO_FILL) != std::string::npos) { in ConvertRepeatArgs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp35 const std::string UNIT_AUTO_FILL = "auto-fill"; variable
272 if (handledArg.find(UNIT_AUTO_FILL) != std::string::npos) { in ConvertRepeatArgs()
352 if (!strs.empty() && strs[0] == UNIT_AUTO_FILL) { in ParseArgsWithoutAutoFill()
496 …if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npo… in ParseTemplateArgs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp42 const char UNIT_AUTO_FILL[] = "auto-fill"; variable
565 if (!strs.empty() && strs[0] == UNIT_AUTO_FILL) { in ParseArgsInner()
614 if (handledArg.find(UNIT_AUTO_FILL) != std::string::npos) { in ConvertRepeatArgs()
3353 if (args.find(UNIT_AUTO_FILL) == std::string::npos) { in ParseArgsWithAutoFill()
3403 …if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npo… in ParseArgs()