Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp23 const char BUTTON_TYPE_TEXT[] = "text"; variable
185 } else if (buttonType_ == BUTTON_TYPE_TEXT) { in PrepareUniversalButton()
420 …if ((buttonType_ == BUTTON_TYPE_CIRCLE) || (buttonType_ == BUTTON_TYPE_TEXT) || textChild_->GetDat… in PrepareWaiting()