Home
last modified time | relevance | path

Searched defs:onWillDelete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp1551 … auto onWillDelete = reinterpret_cast<std::function<bool(const DeleteValueInfo&)>*>(callback); in SetTextAreaOnWillDelete() local
1969 auto onWillDelete = [node, extraParam](const DeleteValueInfo& Info) -> bool { in SetTextAreaOnWillDeleteValue() local
H A Dsearch_modifier.cpp738 … auto onWillDelete = reinterpret_cast<std::function<bool(const DeleteValueInfo&)>*>(callback); in SetSearchOnWillDelete() local
H A Dnode_text_input_modifier.cpp2156 auto onWillDelete = [node, extraParam](const DeleteValueInfo& Info) -> bool { in SetTextInputOnWillDelete() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js9578 onWillDelete(callback) { method in ArkSearchComponent
13342 onWillDelete(callback) { method in ArkTextAreaComponent
15028 onWillDelete(callback) { method in ArkTextInputComponent