Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h374 std::string GetBindSelectionMenuInJson() const;
H A Dtext_pattern.cpp2441 json->PutExtAttr("bindSelectionMenu", GetBindSelectionMenuInJson().c_str(), filter); in ToJsonValue()
2446 std::string TextPattern::GetBindSelectionMenuInJson() const in GetBindSelectionMenuInJson() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8964 json->PutExtAttr("bindSelectionMenu", GetBindSelectionMenuInJson().c_str(), filter); in OnBackPressed()