Searched refs:SetShowIconImage (Results 1 – 5 of 5) sorted by relevance
381 void TextFieldComponent::SetShowIconImage(const std::string& showImage) in SetShowIconImage() function in OHOS::Ace::TextFieldComponent383 declaration_->SetShowIconImage(showImage); in SetShowIconImage()
153 void SetShowIconImage(const std::string& showImage);
146 …ieldDeclaration& declaration, const std::string& value) { declaration.SetShowIconImage(value); } }, in SetSpecializedAttr()
642 void SetShowIconImage(const std::string& showImage) in SetShowIconImage() function
173 const std::string& value) { component->SetShowIconImage(value); } }, in SetChildAttr()