Searched refs:RemoveSelectedLine (Results 1 – 3 of 3) sorted by relevance
95 using AutofillPopupControllerImpl::RemoveSelectedLine;246 EXPECT_FALSE(autofill_popup_controller_->RemoveSelectedLine()); in TEST_F()251 EXPECT_FALSE(autofill_popup_controller_->RemoveSelectedLine()); in TEST_F()258 EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine()); in TEST_F()264 EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine()); in TEST_F()284 EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine()); in TEST_F()
131 bool RemoveSelectedLine();
294 RemoveSelectedLine(); in HandleKeyPressEvent()506 bool AutofillPopupControllerImpl::RemoveSelectedLine() { in RemoveSelectedLine() function in autofill::AutofillPopupControllerImpl