HomeSort by relevance Sort by last modified time
    Searched refs:RemoveSelectedLine (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 95 using AutofillPopupControllerImpl::RemoveSelectedLine;
246 EXPECT_FALSE(autofill_popup_controller_->RemoveSelectedLine());
251 EXPECT_FALSE(autofill_popup_controller_->RemoveSelectedLine());
258 EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine());
264 EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine());
284 EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine());
autofill_popup_controller_impl.h 115 bool RemoveSelectedLine();
autofill_popup_controller_impl.cc 273 RemoveSelectedLine();
471 bool AutofillPopupControllerImpl::RemoveSelectedLine() {

Completed in 181 milliseconds