Home
last modified time | relevance | path

Searched refs:IsNeedProcessAutoFill (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.h39 bool IsNeedProcessAutoFill() override;
H A Dsearch_text_field.cpp138 bool SearchTextFieldPattern::IsNeedProcessAutoFill() in IsNeedProcessAutoFill() function in OHOS::Ace::NG::SearchTextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1505 virtual bool IsNeedProcessAutoFill();
H A Dtext_field_pattern.cpp2419 if (!IsNeedProcessAutoFill()) { in DoProcessAutoFill()
8647 CHECK_NULL_VOID(IsNeedProcessAutoFill()); in OnBackPressed()
8658 CHECK_NULL_VOID(IsNeedProcessAutoFill()); in OnBackPressed()
8674 CHECK_NULL_VOID(IsNeedProcessAutoFill()); in OnBackPressed()
8732 bool TextFieldPattern::IsNeedProcessAutoFill() in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern