/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text.h | 81 static void BindSelectionMenu(const JSCallbackInfo& info);
|
H A D | js_web.h | 93 static void BindSelectionMenu(const JSCallbackInfo& info);
|
H A D | js_richeditor.h | 49 static void BindSelectionMenu(const JSCallbackInfo& info);
|
H A D | js_text.cpp | 971 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 D | js_richeditor.cpp | 964 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 D | js_web.cpp | 2000 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 D | richeditor_model_impl.h | 34 void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model.h | 142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu() function in OHOS::Ace::TextModel
|
H A D | text_model_ng.h | 78 void BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, std::function<void()>& buildFunc,
|
H A D | text_model_ng.cpp | 603 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 D | text_pattern.h | 516 void BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, std::function<void()>& menuBuilder,
|
H A D | text_pattern.cpp | 3256 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 D | rich_editor_model_ng.h | 37 void BindSelectionMenu(TextSpanType& editorType, TextResponseType& responseType,
|
H A D | rich_editor_model_ng.cpp | 215 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 D | rich_editor_model.h | 347 virtual void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType,
|
H A D | rich_editor_pattern.h | 680 void BindSelectionMenu(TextResponseType type, TextSpanType richEditorType, std::function<void()>& menuBuilder,
|
H A D | rich_editor_pattern.cpp | 7997 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 D | cj_richeditor_ffi.cpp | 63 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 D | text_testthree_ng.cpp | 618 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 D | rich_editor_overlay_test_ng.cpp | 1066 * @tc.desc: test BindSelectionMenu 1097 richEditorPattern->BindSelectionMenu( in HWTEST_F() 1102 richEditorPattern->BindSelectionMenu( in HWTEST_F() 1106 richEditorPattern->BindSelectionMenu( in HWTEST_F()
|
H A D | rich_editor_pattern_test_ng.cpp | 1855 * @tc.desc: test BindSelectionMenu 1869 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam); in HWTEST_F()
|
H A D | rich_editor_base_test_ng.cpp | 607 * @tc.desc: test GetRichEditorController、SetCustomKeyboard、BindSelectionMenu、SetPlaceholder. 630 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam); in HWTEST_F()
|