/external/chromium_org/chrome/browser/sessions/ |
session_service_unittest.cc | 426 ProfileInfoCache& profile_info = local 428 size_t profile_index = profile_info.GetIndexOfProfileWithPath( 431 profile_info.SetProfileSigninRequiredAtIndex(profile_index, true); [all...] |
session_service.cc | 346 ProfileInfoCache& profile_info = local 348 size_t profile_index = profile_info.GetIndexOfProfileWithPath( 351 profile_info.ProfileIsSigninRequiredAtIndex(profile_index); [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis_unittest.cc | 437 std::vector<float> profile_info; local 439 EXPECT_EQ(AutoSegmentPeaks(profile_info), std::numeric_limits<float>::max()); 440 profile_info.resize(1000, 1.0f); 441 EXPECT_EQ(AutoSegmentPeaks(profile_info), 1.0f); 443 std::generate(profile_info.begin(), profile_info.end(), std::rand); 444 float threshold = AutoSegmentPeaks(profile_info); 450 profile_info.begin(), 451 profile_info.end(), 456 for (unsigned i = 0; i < profile_info.size(); ++i) [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_impl.cc | 135 ProfileInfoCache& profile_info = variable 137 size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path); 139 profile_info.ProfileIsSupervisedAtIndex(profile_index);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_handler.cc | 264 base::DictionaryValue profile_info; local 265 profile_info.SetString("name", cache.ChooseNameForNewProfile(icon_index)); 266 profile_info.SetString("iconURL", 270 "ManageProfileOverlay.receiveNewProfileDefaults", profile_info);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator.cc | 628 ProfileInfoCache& profile_info = local 630 size_t profile_index = profile_info.GetIndexOfProfileWithPath( 633 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_manager.cc | 563 ProfileInfo* profile_info = GetProfileInfoByPath(path); local 564 return profile_info ? profile_info->profile.get() : NULL; 1040 ProfileInfo* profile_info = GetProfileInfoByPath(default_profile_dir); local [all...] |