HomeSort by relevance Sort by last modified time
    Searched defs:autofill (Results 151 - 175 of 402) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/components/autofill/core/common/
autocheckout_status.h 8 namespace autofill { namespace
20 } // namespace autofill
form_data.h 11 #include "components/autofill/core/common/form_field_data.h"
14 namespace autofill { namespace
40 } // namespace autofill
form_field_data.cc 5 #include "components/autofill/core/common/form_field_data.h"
10 namespace autofill { namespace
73 } // namespace autofill
form_field_data_predictions.h 11 #include "components/autofill/core/common/form_field_data.h"
13 namespace autofill { namespace
32 } // namespace autofill
password_form_fill_data_unittest.cc 5 #include "components/autofill/core/common/password_form_fill_data.h"
15 namespace autofill { namespace
171 } // namespace autofill
password_generation_util.cc 5 #include "components/autofill/core/common/password_generation_util.h"
9 namespace autofill { namespace
42 } // namespace autofill
web_element_descriptor.h 10 namespace autofill { namespace
29 } // namespace autofill
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillSuggestion.java 5 package org.chromium.ui.autofill;
8 * Autofill suggestion container used to store information needed for each Autofill popup entry.
16 * Constructs a Autofill suggestion container.
17 * @param name The name of the Autofill suggestion.
18 * @param label The describing label of the Autofill suggestion.
19 * @param uniqueId The unique id used to identify the Autofill suggestion.
  /external/chromium_org/components/test/data/web_database/
version_22.sql 20 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); table
25 CREATE INDEX autofill_name ON autofill (name);
26 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
  /external/chromium/chrome/browser/autofill/
form_field.h 13 #include "chrome/browser/autofill/autofill_type.h"
170 namespace autofill { namespace
176 } // namespace autofill
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h 16 #include "components/autofill/core/browser/autocheckout_bubble_state.h"
17 #include "components/autofill/core/browser/autofill_manager_delegate.h"
20 namespace autofill { namespace
46 // Manager delegate for the autofill functionality. Android webview
54 : public autofill::AutofillManagerDelegate,
64 virtual autofill::PersonalDataManager* GetPersonalDataManager() OVERRIDE;
66 virtual autofill::autocheckout::WhitelistManager*
73 const autofill::AutofillMetrics& metric_logger,
74 const autofill::CreditCard& credit_card,
80 autofill::AutocheckoutBubbleState)>& callback) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/autofill/
personal_data_manager_factory.cc 5 #include "chrome/browser/autofill/personal_data_manager_factory.h"
13 #include "components/autofill/core/browser/personal_data_manager.h"
16 namespace autofill { namespace
92 } // namespace autofill