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

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 116 class AutofillProfileWrapper : public AutofillDataModelWrapper {
118 AutofillProfileWrapper(const AutofillProfile* profile, size_t variant);
119 virtual ~AutofillProfileWrapper();
128 DISALLOW_COPY_AND_ASSIGN(AutofillProfileWrapper);
data_model_wrapper.cc 124 // AutofillProfileWrapper
126 AutofillProfileWrapper::AutofillProfileWrapper(
131 AutofillProfileWrapper::~AutofillProfileWrapper() {}
133 void AutofillProfileWrapper::FillInputs(DetailInputs* inputs) {
143 void AutofillProfileWrapper::FillFormField(AutofillField* field) const {
new_credit_card_bubble_controller.cc 114 AutofillProfileWrapper wrapper(billing_profile_.get(), 0);
autofill_dialog_controller_browsertest.cc 495 AutofillProfileWrapper wrapper(&full_profile, 0);
    [all...]
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 89 AutofillProfileWrapper profile_wrapper(&profile, 0);

Completed in 1879 milliseconds