Searched refs:ProfileIsSupervisedAtIndex (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h62 virtual bool ProfileIsSupervisedAtIndex(size_t index) const = 0;
H A Dprofile_list_desktop.cc54 item->supervised = profile_info_->ProfileIsSupervisedAtIndex(i);
H A Dprofile_info_cache_unittest.cc152 EXPECT_EQ(i == 3, GetCache()->ProfileIsSupervisedAtIndex(i));
449 EXPECT_FALSE(GetCache()->ProfileIsSupervisedAtIndex(0));
452 EXPECT_TRUE(GetCache()->ProfileIsSupervisedAtIndex(0));
456 EXPECT_TRUE(GetCache()->ProfileIsSupervisedAtIndex(0));
459 EXPECT_FALSE(GetCache()->ProfileIsSupervisedAtIndex(0));
493 EXPECT_EQ(is_supervised, GetCache()->ProfileIsSupervisedAtIndex(i));
H A Dprofile_info_cache.h87 virtual bool ProfileIsSupervisedAtIndex(size_t index) const OVERRIDE;
H A Dprofile_metrics.cc136 if (info_cache.ProfileIsSupervisedAtIndex(i))
H A Dprofile_info_cache.cc398 bool ProfileInfoCache::ProfileIsSupervisedAtIndex(size_t index) const { function in class:ProfileInfoCache
H A Dprofile_manager.cc650 if (cur_path != profile_dir && !cache.ProfileIsSupervisedAtIndex(i) &&
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsupervised_user_import_handler.cc158 if (cache.ProfileIsSupervisedAtIndex(i))
H A Dbrowser_options_handler.cc1267 cache.ProfileIsSupervisedAtIndex(i));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc139 profile_info.ProfileIsSupervisedAtIndex(profile_index);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc664 kKeySupervisedUser, info_cache.ProfileIsSupervisedAtIndex(i));

Completed in 135 milliseconds