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

  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl_unittest.cc 95 Tuple2<int, FormData> autofill_param;
96 AutofillMsg_FormDataFilled::Read(message, &autofill_param);
98 *page_id = autofill_param.a;
100 *results = autofill_param.b;
118 Tuple1<std::vector<FormDataPredictions> > autofill_param;
119 AutofillMsg_FieldTypePredictionsAvailable::Read(message, &autofill_param);
121 *predictions = autofill_param.a;
autocheckout_manager_unittest.cc 446 AutofillParam autofill_param; local
447 AutofillMsg_FillFormsAndClick::Read(message, &autofill_param);
448 return autofill_param.a;
458 AutofillParam autofill_param; local
459 AutofillMsg_FillFormsAndClick::Read(message, &autofill_param);
461 EXPECT_EQ(WebElementDescriptor::ID, autofill_param.d.retrieval_method);
462 EXPECT_EQ("#foo", autofill_param.d.descriptor);
464 EXPECT_EQ(WebElementDescriptor::NONE, autofill_param.d.retrieval_method);
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 534 AutofillParam autofill_param;
535 AutofillMsg_SuggestionsReturned::Read(message, &autofill_param);
537 *page_id = autofill_param.a;
539 *values = autofill_param.b;
541 *labels = autofill_param.c;
543 *icons = autofill_param.d;
545 *unique_ids = autofill_param.e;
558 Tuple2<int, FormData> autofill_param;
559 AutofillMsg_FormDataFilled::Read(message, &autofill_param);
561 *page_id = autofill_param.a
    [all...]

Completed in 167 milliseconds