Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp22 const char BUTTON_TYPE_CAPSULE[] = "capsule"; variable
183 } else if (buttonType_ == BUTTON_TYPE_CAPSULE) { in PrepareUniversalButton()
457 if ((buttonType_ == BUTTON_TYPE_CAPSULE) || (buttonType_ == BUTTON_TYPE_CIRCLE)) { in PrepareBorderStyle()