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 94 scoped_ptr<TestingProfile> profile3(
102 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
105 profile3->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, 2);
108 ActivityLog* activity_log3 = ActivityLog::GetInstance(profile3.get());
115 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 319 AutofillProfile profile3; local
320 profile3.SetRawInfo(EMAIL_ADDRESS, WideToUTF16(L"sue@example.com"));
321 profile3.SetRawInfo(COMPANY_NAME, WideToUTF16(L"Company X"));
322 profiles.push_back(profile3);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service_unittest.cc 292 AutofillProfile profile3(guid_present2, origin_synced2);
293 profile3.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Tom Doe"));
294 data_list.push_back(autofill_syncable_service_.CreateData(profile3));
306 expected_bundle.profiles_to_update.push_back(&profile3);
694 AutofillProfile profile3(kGuid3, kHttpOrigin);
695 profile3.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("111 First St."));
699 profile3.SetRawMultiInfo(NAME_FIRST, values);
703 profile3.SetRawMultiInfo(NAME_LAST, values);
705 EXPECT_TRUE(AutofillProfileSyncableService::MergeProfile(profile3,
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 129 AutofillProfile profile3(base::GenerateGUID(), "https://www.example.com/");
130 test::SetProfileInfo(&profile3, "", "Mitchell",
133 base::string16 summary3 = GetLabel(&profile3);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 2255 TestingProfile* profile3 = CreateMultiUserProfile("user-3"); local
    [all...]

Completed in 124 milliseconds