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

  /external/chromium/chrome/browser/autofill/
contact_info_unittest.cc 16 name.SetFullName(ASCIIToUTF16("Virgil"));
22 name.SetFullName(ASCIIToUTF16("Murray Gell-Mann"));
28 name.SetFullName(ASCIIToUTF16("Mikhail Yevgrafovich Saltykov-Shchedrin"));
35 name.SetFullName(ASCIIToUTF16("Arthur Ignatius Conan Doyle"));
contact_info.h 85 void SetFullName(const string16& full);
contact_info.cc 117 SetFullName(value);
305 void NameInfo::SetFullName(const string16& full) {
  /external/chromium_org/components/autofill/core/browser/
contact_info.h 50 void SetFullName(const base::string16& full);
contact_info.cc 85 SetFullName(value);
117 void NameInfo::SetFullName(const base::string16& full) {
contact_info_unittest.cc 16 TEST(NameInfoTest, SetFullName) {

Completed in 495 milliseconds