ProfileIsManagedAtIndex 87 chrome/browser/profiles/profile_info_cache.h virtual bool ProfileIsManagedAtIndex(size_t index) const OVERRIDE; ProfileIsManagedAtIndex 148 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(i == 3, GetCache()->ProfileIsManagedAtIndex(i)); ProfileIsManagedAtIndex 416 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_FALSE(GetCache()->ProfileIsManagedAtIndex(0)); ProfileIsManagedAtIndex 419 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(GetCache()->ProfileIsManagedAtIndex(0)); ProfileIsManagedAtIndex 423 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(GetCache()->ProfileIsManagedAtIndex(0)); ProfileIsManagedAtIndex 426 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_FALSE(GetCache()->ProfileIsManagedAtIndex(0)); ProfileIsManagedAtIndex 460 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(is_managed, GetCache()->ProfileIsManagedAtIndex(i)); ProfileIsManagedAtIndex 62 chrome/browser/profiles/profile_info_interface.h virtual bool ProfileIsManagedAtIndex(size_t index) const = 0; ProfileIsManagedAtIndex 62 chrome/browser/profiles/profile_list_desktop.cc item->managed = profile_info_->ProfileIsManagedAtIndex(i); ProfileIsManagedAtIndex 646 chrome/browser/profiles/profile_manager.cc if (cur_path != profile_dir && !cache.ProfileIsManagedAtIndex(i) && ProfileIsManagedAtIndex 72 chrome/browser/profiles/profile_metrics.cc if (info_cache.ProfileIsManagedAtIndex(i)) ProfileIsManagedAtIndex 139 chrome/browser/ui/app_list/app_list_service_impl.cc return profile_info.ProfileIsManagedAtIndex(profile_index); ProfileIsManagedAtIndex 74 chrome/browser/ui/app_list/app_list_view_delegate.cc if (profile_info.ProfileIsManagedAtIndex(i)) ProfileIsManagedAtIndex 1152 chrome/browser/ui/webui/options/browser_options_handler.cc profile_value->SetBoolean("isManaged", cache.ProfileIsManagedAtIndex(i)); ProfileIsManagedAtIndex 152 chrome/browser/ui/webui/options/managed_user_import_handler.cc if (cache.ProfileIsManagedAtIndex(i))