Home
last modified time | relevance | path

Searched refs:GetCloseIconSrc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp70 const std::string& SearchComponent::GetCloseIconSrc() const in GetCloseIconSrc() function in OHOS::Ace::SearchComponent
72 return declaration_->GetCloseIconSrc(); in GetCloseIconSrc()
H A Dsearch_component.h53 const std::string& GetCloseIconSrc() const;
H A Drender_search.cpp230 const auto& closeIconSrc = searchComponent->GetCloseIconSrc(); in CreateRenderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dsearch_composed_element.cpp55 std::string icon = renderSearch ? renderSearch->GetSearchComponent()->GetCloseIconSrc() : ""; in GetIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h98 const std::string& GetCloseIconSrc() const in GetCloseIconSrc() function