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

  /external/chromium_org/chrome/browser/sync/test/integration/
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/browser/ui/
browser_command_controller_unittest.cc 437 scoped_ptr<TestingProfile> profile1 = builder2.Build(); local
438 profile2->SetOriginalProfile(profile1.get());
439 EXPECT_EQ(profile2->GetOriginalProfile(), profile1.get());
440 profile1->SetOffTheRecordProfile(profile2.PassAs<Profile>());
443 Browser::CreateParams profile_params(profile1->GetOffTheRecordProfile(),
453 profile1->GetPrefs()->SetBoolean(prefs::kSigninAllowed, false);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 88 Profile* profile1 = CreateProfileWithName("hash1"); local
90 EXPECT_EQ(profile1, ExtractProfileFromPath(
  /external/chromium_org/chrome/browser/net/
nss_context_chromeos_browsertest.cc 137 Profile* profile1 = local
139 ASSERT_TRUE(profile1);
141 DBTester tester1(profile1);
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 138 // Add bookmarks via ProfileWriter to profile1 when profile2 also exists.
149 TestingProfile profile1; local
150 profile1.CreateBookmarkModel(true);
154 BookmarkModelFactory::GetForProfile(&profile1);
158 new TestProfileWriter(&profile1));
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 43 ValueDescription profile1[] = { member in namespace:autofill::__anon10823
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 146 AutofillProfile profile1 = profile0; local
147 profile1.set_guid(base::GenerateGUID());
148 profile1.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("john@smith.com"));
153 personal_data_->AddProfile(profile1);
162 EXPECT_EQ(0, profile1.Compare(*results3[1]));
172 AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
173 test::SetProfileInfo(&profile1,
186 personal_data_->AddProfile(profile1);
196 EXPECT_EQ(0, profile1.Compare(*results1[1]));
201 personal_data_->RemoveByGUID(profile1.guid())
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java 162 AutofillProfile profile1 = new AutofillProfile( local
168 String profileGuid1 = mHelper.setProfile(profile1);
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 281 AutofillProfile profile1; local
282 profile1.SetRawInfo(NAME_FIRST,
292 profile1.SetRawInfo(NAME_MIDDLE, WideToUTF16(L"BANK\xcBERF\xc4LLE"));
293 profile1.SetRawInfo(EMAIL_ADDRESS,
296 profile1.SetRawInfo(ADDRESS_HOME_LINE1,
301 profile1.SetRawInfo(ADDRESS_HOME_CITY,
304 profile1.SetRawInfo(ADDRESS_HOME_ZIP, WideToUTF16(L"YOHO_54676"));
305 profile1.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, WideToUTF16(L"861088828000"));
306 profile1.SetInfo(
308 profiles.push_back(profile1);
    [all...]
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 257 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1"); local
261 manager.RegisterProfile(profile1);
268 manager.OnApplicationListChanged(profile1);
293 manager.OnApplicationListChanged(profile1);
300 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1"); local
304 manager.RegisterProfile(profile1);
318 manager.OnApplicationListChanged(profile1);
330 manager.OnApplicationListChanged(profile1);
332 size_t p1_index = cache->GetIndexOfProfileWithPath(profile1->GetPath());
338 size_t p2_index = cache->GetIndexOfProfileWithPath(profile1->GetPath())
349 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1"); local
418 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1"); local
432 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1"); local
591 TestingProfile* profile1 = profile_manager->CreateTestingProfile("p1"); local
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_browsertest.cc 1050 Profile* profile1 = browser()->profile(); local
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 351 AutofillProfile profile1; local
352 profile1.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Abe"));
360 wds_->AddAutofillProfile(profile1);
370 EXPECT_EQ(profile1, *consumer.result()[0]);
374 AutofillProfile profile1_changed(profile1);
377 AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed);
392 EXPECT_NE(profile1, *consumer2.result()[0]);
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 227 TestingProfile* profile1 = local
229 ASSERT_TRUE(profile1);
236 ASSERT_TRUE(profile1->CreateHistoryService(true, false));
237 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(profile1,
239 profile1->CreateBookmarkModel(true);
240 EXPECT_TRUE(BookmarkModelFactory::GetForProfile(profile1));
580 TestingProfile* profile1 = local
582 ASSERT_TRUE(profile1);
592 // Create a browser for profile1.
593 Browser::CreateParams profile1_params(profile1, chrome::GetActiveDesktop())
646 TestingProfile* profile1 = local
696 TestingProfile* profile1 = local
905 Profile* profile1 = AddProfileToCache(profile_manager, local
940 Profile* profile1 = AddProfileToCache(profile_manager, local
981 Profile* profile1 = AddProfileToCache(profile_manager, local
    [all...]
  /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/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 2253 TestingProfile* profile1 = CreateMultiUserProfile("user-1"); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /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 751 milliseconds