Searched refs:iconSrc_ (Results 1 – 6 of 6) sorted by relevance
117 iconSrc_ = src; in SetIcon()122 return iconSrc_; in GetIcon()244 std::string iconSrc_; variable
111 if (icon_ == nullptr || iconSrc_.empty()) { in UpdateIconSrc()118 ImageSourceInfo imageSourceInfo(iconSrc_); in UpdateIconSrc()511 iconSrc_ = src; in UpdateIcon()
617 iconSrc_ = textFieldLayoutProperty->GetIconSrcValue(); in LoadingImageProperty()652 if (iconSrc_.empty()) { in CreateImageSourceInfo()655 info.SetSrc(iconSrc_); in CreateImageSourceInfo()
202 std::string iconSrc_; variable
1934 …if (textField->GetIconImage() == iconSrc_ && textField->GetImageFill() == imageFill_ && widthReser… in UpdateIcon()1938 iconSrc_ = textField->GetIconImage(); in UpdateIcon()1939 if (!iconSrc_.empty() || widthReserved > 0.0) { in UpdateIcon()1941 if (iconSrc_.empty() && widthReserved > 0.0) { in UpdateIcon()1944 imageComponent = AceType::MakeRefPtr<ImageComponent>(iconSrc_); in UpdateIcon()
636 std::string iconSrc_; variable