Searched refs:AcceptSelectedLine (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_view_delegate.h34 virtual bool AcceptSelectedLine() = 0;
H A Dpassword_generation_popup_controller_impl.h95 virtual bool AcceptSelectedLine() OVERRIDE;
H A Dautofill_popup_controller_impl.h78 virtual bool AcceptSelectedLine() OVERRIDE;
H A Dpassword_generation_popup_controller_impl.cc226 bool PasswordGenerationPopupControllerImpl::AcceptSelectedLine() { function in class:autofill::PasswordGenerationPopupControllerImpl
H A Dautofill_popup_controller_impl.cc278 AcceptSelectedLine();
281 return AcceptSelectedLine();
303 bool AutofillPopupControllerImpl::AcceptSelectedLine() { function in class:autofill::AutofillPopupControllerImpl
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view_browsertest.cc30 MOCK_METHOD0(AcceptSelectedLine, bool());
96 EXPECT_CALL(mock_delegate_, AcceptSelectedLine());
H A Dautofill_popup_base_view.cc210 return delegate_->AcceptSelectedLine();
226 delegate_->AcceptSelectedLine();

Completed in 141 milliseconds