Home
last modified time | relevance | path

Searched defs:DeleteValueInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h36 struct DeleteValueInfo { struct
37 int32_t deleteOffset = 0;
38 TextDeleteDirection direction = TextDeleteDirection::BACKWARD;
39 std::string deleteValue;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp926 auto callback = [&state](const DeleteValueInfo&){ state = true; }; in __anon258ce3454002()