Searched refs:GetCloseIconSrc (Results 1 – 5 of 5) sorted by relevance
70 const std::string& SearchComponent::GetCloseIconSrc() const in GetCloseIconSrc() function in OHOS::Ace::SearchComponent72 return declaration_->GetCloseIconSrc(); in GetCloseIconSrc()
53 const std::string& GetCloseIconSrc() const;
230 const auto& closeIconSrc = searchComponent->GetCloseIconSrc(); in CreateRenderImage()
55 std::string icon = renderSearch ? renderSearch->GetSearchComponent()->GetCloseIconSrc() : ""; in GetIcon()
98 const std::string& GetCloseIconSrc() const in GetCloseIconSrc() function