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;
autofill_messages.h 77 IPC_STRUCT_TRAITS_BEGIN(autofill::FormDataPredictions)
124 std::vector<autofill::FormDataPredictions> /* forms */)
  /external/chromium_org/components/autofill/content/renderer/
form_cache.h 25 struct FormDataPredictions;
59 bool ShowPredictions(const FormDataPredictions& form);
autofill_agent.h 101 const std::vector<FormDataPredictions>& forms);
form_cache.cc 228 bool FormCache::ShowPredictions(const FormDataPredictions& form) {
autofill_agent.cc 486 const std::vector<FormDataPredictions>& forms) {
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 45 struct FormDataPredictions;
92 std::vector<FormDataPredictions>* forms);
form_structure.cc 644 std::vector<FormDataPredictions>* forms) {
649 FormDataPredictions form;
    [all...]
  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl_unittest.cc 112 std::vector<FormDataPredictions>* predictions) {
118 Tuple1<std::vector<FormDataPredictions> > autofill_param;
193 std::vector<FormDataPredictions> expected_type_predictions;
197 std::vector<FormDataPredictions> output_type_predictions;
autofill_driver_impl.cc 129 std::vector<FormDataPredictions> type_predictions;

Completed in 175 milliseconds