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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_enabled_unittest.cc 93 scoped_ptr<TestingProfile> profile3(
101 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
104 profile3->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, 2);
107 ActivityLog* activity_log3 = ActivityLog::GetInstance(profile3.get());
114 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc 208 AutofillProfile profile3(guid_present2, origin_synced2);
209 profile3.SetRawInfo(autofill::NAME_FIRST, UTF8ToUTF16("Tom Doe"));
210 data_list.push_back(autofill_syncable_service_.CreateData(profile3));
222 expected_bundle.profiles_to_update.push_back(&profile3);
628 AutofillProfile profile3(kGuid3, kHttpOrigin);
629 profile3.SetRawInfo(
634 profile3.SetRawMultiInfo(autofill::NAME_FIRST, values);
638 profile3.SetRawMultiInfo(autofill::NAME_LAST, values);
640 EXPECT_TRUE(AutofillProfileSyncableService::MergeProfile(profile3,
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 312 AutofillProfile profile3; local
313 profile3.SetRawInfo(EMAIL_ADDRESS, WideToUTF16(L"sue@example.com"));
314 profile3.SetRawInfo(COMPANY_NAME, WideToUTF16(L"Company X"));
315 profiles.push_back(profile3);
  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 67 AutofillProfile profile3; local
68 autofill_test::SetProfileInfo(&profile3, "", "Mitchell",
71 EXPECT_TRUE(UpdateProfileLabel(&profile3));
72 string16 summary3 = profile3.Label();
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 77 AutofillProfile profile3(base::GenerateGUID(), "https://www.example.com/");
78 test::SetProfileInfo(&profile3, "", "Mitchell",
81 base::string16 summary3 = GetLabel(&profile3);
    [all...]

Completed in 332 milliseconds