Home
last modified time | relevance | path

Searched defs:iconSrc (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp329 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
385 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
447 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
505 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
777 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
834 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
896 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
954 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
1205 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
1261 ImageSourceInfo iconSrc = iconProp->GetImageSourceInfo().value_or(ImageSourceInfo()); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.h90const std::string& iconSrc, const std::string& bundleName, const std::string& moduleName) override… in SetCanacelIconSrc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmenu_item_modifier.cpp188 void SetSelectIconSrc(ArkUINodeHandle node, const char* iconSrc) in SetSelectIconSrc()
H A Dnode_text_input_modifier.cpp731 std::string iconSrc(src); in SetTextInputCancelButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp1258 auto iconSrc = isStart ? itemProperty->GetStartIcon().value_or(defaultImageSourceInfo) in UpdateIcon() local
1294 …ern::UpdateImageIcon(RefPtr<FrameNode>& row, RefPtr<FrameNode>& iconNode, ImageSourceInfo& iconSrc, in UpdateImageIcon()
1344 …rn::UpdateSymbolIcon(RefPtr<FrameNode>& row, RefPtr<FrameNode>& iconNode, ImageSourceInfo& iconSrc, in UpdateSymbolIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h27 std::string iconSrc; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp375 std::string iconSrc; in SetCancelImageIcon() local
H A Djs_textfield.cpp1443 std::string iconSrc; in SetCancelIconColorAndIconSrc() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp837 const std::string& iconSrc, const std::string& bundleName, const std::string& moduleName) in SetCanacelIconSrc()
1329 void TextFieldModelNG::SetCanacelIconSrc(FrameNode* frameNode, const std::string& iconSrc) in SetCanacelIconSrc()