/ohos5.0/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, in BindSelectionMenu() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text.h | 80 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 | 966 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 D | js_richeditor.cpp | 964 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 D | js_web.cpp | 2008 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 D | rich_editor_model_ng.h | 37 void BindSelectionMenu(TextSpanType& editorType, TextResponseType& responseType,
|
H A D | rich_editor_model_ng.cpp | 209 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 D | rich_editor_model.h | 349 virtual void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType,
|
H A D | rich_editor_pattern.h | 673 …void BindSelectionMenu(TextResponseType type, TextSpanType richEditorType, std::function<void()>& …
|
H A D | rich_editor_pattern.cpp | 7981 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 D | text_model.h | 142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu() function
|
H A D | text_model_ng.h | 78 …void BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, std::function<void(…
|
H A D | text_model_ng.cpp | 618 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 D | text_pattern.h | 510 …void BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, std::function<void()>…
|
H A D | text_pattern.cpp | 3515 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 D | cj_richeditor_ffi.cpp | 83 RichEditorModel::GetInstance()->BindSelectionMenu( in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testthree_ng.cpp | 582 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 D | rich_editor_overlay_test_ng.cpp | 1084 richEditorPattern->BindSelectionMenu( 1089 richEditorPattern->BindSelectionMenu( 1093 richEditorPattern->BindSelectionMenu(
|
H A D | rich_editor_base_test_ng.cpp | 666 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam);
|
H A D | rich_editor_pattern_test_ng.cpp | 1842 richEditorModel.BindSelectionMenu(textSpanType, textResponseType, buildFunc, menuParam);
|
H A D | rich_editor_test_ng.cpp | 2386 richEditorPattern->BindSelectionMenu( 2391 richEditorPattern->BindSelectionMenu( 2395 richEditorPattern->BindSelectionMenu(
|