Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_check_test.cpp121 pattern_->lastAutoFillTextValue_ = "a";
154 pattern_->lastAutoFillTextValue_ = "a";
187 pattern_->lastAutoFillTextValue_ = "a";
220 pattern_->lastAutoFillTextValue_ = "a";
253 pattern_->lastAutoFillTextValue_ = "a";
286 pattern_->lastAutoFillTextValue_ = "a";
319 pattern_->lastAutoFillTextValue_ = "a";
352 pattern_->lastAutoFillTextValue_ = "a";
385 pattern_->lastAutoFillTextValue_ = "a";
418 pattern_->lastAutoFillTextValue_ = "a";
[all …]
H A Dtext_field_pattern_testtwo.cpp1115 pattern->lastAutoFillTextValue_ = "";
1117 EXPECT_EQ(pattern->lastAutoFillTextValue_, "Test");
1137 pattern->lastAutoFillTextValue_ = "";
1139 EXPECT_NE(pattern->lastAutoFillTextValue_, "Test");
1142 pattern->lastAutoFillTextValue_ = "";
1144 EXPECT_NE(pattern->lastAutoFillTextValue_, "Test");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1874 std::string lastAutoFillTextValue_; variable
H A Dtext_field_pattern.cpp7194 lastAutoFillTextValue_ = contentController_->GetTextValue(); in OnBackPressed()
7233 lastAutoFillTextValue_ = nodeWrap->GetValue(); in OnBackPressed()
7310 …if (!lastAutoFillTextValue_.empty() && contentController_->GetTextValue() != lastAutoFillTextValue… in OnBackPressed()
7316 if (contentController_->GetTextValue() != lastAutoFillTextValue_) { in OnBackPressed()