Searched refs:autofill (Results 1 - 25 of 740) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc18 #include "components/autofill/core/common/autofill_pref_names.h"
199 // Create user pref service for autofill functionality.
207 // of autofill, which is why it is hardcoded as disabled here.
209 autofill::prefs::kAutofillEnabled, false);
211 autofill::prefs::kAutofillPositiveUploadRate, 0.0);
213 autofill::prefs::kAutofillNegativeUploadRate, 0.0);
H A Daw_form_database_service.cc8 #include "components/autofill/core/browser/webdata/autofill_table.h"
34 scoped_ptr<WebDatabaseTable>(new autofill::AutofillTable(
38 autofill_data_ = new autofill::AutofillWebDataService(
60 scoped_refptr<autofill::AutofillWebDataService>
H A Daw_form_database_service.h10 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
39 scoped_refptr<autofill::AutofillWebDataService>
59 scoped_refptr<autofill::AutofillWebDataService> autofill_data_;
H A Daw_form_database_service_unittest.cc13 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
14 #include "components/autofill/core/common/form_field_data.h"
19 using autofill::AutofillWebDataService;
20 using autofill::FormFieldData;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwAutofillClient.java12 import org.chromium.ui.autofill.AutofillPopup;
13 import org.chromium.ui.autofill.AutofillSuggestion;
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc19 #include "components/autofill/core/browser/autofill_popup_delegate.h"
20 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
21 #include "components/autofill/core/common/autofill_pref_names.h"
35 // Ownership: The native object is created (if autofill enabled) and owned by
37 // autofill functionality at the java side. The java peer is owned by Java
68 autofill::PersonalDataManager* AwAutofillClient::GetPersonalDataManager() {
72 scoped_refptr<autofill::AutofillWebDataService>
87 base::WeakPtr<autofill::AutofillPopupDelegate> delegate) {
142 // Leaving as an empty method since updating autofill popup window
161 const std::vector<autofill
[all...]
H A Daw_autofill_client.h16 #include "components/autofill/core/browser/autofill_client.h"
19 namespace autofill { namespace
42 // Manager delegate for the autofill functionality. Android webview
49 class AwAutofillClient : public autofill::AutofillClient,
58 virtual autofill::PersonalDataManager* GetPersonalDataManager() OVERRIDE;
59 virtual scoped_refptr<autofill::AutofillWebDataService> GetDatabase()
65 const autofill::AutofillMetrics& metric_logger,
68 const autofill::FormData& form,
78 base::WeakPtr<autofill::AutofillPopupDelegate> delegate) OVERRIDE;
85 const std::vector<autofill
[all...]
H A Daw_contents.cc46 #include "components/autofill/content/browser/content_autofill_driver.h"
47 #include "components/autofill/core/browser/autofill_manager.h"
48 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
74 using autofill::ContentAutofillDriver;
75 using autofill::AutofillManager;
245 // Check if the autofill driver already exists.
/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc18 #include "components/autofill/content/renderer/autofill_agent.h"
19 #include "components/autofill/content/renderer/password_autofill_agent.h"
143 // TODO(sgurun) do not create a password autofill agent (change
144 // autofill agent to store a weakptr).
145 autofill::PasswordAutofillAgent* password_autofill_agent =
146 new autofill::PasswordAutofillAgent(render_view);
147 new autofill::AutofillAgent(render_view, password_autofill_agent, NULL);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogControllerAndroid.java5 package org.chromium.chrome.browser.autofill;
16 @JNINamespace("autofill")
H A DAutofillDialogResult.java5 package org.chromium.chrome.browser.autofill;
14 @JNINamespace("autofill")
H A DAutofillLogger.java5 package org.chromium.chrome.browser.autofill;
13 @JNINamespace("autofill")
H A DAutofillPopupBridge.java5 package org.chromium.chrome.browser.autofill;
12 import org.chromium.ui.autofill.AutofillPopup;
13 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
14 import org.chromium.ui.autofill.AutofillSuggestion;
22 @JNINamespace("autofill")
H A DPersonalDataManager.java5 package org.chromium.chrome.browser.autofill;
21 * See chrome/browser/autofill/personal_data_manager.h for more details.
23 @JNINamespace("autofill")
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogControllerTest.java5 package org.chromium.chrome.browser.autofill;
185 @Feature({"autofill"})
194 @Feature({"autofill"})
203 @Feature({"autofill"})
212 @Feature({"autofill"})
221 @Feature({"autofill"})
232 @Feature({"autofill"})
240 @Feature({"autofill"})
248 @Feature({"autofill"})
258 @Feature({"autofill"})
[all...]
H A DAutofillPopupTest.java5 package org.chromium.chrome.browser.autofill;
16 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
24 import org.chromium.ui.autofill.AutofillPopup;
192 @Feature({"autofill"})
240 @Feature({"autofill"})
259 @Feature({"autofill"})
277 @Feature({"autofill"})
H A DAutofillTest.java5 package org.chromium.chrome.browser.autofill;
18 import org.chromium.ui.autofill.AutofillPopup;
19 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
20 import org.chromium.ui.autofill.AutofillSuggestion;
123 @Feature({"autofill"})
133 @Feature({"autofill"})
H A DAutofillTestHelper.java5 package org.chromium.chrome.browser.autofill;
8 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
9 import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
10 import org.chromium.chrome.browser.autofill.PersonalDataManager.PersonalDataManagerObserver;
H A DMockAutofillDialogController.java5 package org.chromium.chrome.browser.autofill;
10 import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialog;
11 import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialogDelegate;
12 import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialogFactory;
H A DPersonalDataManagerTest.java5 package org.chromium.chrome.browser.autofill;
10 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
11 import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
/external/chromium_org/chrome/browser/
H A Dabout_flags.cc27 #include "components/autofill/core/common/autofill_switches.h"
703 "show-autofill-type-predictions",
707 SINGLE_VALUE_TYPE(autofill::switches::kShowAutofillTypePredictions)
1067 ENABLE_DISABLE_VALUE_TYPE(autofill::switches::kEnablePasswordGeneration,
1068 autofill::switches::kDisablePasswordGeneration)
1107 autofill::switches::kWalletServiceUseSandbox, "1",
1108 autofill::switches::kWalletServiceUseSandbox, "0")
1654 SINGLE_VALUE_TYPE(autofill::switches::kDisableIgnoreAutocompleteOff)
1904 "autofill-sync-credential",
/external/chromium_org/chrome/browser/android/
H A Dchrome_jni_registrar.cc44 #include "chrome/browser/autofill/android/personal_data_manager_android.h"
57 #include "chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h"
58 #include "chrome/browser/ui/android/autofill/autofill_dialog_result.h"
59 #include "chrome/browser/ui/android/autofill/autofill_logger_android.h"
60 #include "chrome/browser/ui/android/autofill/autofill_popup_view_android.h"
112 autofill::AutofillDialogControllerAndroid::
115 autofill::AutofillDialogResult::RegisterAutofillDialogResult },
117 autofill::AutofillLoggerAndroid::Register },
119 autofill::AutofillPopupViewAndroid::RegisterAutofillPopupViewAndroid },
171 autofill
[all...]
H A Dpassword_ui_view_android.cc13 #include "components/autofill/core/common/password_form.h"
38 const ScopedVector<autofill::PasswordForm>& password_list,
50 const ScopedVector<autofill::PasswordForm>& password_exception_list) {
67 const autofill::PasswordForm* form =
83 const autofill::PasswordForm* form =
H A Dpassword_ui_view_android.h31 const ScopedVector<autofill::PasswordForm>& password_list,
34 const ScopedVector<autofill::PasswordForm>& password_exception_list)
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc5 #include "chrome/browser/autofill/android/personal_data_manager_android.h"
13 #include "chrome/browser/autofill/personal_data_manager_factory.h"
17 #include "components/autofill/core/browser/autofill_country.h"
18 #include "components/autofill/core/browser/autofill_type.h"
19 #include "components/autofill/core/browser/field_types.h"
20 #include "components/autofill/core/browser/personal_data_manager.h"
28 namespace autofill { namespace
316 return GetPrefs()->GetBoolean(autofill::prefs::kAutofillEnabled);
321 GetPrefs()->SetBoolean(autofill::prefs::kAutofillEnabled, enable);
326 return GetPrefs()->IsManagedPreference(autofill
[all...]

Completed in 4586 milliseconds

1234567891011>>