Searched refs:work_profile (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_manager_unittest.cc1879 AutofillProfile *work_profile = autofill_manager_->GetProfileWithGUID( local
1881 ASSERT_TRUE(work_profile != NULL);
1882 string16 saved_phone = work_profile->GetInfo(PHONE_HOME_NUMBER);
1884 GUIDPair guid(work_profile->guid(), 0);
1891 work_profile->SetInfo(PHONE_HOME_NUMBER, ASCIIToUTF16(test_data));
1912 work_profile->SetInfo(PHONE_HOME_NUMBER, saved_phone);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc2393 AutofillProfile* work_profile = autofill_manager_->GetProfileWithGUID( local
2395 ASSERT_TRUE(work_profile != NULL);
2396 work_profile->SetRawInfo(PHONE_HOME_WHOLE_NUMBER,
2399 GUIDPair guid(work_profile->guid(), 0);
2433 work_profile->SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("GB"));
2434 work_profile->SetRawInfo(PHONE_HOME_WHOLE_NUMBER,
2470 work_profile->SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
2471 work_profile->SetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, phone_variants);
2476 GUIDPair variant_guid(work_profile->guid(), 1);

Completed in 60 milliseconds