Searched defs:profile2 (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl_browsertest.cc98 Profile* profile2 = test::CreateSecondProfileAsync(); local
99 service_->ShowForProfile(profile2);
103 EXPECT_EQ(profile2->GetPath(), service_->GetProfilePath(user_data_dir));
104 EXPECT_EQ(profile2, service_->GetCurrentAppListProfile());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_unittest.cc437 Profile* profile2 = profile1->GetOffTheRecordProfile(); local
439 EXPECT_EQ(profile2->GetOriginalProfile(), profile1.get());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util_unittest.cc67 Profile* profile2 = testing_profile_manager().CreateTestingProfile("user2"); local
75 EXPECT_EQ(profile2,
/external/chromium_org/chrome/browser/net/
H A Dnss_context_chromeos_browsertest.cc150 Profile* profile2 = chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe( local
152 ASSERT_TRUE(profile2);
154 DBTester tester2(profile2);
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc290 TestingProfile profile2; local
296 extensions::ExtensionRegistry::Get(&profile2)->AddEnabled(extension);
300 content::Source<Profile>(&profile2),
310 // be blocked waiting for profile2.
319 // After profile2 is ready, the request should proceed.
322 content::Source<Profile>(&profile2),
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc54 ValueDescription profile2[] = { member in namespace:autofill::__anon6315
150 CreateSubkey(&profile_key, L"1", profile2, arraysize(profile2));
180 EXPECT_EQ(profile2[0].value, profiles[0].GetRawInfo(NAME_FIRST));
181 EXPECT_EQ(profile2[1].value, profiles[0].GetRawInfo(NAME_LAST));
182 EXPECT_EQ(profile2[2].value, profiles[0].GetRawInfo(EMAIL_ADDRESS));
183 EXPECT_EQ(profile2[3].value, profiles[0].GetRawInfo(COMPANY_NAME));
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service_unittest.cc291 TestingProfile profile2; local
293 new CaptivePortalService(&profile2));
294 CaptivePortalObserver observer2(&profile2, service2.get());
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc137 // Add bookmarks via ProfileWriter to profile1 when profile2 also exists.
139 TestingProfile profile2; local
140 profile2.CreateBookmarkModel(true);
143 BookmarkModelFactory::GetForProfile(&profile2);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc194 TestingProfile profile2; local
198 &profile2, &BuildSpellcheckService));
437 TestingProfile profile2; local
441 &profile2, &BuildSpellcheckService));
488 TestingProfile profile2; local
492 &profile2, &BuildSpellcheckService));
536 TestingProfile profile2; local
540 &profile2, &BuildSpellcheckService));
593 TestingProfile profile2; local
597 &profile2,
648 TestingProfile profile2; local
699 TestingProfile profile2; local
755 TestingProfile profile2; local
798 TestingProfile profile2; local
850 TestingProfile profile2; local
966 TestingProfile profile2; local
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_app_helper.cc132 bool SyncAppHelper::AppStatesMatch(Profile* profile1, Profile* profile2) { argument
134 profile1, profile2))
138 const AppStateMap& state_map2 = GetAppStates(profile2);
141 << " does not match profile " << profile2->GetDebugName();
150 << " do not match profile " << profile2->GetDebugName();
157 DVLOG(2) << "Apps for profile " << profile2->GetDebugName()
162 << " do not match profile " << profile2->GetDebugName();
H A Dsync_extension_helper.cc243 Profile* profile1, Profile* profile2) {
245 const ExtensionStateMap& state_map2 = GetExtensionStates(profile2);
248 << " does not match profile " << profile2->GetDebugName();
257 << " do not match profile " << profile2->GetDebugName();
261 << " do not match profile " << profile2->GetDebugName();
242 ExtensionStatesMatch( Profile* profile1, Profile* profile2) argument
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc311 AutofillProfile profile2; local
312 profile2.SetRawInfo(NAME_FIRST,
316 profile2.SetRawInfo(NAME_LAST, WideToUTF16(L"aguantó"));
317 profile2.SetRawInfo(ADDRESS_HOME_ZIP, WideToUTF16(L"HOME 94043"));
318 profiles.push_back(profile2);
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc394 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2"); local
398 manager.RegisterProfile(profile2);
410 manager.OnApplicationListChanged(profile2);
424 manager.OnApplicationListChanged(profile2);
434 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2"); local
438 manager.RegisterProfile(profile2);
457 manager.OnApplicationListChanged(profile2);
469 manager.OnApplicationListChanged(profile2);
499 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2"); local
500 manager.RegisterProfile(profile2);
639 TestingProfile* profile2 = profile_manager_->CreateTestingProfile("p2"); local
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc262 TestingProfile* profile2 = local
264 ASSERT_TRUE(profile2);
272 profile2->CreateBookmarkModel(true);
273 EXPECT_TRUE(BookmarkModelFactory::GetForProfile(profile2));
274 ASSERT_TRUE(profile2->CreateHistoryService(true, false));
275 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(profile2,
605 TestingProfile* profile2 = local
607 ASSERT_TRUE(profile2);
622 // And for profile2.
623 Browser::CreateParams profile2_params(profile2, chrom
671 TestingProfile* profile2 = local
1017 Profile* profile2 = AddProfileToCache(profile_manager, local
1063 Profile* profile2 = AddProfileToCache(profile_manager, local
1117 Profile* profile2 = AddProfileToCache(profile_manager, local
1148 Profile* profile2 = AddProfileToCache( local
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc668 Profile* profile2 = profile_manager->GetProfile( local
670 ASSERT_TRUE(profile2);
682 Browser::CreateParams(Browser::TYPE_TABBED, profile2,
705 SessionStartupPref::SetStartupPref(profile2, pref2);
708 profile2->GetPrefs()->CommitPendingWrite();
735 Profile* profile2 = profile_manager->GetProfile( local
737 ASSERT_TRUE(profile2);
745 last_opened_profiles.push_back(profile2);
750 SessionRestore::IsRestoring(profile2))
756 EXPECT_TRUE(profile2
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc896 // of the field in |profile2|.
898 const AutofillProfile& profile2,
903 profile2.GetRawMultiInfo(field_type, &values2);
897 IncludesField(const AutofillProfile& profile1, const AutofillProfile& profile2, ServerFieldType field_type) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc1344 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
1345 SwitchActiveUser(profile2->GetProfileName());
1364 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
1368 profile2, extension_misc::kGmailAppId, gmail_url));
1372 SwitchActiveUser(profile2->GetProfileName());
1382 SwitchActiveUser(profile2->GetProfileName());
1399 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
1412 SwitchActiveUser(profile2->GetProfileName());
1428 SwitchActiveUser(profile2->GetProfileName());
1442 TestingProfile* profile2 local
1478 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
2016 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
2155 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
2181 TestingProfile* profile2 = CreateMultiUserProfile("user2"); local
2205 TestingProfile* profile2 = CreateMultiUserProfile("user2"); local
2248 TestingProfile* profile2 = CreateMultiUserProfile("user-2"); local
2310 TestingProfile* profile2 = CreateMultiUserProfile("user-2"); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 285 milliseconds