Searched refs:DidShowSuggestions (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_test_delegate.h21 virtual void DidShowSuggestions() = 0;
H A Dautofill_manager.h116 void DidShowSuggestions(bool is_new_popup);
H A Dautofill_external_delegate.cc172 manager_->DidShowSuggestions(
H A Dautofill_metrics_unittest.cc861 autofill_manager_->DidShowSuggestions(true);
862 autofill_manager_->DidShowSuggestions(false);
872 autofill_manager_->DidShowSuggestions(true);
H A Dautofill_manager.cc695 void AutofillManager::DidShowSuggestions(bool is_new_popup) { function in class:autofill::AutofillManager
697 test_delegate_->DidShowSuggestions();
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc115 virtual void DidShowSuggestions() OVERRIDE {

Completed in 1664 milliseconds