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

  /external/chromium/chrome/browser/password_manager/
password_manager.h 39 void Autofill(const webkit_glue::PasswordForm& form_for_autofill,
108 // The LoginModelObserver (i.e LoginView) requiring autofill.
password_manager.cc 96 // results for the given form and autofill. If this is the case, we just
214 void PasswordManager::Autofill(
password_form_manager.cc 114 // autofill it again.
233 // ones because clearly we don't want to autofill them, and secondly
296 // Proceed to autofill (note that we provide the choices but don't
304 password_manager_->Autofill(observed_form_, best_matches_,
  /external/chromium_org/chrome/browser/password_manager/
password_manager.h 17 #include "components/autofill/core/common/password_form_fill_data.h"
45 // Is saving new data for password autofill enabled for the current profile?
52 virtual void Autofill(const content::PasswordForm& form_for_autofill,
password_manager.cc 20 #include "components/autofill/core/common/autofill_messages.h"
181 // results for the given form and autofill. If this is the case, we just
368 void PasswordManager::Autofill(
378 autofill::PasswordFormFillData fill_data;
password_form_manager.cc 16 #include "components/autofill/core/browser/validation.h"
17 #include "components/autofill/core/common/autofill_messages.h"
126 // autofill it again.
280 // ones because clearly we don't want to autofill them, and secondly
346 // Proceed to autofill.
359 password_manager_->Autofill(observed_form_, best_matches_,
433 if (!autofill::IsValidCreditCardNumber(*it) && !autofill::IsSSN(*it))
password_form_manager_unittest.cc 32 const autofill::PasswordFormFillData& form_data) OVERRIDE {}
47 virtual void Autofill(
  /external/chromium/chrome/browser/webdata/
autofill_table.h 25 // This class manages the various autofill tables within the SQLite database
30 // autofill
41 // in the appropriate row of the autofill table.
45 // autofill_profiles This table contains Autofill profile data added by the
46 // user with the Autofill dialog. Most of the columns are
92 // This table contains guids of "trashed" autofill
99 // with the Autofill dialog. Most of the columns are
120 // autofill table. A list of all added and updated autofill entries
125 // Records a single form element in the database in the autofill table. A lis
    [all...]
autofill_table_unittest.cc 14 #include "chrome/browser/autofill/autofill_profile.h"
15 #include "chrome/browser/autofill/autofill_type.h"
16 #include "chrome/browser/autofill/credit_card.h"
130 TEST_F(AutofillTableTest, Autofill) {
    [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 // in the appropriate row of the autofill table.
52 // autofill_profiles This table contains Autofill profile data added by the
53 // user with the Autofill dialog. Most of the columns are
103 // This table contains guids of "trashed" autofill
110 // with the Autofill dialog. Most of the columns are
139 // autofill table. A list of all added and updated autofill entrie
    [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"
30 namespace autofill { namespace
132 TEST_F(AutofillTableTest, Autofill) {
    [all...]

Completed in 551 milliseconds