Home
last modified time | relevance | path

Searched refs:ShowAutofillSettings (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dtest_autofill_client.cc31 void TestAutofillClient::ShowAutofillSettings() { in ShowAutofillSettings() function in autofill::TestAutofillClient
Dtest_autofill_client.h27 virtual void ShowAutofillSettings() OVERRIDE;
Dautofill_client.h72 virtual void ShowAutofillSettings() = 0;
Dautofill_manager.h89 void ShowAutofillSettings();
Dautofill_external_delegate.cc187 manager_->ShowAutofillSettings(); in DidAcceptSuggestion()
Dautofill_manager.cc280 void AutofillManager::ShowAutofillSettings() { in ShowAutofillSettings() function in autofill::AutofillManager
281 client_->ShowAutofillSettings(); in ShowAutofillSettings()
/external/chromium_org/chrome/browser/ui/autofill/
Dchrome_autofill_client.h45 virtual void ShowAutofillSettings() OVERRIDE;
Dchrome_autofill_client.cc80 void ChromeAutofillClient::ShowAutofillSettings() { in ShowAutofillSettings() function in autofill::ChromeAutofillClient
/external/chromium_org/android_webview/native/
Daw_autofill_client.h63 virtual void ShowAutofillSettings() OVERRIDE;
Daw_autofill_client.cc175 void AwAutofillClient::ShowAutofillSettings() { in ShowAutofillSettings() function in android_webview::AwAutofillClient