IsOmittedProfileAtIndex   57 chrome/browser/managed_mode/managed_user_service_browsertest.cc   ASSERT_TRUE(cache.IsOmittedProfileAtIndex(index));
IsOmittedProfileAtIndex   69 chrome/browser/managed_mode/managed_user_service_browsertest.cc   ASSERT_TRUE(cache.IsOmittedProfileAtIndex(index));
IsOmittedProfileAtIndex   77 chrome/browser/managed_mode/managed_user_service_browsertest.cc   EXPECT_FALSE(cache.IsOmittedProfileAtIndex(index));
IsOmittedProfileAtIndex  660 chrome/browser/profiles/profile_info_cache.cc   if (IsOmittedProfileAtIndex(index) == is_omitted)
IsOmittedProfileAtIndex   88 chrome/browser/profiles/profile_info_cache.h   virtual bool IsOmittedProfileAtIndex(size_t index) const OVERRIDE;
IsOmittedProfileAtIndex  149 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i == 3, GetCache()->IsOmittedProfileAtIndex(i));
IsOmittedProfileAtIndex   66 chrome/browser/profiles/profile_info_interface.h   virtual bool IsOmittedProfileAtIndex(size_t index) const = 0;
IsOmittedProfileAtIndex   42 chrome/browser/profiles/profile_list_desktop.cc     if (profile_info_->IsOmittedProfileAtIndex(i)) {
IsOmittedProfileAtIndex  318 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_TRUE(cache.IsOmittedProfileAtIndex(0));
IsOmittedProfileAtIndex  326 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_FALSE(cache.IsOmittedProfileAtIndex(1));
IsOmittedProfileAtIndex  341 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_TRUE(cache.IsOmittedProfileAtIndex(0));
IsOmittedProfileAtIndex  351 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_TRUE(cache.IsOmittedProfileAtIndex(managed_index));
IsOmittedProfileAtIndex  353 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_FALSE(cache.IsOmittedProfileAtIndex(nonmanaged_index));