Home
last modified time | relevance | path

Searched refs:BindSelectionMenu (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h34 void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType, in BindSelectionMenu() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.h80 static void BindSelectionMenu(const JSCallbackInfo& info);
H A Djs_web.h93 static void BindSelectionMenu(const JSCallbackInfo& info);
H A Djs_richeditor.h49 static void BindSelectionMenu(const JSCallbackInfo& info);
H A Djs_text.cpp966 void JSText::BindSelectionMenu(const JSCallbackInfo& info) in BindSelectionMenu() function in OHOS::Ace::Framework::JSText
1016 TextModel::GetInstance()->BindSelectionMenu(testSpanType, responseType, buildFunc, menuParam); in BindSelectionMenu()
1136 JSClass<JSText>::StaticMethod("bindSelectionMenu", &JSText::BindSelectionMenu); in JSBind()
H A Djs_richeditor.cpp964 void JSRichEditor::BindSelectionMenu(const JSCallbackInfo& info) in BindSelectionMenu() function in OHOS::Ace::Framework::JSRichEditor
1014 … RichEditorModel::GetInstance()->BindSelectionMenu(editorType, responseType, buildFunc, menuParam); in BindSelectionMenu()
1328 JSClass<JSRichEditor>::StaticMethod("bindSelectionMenu", &JSRichEditor::BindSelectionMenu); in JSBind()
H A Djs_web.cpp2008 JSClass<JSWeb>::StaticMethod("bindSelectionMenu", &JSWeb::BindSelectionMenu); in JSBind()
3220 void JSWeb::BindSelectionMenu(const JSCallbackInfo& info) in BindSelectionMenu() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.h37 void BindSelectionMenu(TextSpanType& editorType, TextResponseType& responseType,
H A Drich_editor_model_ng.cpp209 void RichEditorModelNG::BindSelectionMenu(TextSpanType& editorType, TextResponseType& type, in BindSelectionMenu() function in OHOS::Ace::NG::RichEditorModelNG
216 …pattern->BindSelectionMenu(type, editorType, buildFunc, menuParam.onAppear, menuParam.onDisappear); in BindSelectionMenu()
H A Drich_editor_model.h349 virtual void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType,
H A Drich_editor_pattern.h673 …void BindSelectionMenu(TextResponseType type, TextSpanType richEditorType, std::function<void()>& …
H A Drich_editor_pattern.cpp7981 void RichEditorPattern::BindSelectionMenu(TextResponseType type, TextSpanType richEditorType, in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
7985 TextPattern::BindSelectionMenu(richEditorType, type, menuBuilder, onAppear, onDisappear); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model.h142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu() function
H A Dtext_model_ng.h78 …void BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, std::function<void(…
H A Dtext_model_ng.cpp618 void TextModelNG::BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, in BindSelectionMenu() function in OHOS::Ace::NG::TextModelNG
625 …pattern->BindSelectionMenu(spanType, responseType, buildFunc, menuParam.onAppear, menuParam.onDisa… in BindSelectionMenu()
H A Dtext_pattern.h510 …void BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, std::function<void()>…
H A Dtext_pattern.cpp3515 void TextPattern::BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, in BindSelectionMenu() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp83 RichEditorModel::GetInstance()->BindSelectionMenu( in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp582 textModelNG.BindSelectionMenu(textSpanType, textResponseType, buildFunc, memuParam);
788 …pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, nullFunc, onAppear,…
792 …pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, buildFunc, onAppear…
795 …pattern->BindSelectionMenu(TextSpanType::IMAGE, TextResponseType::RIGHT_CLICK, buildFunc, onAppear…
830 …pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::LONG_PRESS, buildFunc, onAppear,…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp1084 richEditorPattern->BindSelectionMenu(
1089 richEditorPattern->BindSelectionMenu(
1093 richEditorPattern->BindSelectionMenu(
H A Drich_editor_base_test_ng.cpp666 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam);
H A Drich_editor_pattern_test_ng.cpp1842 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam);
H A Drich_editor_test_ng.cpp2386 richEditorPattern->BindSelectionMenu(
2391 richEditorPattern->BindSelectionMenu(
2395 richEditorPattern->BindSelectionMenu(