Home
last modified time | relevance | path

Searched refs:RemoveSelectedLine (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_unittest.cc95 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()
Dautofill_popup_controller_impl.h131 bool RemoveSelectedLine();
Dautofill_popup_controller_impl.cc294 RemoveSelectedLine(); in HandleKeyPressEvent()
506 bool AutofillPopupControllerImpl::RemoveSelectedLine() { in RemoveSelectedLine() function in autofill::AutofillPopupControllerImpl