Home
last modified time | relevance | path

Searched defs:SetOnWillInsertValueEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.h96 void SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) override {}; in SetOnWillInsertValueEvent() function
H A Dsearch_model_impl.h70 void SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) override {}; in SetOnWillInsertValueEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h335 void SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function
H A Dtext_field_model_ng.cpp1798 void TextFieldModelNG::SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::TextFieldModelNG
1989 void TextFieldModelNG::SetOnWillInsertValueEvent(FrameNode* frameNode, in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp626 void SearchModelNG::SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::SearchModelNG
1769 void SearchModelNG::SetOnWillInsertValueEvent(FrameNode* frameNode, std::function<bool(const Insert… in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::SearchModelNG