Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h71 SELECT_ALL, enumerator
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h120 static const uint32_t SELECT_ALL = 0xFFFFFFFF; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h77 SELECT_ALL = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h138 enum class OptionMenuActionId { COPY, CUT, PASTE, SELECT_ALL, CAMERA_INPUT, AI_WRITE, APPEAR, DISAP… enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h95 enum class SelectionMode { SELECT, SELECT_ALL, NONE }; enumerator