Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp25 const char BUTTON_TYPE_DOWNLOAD[] = "download"; variable
156 …if ((buttonType_ == BUTTON_TYPE_DOWNLOAD) && (SystemProperties::GetDeviceType() == DeviceType::PHO… in PrepareBoxSize()
189 } else if (buttonType_ == BUTTON_TYPE_DOWNLOAD) { in PrepareUniversalButton()
359 …SystemProperties::GetDeviceType() == DeviceType::PHONE) && (buttonType_ == BUTTON_TYPE_DOWNLOAD)) { in PrepareDisabledBackgroundColor()
376 bool isWatchDownload = isWatch_ && (buttonType_ == BUTTON_TYPE_DOWNLOAD); in PrepareDisabledChildStyle()
406 if ((!buttonTheme_) || isWatch_ || (buttonType_ == BUTTON_TYPE_DOWNLOAD)) { in PrepareWaiting()