Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h234 const Color& GetDownloadBackgroundColor() const in GetDownloadBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp296 buttonDeclaration_->SetBackgroundColor(buttonTheme_->GetDownloadBackgroundColor()); in PrepareDownloadButton()