Home
last modified time | relevance | path

Searched refs:SetActionCut (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h394 void SetActionCut(const ActionCutImpl& actionCutImpl) in SetActionCut() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp174 props.SetActionCut([]() {}); in __anon005966390402()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6892 accessibilityProperty->SetActionCut([weakPtr = WeakClaim(this)]() { in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2492 property->SetActionCut([weakPtr = WeakClaim(this)]() { in SetAccessibilityEditAction()