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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 28 TestingProfile profile2; local
29 profile2.CreateBookmarkModel(true);
30 profile2.BlockUntilBookmarkModelLoaded();
32 bookmark_bar.SetProfile(&profile2);
  /external/chromium/chrome/browser/extensions/
extension_process_manager_unittest.cc 38 TestingProfile profile2; local
40 ExtensionProcessManager::Create(&profile2));
  /external/chromium_org/chrome/browser/extensions/
extension_process_manager_unittest.cc 41 TestingProfile profile2; local
43 ExtensionProcessManager::Create(&profile2));
user_script_listener_unittest.cc 283 TestingProfile profile2; local
291 content::Source<Profile>(&profile2),
301 // be blocked waiting for profile2.
310 // After profile2 is ready, the request should proceed.
313 content::Source<Profile>(&profile2),
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 296 TestingProfile* profile2 = builder.Build().release(); local
297 profile2->set_incognito(true);
300 profile2->SetOriginalProfile(profile1);
301 EXPECT_EQ(profile2->GetOriginalProfile(), profile1);
302 profile1->SetOffTheRecordProfile(profile2);
305 Browser::CreateParams profile_params(profile2, chrome::GetActiveDesktop());
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data_unittest.cc 104 TestingProfile profile2; local
105 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL);
150 TestingProfile profile2; local
151 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL);
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 139 Profile* profile2; local
145 profile2 = profile_manager_->GetProfile(dest_path2);
146 ASSERT_TRUE(profile2);
151 EXPECT_TRUE(profile2->GetBookmarkModel());
152 EXPECT_TRUE(profile2->GetHistoryService(Profile::EXPLICIT_ACCESS));
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 171 TestingProfile* profile2 = profile_manager_.CreateTestingProfile("p2"); local
175 manager.RegisterProfile(profile2);
187 manager.OnApplicationListChanged(profile2);
201 manager.OnApplicationListChanged(profile2);
212 TestingProfile* profile2 = profile_manager_.CreateTestingProfile("p2"); local
216 manager.RegisterProfile(profile2);
235 manager.OnApplicationListChanged(profile2);
247 manager.OnApplicationListChanged(profile2);
277 TestingProfile* profile2 = profile_manager_.CreateTestingProfile("p2"); local
278 manager.RegisterProfile(profile2);
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_unittest.cc 102 TestingProfile profile2; local
103 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL);
150 TestingProfile profile2; local
151 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL);
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 51 ValueDescription profile2[] = { member in namespace:__anon4284
149 CreateSubkey(&profile_key, L"1", profile2, arraysize(profile2));
176 EXPECT_EQ(profiles[0].GetInfo(NAME_FIRST), profile2[0].value);
177 EXPECT_EQ(profiles[0].GetInfo(NAME_LAST), profile2[1].value);
178 EXPECT_EQ(profiles[0].GetInfo(EMAIL_ADDRESS), profile2[2].value);
179 EXPECT_EQ(profiles[0].GetInfo(COMPANY_NAME), profile2[3].value);
180 EXPECT_EQ(profiles[0].GetInfo(PHONE_FAX_COUNTRY_CODE), profile2[6].value);
181 EXPECT_EQ(profiles[0].GetInfo(PHONE_FAX_CITY_CODE), profile2[5].value);
autofill_profile_unittest.cc 57 AutofillProfile profile2; local
58 autofill_test::SetProfileInfo(&profile2, "", "Mitchell",
61 EXPECT_TRUE(UpdateProfileLabel(&profile2));
62 string16 summary2 = profile2.Label();
personal_data_manager_unittest.cc 104 AutofillProfile profile2; local
105 autofill_test::SetProfileInfo(&profile2,
132 // - Add profile2
136 update.push_back(profile2);
142 EXPECT_EQ(0, profile2.Compare(*results2.at(1)));
161 EXPECT_EQ(0, profile2.Compare(*results3.at(1)));
466 AutofillProfile profile2; local
467 autofill_test::SetProfileInfo(&profile2,
473 profile_pointers.push_back(&profile2);
478 wds->AddAutofillProfile(profile2);
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java 43 AutofillProfile profile2 = new AutofillProfile( local
47 String profileTwoGUID = mHelper.setProfile(profile2);
132 AutofillProfile profile2 = new AutofillProfile( local
136 String profileGuid2 = mHelper.setProfile(profile2);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 288 TestingProfile profile2; local
290 new CaptivePortalService(&profile2));
291 CaptivePortalObserver observer2(&profile2, service2.get());
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 135 // Add bookmarks via ProfileWriter to profile1 when profile2 also exists.
137 TestingProfile profile2; local
138 profile2.CreateBookmarkModel(true);
141 BookmarkModelFactory::GetForProfile(&profile2);
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 54 ValueDescription profile2[] = { member in namespace:autofill::__anon9842
150 CreateSubkey(&profile_key, L"1", profile2, arraysize(profile2));
181 EXPECT_EQ(profile2[0].value, profiles[0].GetRawInfo(NAME_FIRST));
182 EXPECT_EQ(profile2[1].value, profiles[0].GetRawInfo(NAME_LAST));
183 EXPECT_EQ(profile2[2].value, profiles[0].GetRawInfo(EMAIL_ADDRESS));
184 EXPECT_EQ(profile2[3].value, profiles[0].GetRawInfo(COMPANY_NAME));
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 326 AutofillProfile profile2; local
327 profile2.SetInfo(NAME_FIRST, ASCIIToUTF16("Alice"));
333 wds_->AddAutofillProfile(profile2);
343 EXPECT_EQ(profile2, *consumer.result()[1]);
371 EXPECT_EQ(profile2, *consumer2.result()[1]);
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 298 AutofillProfile profile2; local
299 profile2.SetRawInfo(NAME_FIRST,
303 profile2.SetRawInfo(NAME_LAST, WideToUTF16(L"aguantó"));
304 profile2.SetRawInfo(ADDRESS_HOME_ZIP, WideToUTF16(L"HOME 94043"));
305 profiles.push_back(profile2);
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 213 TestingProfile* profile2 = local
215 ASSERT_TRUE(profile2);
223 profile2->CreateBookmarkModel(true);
224 EXPECT_TRUE(BookmarkModelFactory::GetForProfile(profile2));
225 ASSERT_TRUE(profile2->CreateHistoryService(true, false));
226 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(profile2,
454 TestingProfile* profile2 = local
456 ASSERT_TRUE(profile2);
471 // And for profile2.
472 Browser::CreateParams profile2_params(profile2, chrome::GetActiveDesktop())
520 TestingProfile* profile2 = local
572 TestingProfile* profile2 = new TestingProfile(); local
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 210 TestingProfile profile2; local
214 &profile2, &BuildSpellcheckService));
453 TestingProfile profile2; local
457 &profile2, &BuildSpellcheckService));
499 TestingProfile profile2; local
503 &profile2, &BuildSpellcheckService));
542 TestingProfile profile2; local
546 &profile2, &BuildSpellcheckService));
594 TestingProfile profile2; local
598 &profile2, &BuildSpellcheckService))
645 TestingProfile profile2; local
691 TestingProfile profile2; local
742 TestingProfile profile2; local
780 TestingProfile profile2; local
827 TestingProfile profile2; local
938 TestingProfile profile2; local
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 655 Profile* profile2 = profile_manager->GetProfile( local
657 ASSERT_TRUE(profile2);
675 SessionStartupPref::SetStartupPref(profile2, pref2);
678 profile2->GetPrefs()->CommitPendingWrite();
702 Profile* profile2 = profile_manager->GetProfile( local
704 ASSERT_TRUE(profile2);
712 last_opened_profiles.push_back(profile2);
717 SessionRestore::IsRestoring(profile2))
723 EXPECT_TRUE(profile2->restored_last_session());
735 ASSERT_EQ(1u, chrome::GetBrowserCount(profile2,
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 388 AutofillProfile profile2; local
389 profile2.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Alice"));
396 wds_->AddAutofillProfile(profile2);
406 EXPECT_EQ(profile2, *consumer.result()[1]);
429 EXPECT_EQ(profile2, *consumer2.result()[1]);
  /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 1124 milliseconds