Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h26 bool showDelete = false; member
80 return attribute.showDelete; in ShowDelete()
82 void SetShowDelete(bool showDelete) in SetShowDelete() argument
85 attribute.showDelete = showDelete; in SetShowDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp98 bool showDelete = false; in SetShowDelete() local
105 showDelete = info[0]->ToBoolean(); in SetShowDelete()
106 component->SetShowDelete(showDelete); in SetShowDelete()
110 showDelete = static_cast<bool>(arg); in SetShowDelete()
111 component->SetShowDelete(showDelete); in SetShowDelete()
114 component->SetShowDelete(showDelete); in SetShowDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp135 void PieceComponent::SetShowDelete(bool showDelete) in SetShowDelete() argument
137 declaration_->SetShowDelete(showDelete); in SetShowDelete()
H A Dpiece_component.h72 void SetShowDelete(bool showDelete);