Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
H A Dpaste_button_common.h26 ICON_LINE = 0 enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
H A Dlocation_button_common.h27 ICON_LINE = 1 enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_common.h27 ICON_LINE = 1, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp55 (icon > LocationButtonIconStyle::ICON_LINE)) { in ParseComponentStyle()
88 static_cast<int32_t>(LocationButtonIconStyle::ICON_LINE), in Create()
H A Djs_paste_button.cpp54 if ((icon != PasteButtonIconStyle::ICON_LINE)) { in ParseComponentStyle()
87 static_cast<int32_t>(PasteButtonIconStyle::ICON_LINE), in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp169 …static_cast<int32_t>(PasteButtonIconStyle::ICON_LINE), static_cast<int32_t>(ButtonType::NORMAL), t… in CreatePasteButton()