HomeSort by relevance Sort by last modified time
    Searched defs:autofill (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/autofill/
select_control_handler.h 9 #include "chrome/browser/autofill/field_types.h"
18 namespace autofill { namespace
32 } // namespace autofill
form_field.h 13 #include "chrome/browser/autofill/autofill_type.h"
170 namespace autofill { namespace
176 } // namespace autofill
select_control_handler.cc 5 #include "chrome/browser/autofill/select_control_handler.h"
13 #include "chrome/browser/autofill/autofill_country.h"
14 #include "chrome/browser/autofill/autofill_profile.h"
15 #include "chrome/browser/autofill/form_group.h"
198 namespace autofill { namespace
245 } // namespace autofill
form_field.cc 5 #include "chrome/browser/autofill/form_field.h"
15 #include "chrome/browser/autofill/address_field.h"
16 #include "chrome/browser/autofill/autofill_field.h"
17 #include "chrome/browser/autofill/credit_card_field.h"
18 #include "chrome/browser/autofill/field_types.h"
19 #include "chrome/browser/autofill/form_structure.h"
20 #include "chrome/browser/autofill/name_field.h"
21 #include "chrome/browser/autofill/phone_field.h"
73 namespace autofill { namespace
88 } // namespace autofill
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_win.cc 126 PasswordForm* autofill = new PasswordForm(form); local
127 autofill->username_value = username;
128 autofill->password_value = password;
129 autofill->preferred = true;
130 autofill->ssl_valid = form.origin.SchemeIsSecure();
131 autofill->date_created = info.date_created;
134 password_store_->AddLoginImpl(*autofill);
135 return autofill;
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 12 #include "chrome/browser/autofill/personal_data_manager.h"
31 int64 id, const sync_pb::AutofillSpecifics& autofill)
34 autofill_(autofill) { }
74 "Server did not create the top-level autofill node. "
103 if (!sync_node.InitUniqueByCreation(syncable::AUTOFILL,
106 "Failed to create autofill sync node.");
142 "Autofill node lookup failed.");
179 "Bogus delete notification generate for autofill entry " + tag;
184 "Autofill node lookup failed.");
206 "Autofill root node lookup failed.")
215 const sync_pb::AutofillSpecifics& autofill = local
434 sync_pb::AutofillSpecifics autofill; local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 73 // The size above which we stop triggering autofill for an input text field
712 // Note that we only show the autofill popup in this case if the caret is at
714 autofill(inputElement, false, false, true);
721 return autofill(inputElement, true, true, false);
725 bool EditorClientImpl::autofill(HTMLInputElement* inputElement, function in class:WebKit::EditorClientImpl
735 // Let's try to trigger autofill for that field, if applicable.
746 // Don't attempt to autofill with values that are too large.
760 // We post a task for doing the autofill as the caret position is not set
762 // and we need it to determine whether or not to trigger autofill.
788 // We won't trigger form autofill in that case, as having both behavior o
    [all...]

Completed in 555 milliseconds