HomeSort by relevance Sort by last modified time
    Searched full:profile1 (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_enabled_unittest.cc 67 scoped_ptr<TestingProfile> profile1(
76 ActivityLog* activity_log1 = ActivityLog::GetInstance(profile1.get());
81 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
91 scoped_ptr<TestingProfile> profile1(
99 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
105 profile1->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, 1);
107 ActivityLog* activity_log1 = ActivityLog::GetInstance(profile1.get());
112 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
127 scoped_ptr<TestingProfile> profile1(
134 ExtensionSystem::Get(profile1.get()))->CreateExtensionService
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 43 ValueDescription profile1[] = { member in namespace:autofill::__anon10940
149 CreateSubkey(&profile_key, L"0", profile1, arraysize(profile1));
167 EXPECT_EQ(profile1[0].value, profiles[1].GetRawInfo(NAME_FIRST));
168 EXPECT_EQ(profile1[1].value, profiles[1].GetRawInfo(NAME_MIDDLE));
169 EXPECT_EQ(profile1[2].value, profiles[1].GetRawInfo(NAME_LAST));
170 EXPECT_EQ(profile1[3].value, profiles[1].GetRawInfo(EMAIL_ADDRESS));
171 EXPECT_EQ(profile1[4].value, profiles[1].GetRawInfo(COMPANY_NAME));
172 EXPECT_EQ(profile1[7].value,
174 EXPECT_EQ(profile1[6].value
    [all...]
personal_data_manager_unittest.cc 173 AutofillProfile profile1 = profile0; local
174 profile1.set_guid(base::GenerateGUID());
175 profile1.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("john@smith.com"));
180 personal_data_->AddProfile(profile1);
188 profiles.push_back(&profile1);
199 AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
200 test::SetProfileInfo(&profile1,
213 personal_data_->AddProfile(profile1);
222 profiles.push_back(&profile1);
228 personal_data_->RemoveByGUID(profile1.guid())
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 258 TestingProfile* profile1 = local
260 ASSERT_TRUE(profile1);
267 ASSERT_TRUE(profile1->CreateHistoryService(true, false));
268 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(profile1,
270 profile1->CreateBookmarkModel(true);
271 EXPECT_TRUE(BookmarkModelFactory::GetForProfile(profile1));
601 TestingProfile* profile1 = local
603 ASSERT_TRUE(profile1);
613 // Create a browser for profile1.
614 Browser::CreateParams profile1_params(profile1, chrome::GetActiveDesktop())
667 TestingProfile* profile1 = local
717 TestingProfile* profile1 = local
1010 Profile* profile1 = AddProfileToCache(profile_manager, local
1048 Profile* profile1 = AddProfileToCache(profile_manager, local
1094 Profile* profile1 = AddProfileToCache(profile_manager, local
1146 Profile* profile1 = AddProfileToCache( local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.cc 132 bool SyncAppHelper::AppStatesMatch(Profile* profile1, Profile* profile2) {
134 profile1, profile2))
137 const AppStateMap& state_map1 = GetAppStates(profile1);
140 DVLOG(2) << "Number of Apps for profile " << profile1->GetDebugName()
149 DVLOG(2) << "Apps for profile " << profile1->GetDebugName()
153 DVLOG(2) << "Apps for profile " << profile1->GetDebugName()
161 DVLOG(2) << "App states for profile " << profile1->GetDebugName()
sync_app_helper.h 26 // Returns true iff |profile1| and |profile2| have the same apps and
28 bool AppStatesMatch(Profile* profile1, Profile* profile2);
sync_app_list_helper.h 47 // Copies ordinals for item matching |id| from |profile1| to test_->verifier.
48 void CopyOrdinalsToVerifier(Profile* profile1, const std::string& id);
sync_extension_helper.h 73 // Returns true iff |profile1| and |profile2| have the same extensions and
75 static bool ExtensionStatesMatch(Profile* profile1, Profile* profile2);
sync_extension_helper.cc 243 Profile* profile1, Profile* profile2) {
244 const ExtensionStateMap& state_map1 = GetExtensionStates(profile1);
247 DVLOG(1) << "Number of extensions for profile " << profile1->GetDebugName()
256 DVLOG(1) << "Extensions for profile " << profile1->GetDebugName()
260 DVLOG(1) << "Extension states for profile " << profile1->GetDebugName()
two_client_autofill_sync_test.cc 213 AutofillProfile profile1 = CreateAutofillProfile(PROFILE_HOMER); local
214 profile1.SetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER,
218 AddProfile(1, profile1);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_unittest.cc 137 no_default.SetString("Profile1.Path", "second");
138 no_default.SetString("Profile1.IsRelative", "0");
146 default_first.SetString("Profile1.Path", "second");
147 default_first.SetString("Profile1.IsRelative", "0");
154 default_second.SetString("Profile1.Path", "second");
155 default_second.SetString("Profile1.IsRelative", "0");
156 default_second.SetString("Profile1.Default", "1");
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 137 // Add bookmarks via ProfileWriter to profile1 when profile2 also exists.
147 TestingProfile profile1; local
148 profile1.CreateBookmarkModel(true);
152 BookmarkModelFactory::GetForProfile(&profile1);
156 new TestProfileWriter(&profile1));
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service_unittest.cc 482 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
508 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_TWO_INCIDENTS);
536 "profile1", SAFE_BROWSING_OPT_OUT, ON_PROFILE_ADDITION_ADD_INCIDENT);
555 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
578 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
599 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
626 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
656 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
684 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_ADD_INCIDENT);
707 "profile1", SAFE_BROWSING_OPT_IN, ON_PROFILE_ADDITION_NO_ACTION)
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service_unittest.cc 297 AutofillProfile profile1(guid_synced1, origin_synced1);
298 profile1.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Jane"));
299 data_list.push_back(autofill_syncable_service_.CreateData(profile1));
316 expected_bundle.profiles_to_add.push_back(&profile1);
350 AutofillProfile profile1(guid_synced1, origin_synced1);
351 profile1.SetRawInfo(NAME_FIRST, ASCIIToUTF16("John"));
352 profile1.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("1 1st st"));
353 data_list.push_back(autofill_syncable_service_.CreateData(profile1));
371 expected_bundle.profiles_to_add.push_back(&profile1);
404 AutofillProfile profile1(guid_synced1, origin_synced1)
    [all...]
web_data_service_unittest.cc 352 AutofillProfile profile1("087151C8-6AB1-487C-9095-28E80BE5DA15",
354 profile1.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Abe"));
363 wds_->AddAutofillProfile(profile1);
373 EXPECT_EQ(profile1, *consumer.result()[0]);
395 EXPECT_EQ(profile1, *consumer2.result()[0]);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java 164 AutofillProfile profile1 = new AutofillProfile( local
170 String profileGuid1 = mHelper.setProfile(profile1);
229 AutofillProfile profile1 = new AutofillProfile( local
257 mHelper.setProfile(profile1);
  /external/chromium_org/chrome/browser/net/
nss_context_chromeos_browsertest.cc 138 Profile* profile1 = chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe( local
140 ASSERT_TRUE(profile1);
142 DBTester tester1(profile1);
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 282 AutofillProfile profile1; local
283 profile1.SetRawInfo(NAME_FIRST,
293 profile1.SetRawInfo(NAME_MIDDLE, WideToUTF16(L"BANK\xcBERF\xc4LLE"));
294 profile1.SetRawInfo(EMAIL_ADDRESS,
297 profile1.SetRawInfo(ADDRESS_HOME_LINE1,
302 profile1.SetRawInfo(ADDRESS_HOME_CITY,
305 profile1.SetRawInfo(ADDRESS_HOME_ZIP, WideToUTF16(L"YOHO_54676"));
306 profile1.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, WideToUTF16(L"861088828000"));
307 profile1.SetInfo(
309 profiles.push_back(profile1);
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
profile_loader_unittest.cc 19 new FakeProfile("p1", base::FilePath(FILE_PATH_LITERAL("profile1"))));
app_list_service_unittest.cc 97 new FakeProfile("p1", user_data_dir_.AppendASCII("profile1")));
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 436 scoped_ptr<TestingProfile> profile1 = TestingProfile::Builder().Build(); local
437 Profile* profile2 = profile1->GetOffTheRecordProfile();
439 EXPECT_EQ(profile2->GetOriginalProfile(), profile1.get());
442 Browser::CreateParams profile_params(profile1->GetOffTheRecordProfile(),
452 profile1->GetPrefs()->SetBoolean(prefs::kSigninAllowed, false);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 664 Profile* profile1 = profile_manager->GetProfile( local
666 ASSERT_TRUE(profile1);
674 Browser::CreateParams(Browser::TYPE_TABBED, profile1,
702 SessionStartupPref::SetStartupPref(profile1, pref1);
707 profile1->GetPrefs()->CommitPendingWrite();
731 Profile* profile1 = profile_manager->GetProfile( local
733 ASSERT_TRUE(profile1);
744 last_opened_profiles.push_back(profile1);
746 browser_creator.Start(dummy, profile_manager->user_data_dir(), profile1,
749 while (SessionRestore::IsRestoring(profile1) ||
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 66 Profile* profile1 = testing_profile_manager().CreateTestingProfile("user1"); local
72 EXPECT_EQ(profile1,
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.h 69 // org.bluez.Profile1.Release method and is renamed to avoid a conflict
  /external/chromium_org/chromeos/network/
network_state_handler_unittest.cc 308 const std::string profile = "/profile/profile1";
392 const std::string profile = "/profile/profile1";
518 const std::string profile = "/profile/profile1";
669 const std::string profile = "/profile/profile1";
    [all...]

Completed in 1932 milliseconds

1 2