Searched defs:full_names (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc215 std::vector<base::string16> full_names; local
221 full_names.push_back(s.ColumnString16(4));
229 profile->SetRawMultiInfo(NAME_FULL, full_names);
319 std::vector<base::string16> full_names; local
320 profile.GetRawMultiInfo(NAME_FULL, &full_names);
323 DCHECK_EQ(first_names.size(), full_names.size());
335 s.BindString16(4, full_names[i]);

Completed in 53 milliseconds