Home
last modified time | relevance | path

Searched refs:buttonChild_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp64 buttonChild_->SetCatchMode(false); in DOMButton()
68 buttonChild_->AppendChild(paddingChild_); in DOMButton()
149 boxComponent_->SetWidth(buttonChild_->GetWidth().Value(), buttonChild_->GetWidth().Unit()); in PrepareBoxSize()
152 … boxComponent_->SetHeight(buttonChild_->GetHeight().Value(), buttonChild_->GetHeight().Unit()); in PrepareBoxSize()
216 buttonChild_->SetType(ButtonType::ICON); in PrepareIconButton()
225 buttonChild_->SetType(ButtonType::CAPSULE); in PrepareCapsuleButton()
241 buttonChild_->SetType(ButtonType::TEXT); in PrepareTextButton()
275 buttonChild_->SetType(ButtonType::CIRCLE); in PrepareCircleButton()
287 buttonChild_->SetType(ButtonType::DOWNLOAD); in PrepareDownloadButton()
321 buttonChild_->SetType(ButtonType::ARC); in PrepareArcButton()
[all …]
H A Ddom_button.h39 return buttonChild_; in GetSpecializedComponent()
75 RefPtr<ButtonComponent> buttonChild_; variable