Home
last modified time | relevance | path

Searched refs:GetMenuParams (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp338 auto menuParams = pattern ? pattern->GetMenuParams(selectType, responseType) : nullptr; in CheckMenuParamChange()
H A Drich_editor_pattern.cpp7157 std::shared_ptr<SelectionMenuParams> menuParams = GetMenuParams(selectType, responseType); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h763 …std::shared_ptr<SelectionMenuParams> GetMenuParams(TextSpanType type, TextResponseType responseTyp…
H A Dtext_pattern.cpp3546 std::shared_ptr<SelectionMenuParams> TextPattern::GetMenuParams(TextSpanType spanType, TextResponse… in GetMenuParams() function in OHOS::Ace::NG::TextPattern
3562 menuParams = GetMenuParams(currentSpanType, responseType); in CopySelectionMenuParams()
3624 return GetMenuParams(currentSpanType, TextResponseType::SELECTED_BY_MOUSE) != nullptr; in IsSelectedBindSelectionMenu()