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

  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 346 std::vector<AutofillFieldType> fields_to_use; local
348 &fields_to_use);
356 (*profiles)[i]->ConstructInferredLabel(fields_to_use,
373 CreateDifferentiatingLabels(*profiles, it->second, fields_to_use,
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 627 std::vector<ServerFieldType> fields_to_use; local
629 &fields_to_use);
637 (*profiles)[i]->ConstructInferredLabel(fields_to_use,
654 CreateDifferentiatingLabels(*profiles, it->second, fields_to_use,

Completed in 163 milliseconds