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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_view_delegate.h38 virtual void SelectionCleared() = 0;
H A Dpassword_generation_popup_controller_impl.h96 virtual void SelectionCleared() OVERRIDE;
H A Dautofill_popup_controller_impl.h79 virtual void SelectionCleared() OVERRIDE;
H A Dpassword_generation_popup_controller_impl.cc234 void PasswordGenerationPopupControllerImpl::SelectionCleared() { function in class:autofill::PasswordGenerationPopupControllerImpl
H A Dautofill_popup_controller_impl.cc317 void AutofillPopupControllerImpl::SelectionCleared() { function in class:autofill::AutofillPopupControllerImpl
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view_browsertest.cc31 MOCK_METHOD0(SelectionCleared, void());
97 EXPECT_CALL(mock_delegate_, SelectionCleared());
H A Dautofill_popup_base_view.cc231 delegate_->SelectionCleared();

Completed in 78 milliseconds