Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp147 …const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = f… in BuildPasteButton()
232 float& buttonWidth, bool isSelectAll = false) in BuildButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1002 auto isSelectAll = layoutProperty->GetSelectAllValueValue(false); in HandleFocusEvent() local