Home
last modified time | relevance | path

Searched defs:deleteValue (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp28 const int deleteValue = 234; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp198 const NG::RichEditorDeleteValue& deleteValue) -> bool { in FfiOHOSAceFrameworkRichEditorAboutToDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h39 std::string deleteValue; member
H A Dtext_field_pattern.cpp5445 const std::string& deleteValue, TextDeleteDirection direction, int32_t offset) in BeforeIMEDeleteValue()
5458 void TextFieldPattern::AfterIMEDeleteValue(const std::string& deleteValue, TextDeleteDirection dire… in AfterIMEDeleteValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp971 const DeleteValueInfo& deleteValue) { in OnWillDelete()
989 const DeleteValueInfo& deleteValue) { in OnDidDelete()
H A Djs_textfield.cpp1704 const DeleteValueInfo& deleteValue) { in OnWillDelete()
1722 const DeleteValueInfo& deleteValue) { in OnDidDelete()
H A Djs_richeditor.cpp517 const NG::RichEditorDeleteValue& deleteValue) -> bool { in SetAboutToDelete()
700 JSRef<JSVal> JSRichEditor::CreateJsAboutToDelet(const NG::RichEditorDeleteValue& deleteValue) in CreateJsAboutToDelet()
711 JSRef<JSArray> JSRichEditor::CreateJSDeleteSpans(const NG::RichEditorDeleteValue& deleteValue) in CreateJSDeleteSpans()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp1524 func = panda::CopyableGlobal(vm, func)](const DeleteValueInfo& deleteValue) -> bool { in SetOnWillDelete()
1570 func = panda::CopyableGlobal(vm, func)](const DeleteValueInfo& deleteValue) { in SetOnDidDelete()
H A Darkts_native_text_area_bridge.cpp1914 func = panda::CopyableGlobal(vm, func)](const DeleteValueInfo& deleteValue) -> bool { in SetOnWillDelete()
1960 func = panda::CopyableGlobal(vm, func)](const DeleteValueInfo& deleteValue) { in SetOnDidDelete()