Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp38 const std::string DROP_TYPE_STYLED_STRING = "ApplicationDefinedType"; variable
53 …<std::string> allowDropSet({ DROP_TYPE_PLAIN_TEXT, DROP_TYPE_HYPERLINK, DROP_TYPE_STYLED_STRING }); in CreateNode()
214 …<std::string> allowDropSet({ DROP_TYPE_PLAIN_TEXT, DROP_TYPE_HYPERLINK, DROP_TYPE_STYLED_STRING }); in ProcessDefaultStyleAndBehaviors()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp47 const std::string DROP_TYPE_STYLED_STRING = "ApplicationDefinedType"; variable
754 …<std::string> allowDropSet({ DROP_TYPE_PLAIN_TEXT, DROP_TYPE_HYPERLINK, DROP_TYPE_STYLED_STRING }); in CreateTextField()