HomeSort by relevance Sort by last modified time
    Searched refs:Autofill (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/password_manager/core/browser/
password_manager.h 17 #include "components/autofill/core/common/password_form.h"
18 #include "components/autofill/core/common/password_form_fill_data.h"
55 typedef base::Callback<void(const autofill::PasswordForm&)>
63 // Is saving new data for password autofill enabled for the current profile
71 virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
72 const autofill::PasswordFormMap& best_matches,
73 const autofill::PasswordForm& preferred_match,
81 void SetFormHasGeneratedPassword(const autofill::PasswordForm& form);
88 void ProvisionallySavePassword(const autofill::PasswordForm& form)
    [all...]
password_manager.cc 14 #include "components/autofill/core/common/password_autofill_util.h"
25 using autofill::PasswordForm;
26 using autofill::PasswordFormMap;
36 typedef autofill::SavePasswordProgressLogger Logger;
230 // results for the given form and autofill. If this is the case, we just
264 if (!autofill::ShouldIgnoreAutocompleteOffForPasswordFields() &&
514 for (autofill::PasswordFormMap::const_iterator it = best_matches.begin();
545 void PasswordManager::Autofill(const PasswordForm& form_for_autofill,
555 for (autofill::PasswordFormMap::const_iterator it = best_matches.begin();
566 scoped_ptr<autofill::PasswordFormFillData> fill_data
    [all...]
password_form_manager.cc 15 #include "components/autofill/core/browser/autofill_manager.h"
16 #include "components/autofill/core/browser/form_structure.h"
17 #include "components/autofill/core/browser/validation.h"
18 #include "components/autofill/core/common/password_form.h"
24 using autofill::FormStructure;
25 using autofill::PasswordForm;
26 using autofill::PasswordFormMap;
168 // autofill it again.
391 // ones because clearly we don't want to autofill them, and secondly
486 // Proceed to autofill
    [all...]
password_form_manager_unittest.cc 13 #include "components/autofill/core/common/password_form.h"
26 using autofill::PasswordForm;
33 namespace autofill { namespace
52 void(const autofill::PasswordForm&));
64 const autofill::PasswordForm& form) OVERRIDE {
74 scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE {
78 void SetFormToFilter(const autofill::PasswordForm& form) {
85 autofill::PasswordForm form_to_filter_;
97 virtual void Autofill(const autofill::PasswordForm& form_for_autofill
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 78 'NON_UNIQUE_NAME': 'Autofill',
84 'SERVER_NON_UNIQUE_NAME': 'Autofill',
87 'autofill': {
94 'autofill': {
105 'serverModelType': 'Autofill'
131 'autofill': {
140 'autofill': {
153 'serverModelType': 'Autofill'
155 'type': 'Autofill'
219 'details': 'Notified types: Bookmarks, Autofill',
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.js 26 * Encapsulated handling of Autofill options page.
31 Page.call(this, 'autofill',
33 'autofill-options');
63 $('autofill-add-address').onclick = function(event) {
66 $('autofill-add-creditcard').onclick = function(event) {
69 $('autofill-options-confirm').onclick = function(event) {
73 $('autofill-use-mac-address-book-checkbox').onchange = function(event) {
86 // TODO(jhawkins): What happens when Autofill is disabled whilst on the
87 // Autofill options page?
157 * Removes the Autofill address or credit card represented by |guid|
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 22 namespace autofill { namespace
32 // This class manages the various Autofill tables within the SQLite database
37 // autofill
48 // autofill_profiles This table contains Autofill profile data added by the
49 // user with the Autofill dialog. Most of the columns are
106 // This table contains guids of "trashed" autofill
113 // with the Autofill dialog. Most of the columns are
143 // autofill table. A list of all added and updated autofill entries
148 // Records a single form element in the database in the autofill table. A lis
    [all...]
autofill_table_unittest.cc 15 #include "components/autofill/core/browser/autofill_profile.h"
16 #include "components/autofill/core/browser/autofill_type.h"
17 #include "components/autofill/core/browser/credit_card.h"
18 #include "components/autofill/core/browser/webdata/autofill_change.h"
19 #include "components/autofill/core/browser/webdata/autofill_entry.h"
20 #include "components/autofill/core/browser/webdata/autofill_table.h"
21 #include "components/autofill/core/common/form_field_data.h"
31 namespace autofill { namespace
106 "SELECT count FROM autofill WHERE name = ? AND value = ?"));
143 TEST_F(AutofillTableTest, Autofill) {
    [all...]

Completed in 690 milliseconds