Searched refs:lastAutoFillTextValue_ (Results 1 – 4 of 4) sorted by relevance
121 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 …]
1115 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");
1874 std::string lastAutoFillTextValue_; variable
7194 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()