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

  /external/chromium_org/components/autofill/core/common/
form_data_predictions.cc 9 FormDataPredictions::FormDataPredictions() {
12 FormDataPredictions::FormDataPredictions(const FormDataPredictions& other)
19 FormDataPredictions::~FormDataPredictions() {
22 bool FormDataPredictions::operator==(
23 const FormDataPredictions& predictions) const {
30 bool FormDataPredictions::operator!=
    [all...]
form_data_predictions.h 17 struct FormDataPredictions {
27 FormDataPredictions();
28 FormDataPredictions(const FormDataPredictions& other);
29 ~FormDataPredictions();
32 bool operator==(const FormDataPredictions& predictions) const;
33 bool operator!=(const FormDataPredictions& predictions) const;
  /external/chromium_org/components/autofill/content/renderer/
form_cache.h 26 struct FormDataPredictions;
50 bool ShowPredictions(const FormDataPredictions& form);
autofill_agent.h 100 const std::vector<FormDataPredictions>& forms);
form_cache.cc 246 bool FormCache::ShowPredictions(const FormDataPredictions& form) {
autofill_agent.cc 448 const std::vector<FormDataPredictions>& forms) {
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 47 struct FormDataPredictions;
92 std::vector<FormDataPredictions>* forms);
form_structure.cc 625 std::vector<FormDataPredictions>* forms) {
630 FormDataPredictions form;
    [all...]
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 66 IPC_STRUCT_TRAITS_BEGIN(autofill::FormDataPredictions)
125 std::vector<autofill::FormDataPredictions> /* forms */)
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver_unittest.cc 132 std::vector<FormDataPredictions>* predictions) {
138 Tuple1<std::vector<FormDataPredictions> > autofill_param;
275 std::vector<FormDataPredictions> expected_type_predictions;
279 std::vector<FormDataPredictions> output_type_predictions;
content_autofill_driver.cc 128 std::vector<FormDataPredictions> type_predictions;

Completed in 73 milliseconds