Home
last modified time | relevance | path

Searched refs:SetShowDelete (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp73 JSClass<JSPiece>::StaticMethod("showDelete", &JSPiece::SetShowDelete, opt); in JSBind()
93 void JSPiece::SetShowDelete(const JSCallbackInfo& info) in SetShowDelete() function in OHOS::Ace::Framework::JSPiece
103 component->SetShowDelete(showDelete); in SetShowDelete()
108 component->SetShowDelete(showDelete); in SetShowDelete()
111 component->SetShowDelete(showDelete); in SetShowDelete()
H A Djs_piece.h35 static void SetShowDelete(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp135 void PieceComponent::SetShowDelete(bool showDelete) in SetShowDelete() function in OHOS::Ace::PieceComponent
137 declaration_->SetShowDelete(showDelete); in SetShowDelete()
H A Dpiece_component.h72 void SetShowDelete(bool showDelete);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp110 SetShowDelete(StringToBool(attr.second)); in SetSpecializedAttr()
H A Dpiece_declaration.h82 void SetShowDelete(bool showDelete) in SetShowDelete() function in OHOS::Ace::PieceDeclaration

Completed in 3 milliseconds