Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
H A Dpaste_button_common.h30 TEXT_NULL = -1, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
H A Dlocation_button_common.h31 TEXT_NULL = -1, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_common.h32 TEXT_NULL = -1, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_common.h37 TEXT_NULL = -1, enumerator
H A Dsecurity_component_model_ng.cpp62 if ((text == static_cast<int32_t>(SecurityComponentDescription::TEXT_NULL)) || in InitLayoutProperty()
110 if (style.text != static_cast<int32_t>(SecurityComponentDescription::TEXT_NULL)) { in CreateNode()
H A Dsecurity_component_layout_element.cpp108 static_cast<int32_t>(SecurityComponentDescription::TEXT_NULL)) { in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp48 text = LocationButtonLocationDescription::TEXT_NULL; in ParseComponentStyle()
62 if ((text == LocationButtonLocationDescription::TEXT_NULL) && in ParseComponentStyle()
H A Djs_paste_button.cpp48 text = PasteButtonPasteDescription::TEXT_NULL; in ParseComponentStyle()
61 if ((text == PasteButtonPasteDescription::TEXT_NULL) && in ParseComponentStyle()
H A Djs_save_button.cpp48 text = SaveButtonSaveDescription::TEXT_NULL; in ParseComponentStyle()
62 if ((text == SaveButtonSaveDescription::TEXT_NULL) && in ParseComponentStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp902 CreateSecurityComponent(static_cast<int32_t>(SecurityComponentDescription::TEXT_NULL),