HomeSort by relevance Sort by last modified time
    Searched defs:profile2 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl_browsertest.cc 98 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/
browser_command_controller_unittest.cc 437 Profile* profile2 = profile1->GetOffTheRecordProfile(); local
439 EXPECT_EQ(profile2->GetOriginalProfile(), profile1.get());
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 67 Profile* profile2 = testing_profile_manager().CreateTestingProfile("user2"); local
75 EXPECT_EQ(profile2,
  /external/chromium_org/chrome/browser/net/
nss_context_chromeos_browsertest.cc 150 Profile* profile2 = chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe( local
152 ASSERT_TRUE(profile2);
154 DBTester tester2(profile2);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 291 TestingProfile profile2; local
293 new CaptivePortalService(&profile2));
294 CaptivePortalObserver observer2(&profile2, service2.get());
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 290 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/chrome/browser/importer/
profile_writer_unittest.cc 137 // 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/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 54 ValueDescription profile2[] = { member in namespace:autofill::__anon10940
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/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java 47 AutofillProfile profile2 = new AutofillProfile( local
53 String profileTwoGUID = mHelper.setProfile(profile2);
172 AutofillProfile profile2 = new AutofillProfile( local
178 String profileGuid2 = mHelper.setProfile(profile2);
236 AutofillProfile profile2 = new AutofillProfile( local
258 mHelper.setProfile(profile2);
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 394 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/spellchecker/
spellcheck_custom_dictionary_unittest.cc 194 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, &BuildSpellcheckService))
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/autofill/
autofill_browsertest.cc 311 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);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 262 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, chrome::GetActiveDesktop())
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/
startup_browser_creator_browsertest.cc 668 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->restored_last_session())
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 1344 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
1364 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
1399 TestingProfile* profile2 = CreateMultiUserProfile(user2); local
1442 TestingProfile* profile2 = CreateMultiUserProfile(user2); 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/
pdebuild.jar 

Completed in 946 milliseconds