Home
last modified time | relevance | path

Searched refs:BindSelectionMenu (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.h81 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.cpp971 void JSText::BindSelectionMenu(const JSCallbackInfo& info) in BindSelectionMenu() function in OHOS::OHOS::Ace::Framework::JSText
1007 ACE_SCORING_EVENT("BindSelectionMenu"); in BindSelectionMenu()
1021 TextModel::GetInstance()->BindSelectionMenu(testSpanType, responseType, buildFunc, menuParam); in BindSelectionMenu()
1141 JSClass<JSText>::StaticMethod("bindSelectionMenu", &JSText::BindSelectionMenu); in JSBind()
H A Djs_richeditor.cpp964 void JSRichEditor::BindSelectionMenu(const JSCallbackInfo& info) in BindSelectionMenu() function in OHOS::OHOS::Ace::Framework::JSRichEditor
996 ACE_SCORING_EVENT("BindSelectionMenu"); in BindSelectionMenu()
1014 RichEditorModel::GetInstance()->BindSelectionMenu(editorType, responseType, buildFunc, menuParam); in BindSelectionMenu()
1328 JSClass<JSRichEditor>::StaticMethod("bindSelectionMenu", &JSRichEditor::BindSelectionMenu); in JSBind()
H A Djs_web.cpp2000 JSClass<JSWeb>::StaticMethod("bindSelectionMenu", &JSWeb::BindSelectionMenu); in JSBind()
3314 void JSWeb::BindSelectionMenu(const JSCallbackInfo& info) in BindSelectionMenu() function in OHOS::OHOS::Ace::Framework::JSWeb
3336 ACE_SCORING_EVENT("BindSelectionMenu"); in BindSelectionMenu()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h34 void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType,
/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 in OHOS::Ace::TextModel
H A Dtext_model_ng.h78 void BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, std::function<void()>& buildFunc,
H A Dtext_model_ng.cpp603 void TextModelNG::BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, in BindSelectionMenu() function in OHOS::Ace::NG::TextModelNG
610 pattern->BindSelectionMenu(spanType, responseType, buildFunc, menuParam.onAppear, menuParam.onDisappear); in BindSelectionMenu()
H A Dtext_pattern.h516 void BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, std::function<void()>& menuBuilder,
H A Dtext_pattern.cpp3256 std::string("BindSelectionMenu: ").append(std::to_string(selectionMenuMap_.empty()))); in DumpAdvanceInfo()
3708 void TextPattern::BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, in BindSelectionMenu() function in TextPattern
4386 json->Put("BindSelectionMenu", std::to_string(selectionMenuMap_.empty()).c_str()); in DumpAdvanceInfo()
/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.cpp215 void RichEditorModelNG::BindSelectionMenu(TextSpanType& editorType, TextResponseType& type, in BindSelectionMenu() function in OHOS::Ace::NG::RichEditorModelNG
222 pattern->BindSelectionMenu(type, editorType, buildFunc, menuParam.onAppear, menuParam.onDisappear); in BindSelectionMenu()
H A Drich_editor_model.h347 virtual void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType,
H A Drich_editor_pattern.h680 void BindSelectionMenu(TextResponseType type, TextSpanType richEditorType, std::function<void()>& menuBuilder,
H A Drich_editor_pattern.cpp7997 void RichEditorPattern::BindSelectionMenu(TextResponseType type, TextSpanType richEditorType,
8001 TextPattern::BindSelectionMenu(richEditorType, type, menuBuilder, onAppear, onDisappear);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp63 LOGE("BindSelectionMenu error, invalid value for responseType"); in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
68 LOGE("BindSelectionMenu error, invalid value for spantype"); in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
79 RichEditorModel::GetInstance()->BindSelectionMenu( in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp618 textModelNG.BindSelectionMenu(textSpanType, textResponseType, buildFunc, memuParam); in HWTEST_F()
794 * @tc.desc: Test BindSelectionMenu
824 pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, nullFunc, onAppear, onDisappear); in HWTEST_F()
828 pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::RIGHT_CLICK, buildFunc, onAppear, onDisappear); in HWTEST_F()
831 pattern->BindSelectionMenu(TextSpanType::IMAGE, TextResponseType::RIGHT_CLICK, buildFunc, onAppear, onDisappear); in HWTEST_F()
866 pattern->BindSelectionMenu(TextSpanType::MIXED, TextResponseType::LONG_PRESS, buildFunc, onAppear, onDisappear); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp1066 * @tc.desc: test BindSelectionMenu
1097 richEditorPattern->BindSelectionMenu( in HWTEST_F()
1102 richEditorPattern->BindSelectionMenu( in HWTEST_F()
1106 richEditorPattern->BindSelectionMenu( in HWTEST_F()
H A Drich_editor_pattern_test_ng.cpp1855 * @tc.desc: test BindSelectionMenu
1869 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam); in HWTEST_F()
H A Drich_editor_base_test_ng.cpp607 * @tc.desc: test GetRichEditorController、SetCustomKeyboard、BindSelectionMenu、SetPlaceholder.
630 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam); in HWTEST_F()

Completed in 58 milliseconds