HomeSort by relevance Sort by last modified time
    Searched refs:ProfileIsSupervisedAtIndex (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 62 virtual bool ProfileIsSupervisedAtIndex(size_t index) const = 0;
profile_list_desktop.cc 54 item->supervised = profile_info_->ProfileIsSupervisedAtIndex(i);
profile_info_cache_unittest.cc 149 EXPECT_EQ(i == 3, GetCache()->ProfileIsSupervisedAtIndex(i));
418 EXPECT_FALSE(GetCache()->ProfileIsSupervisedAtIndex(0));
421 EXPECT_TRUE(GetCache()->ProfileIsSupervisedAtIndex(0));
425 EXPECT_TRUE(GetCache()->ProfileIsSupervisedAtIndex(0));
428 EXPECT_FALSE(GetCache()->ProfileIsSupervisedAtIndex(0));
462 EXPECT_EQ(is_supervised, GetCache()->ProfileIsSupervisedAtIndex(i));
profile_info_cache.h 87 virtual bool ProfileIsSupervisedAtIndex(size_t index) const OVERRIDE;
profile_metrics.cc 75 if (info_cache.ProfileIsSupervisedAtIndex(i))
profile_info_cache.cc 410 bool ProfileInfoCache::ProfileIsSupervisedAtIndex(size_t index) const {
    [all...]
profile_manager.cc 655 if (cur_path != profile_dir && !cache.ProfileIsSupervisedAtIndex(i) &&
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_import_handler.cc 153 if (cache.ProfileIsSupervisedAtIndex(i))
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 139 profile_info.ProfileIsSupervisedAtIndex(profile_index);
app_list_view_delegate.cc 91 if (profile_info.ProfileIsSupervisedAtIndex(i))
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 607 kKeyLocallyManagedUser, info_cache.ProfileIsSupervisedAtIndex(i));

Completed in 327 milliseconds