Home
last modified time | relevance | path

Searched refs:searchButton_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.h296 std::string searchButton_; variable
H A Dsearch_pattern.cpp231 searchButton_ = searchButton.has_value() ? searchButton->value() : ""; in OnModifyDone()
241 buttonLayoutProperty->UpdateLabel(searchButton_); in OnModifyDone()