HomeSort by relevance Sort by last modified time
    Searched refs:Autofill (Results 1 - 5 of 5) 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/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...]

Completed in 134 milliseconds