Home
last modified time | relevance | path

Searched refs:IsOmittedProfileAtIndex (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service_browsertest.cc58 ASSERT_TRUE(cache.IsOmittedProfileAtIndex(index)); in IN_PROC_BROWSER_TEST_F()
70 ASSERT_TRUE(cache.IsOmittedProfileAtIndex(index)); in IN_PROC_BROWSER_TEST_F()
78 EXPECT_FALSE(cache.IsOmittedProfileAtIndex(index)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/profiles/
Dprofile_info_interface.h66 virtual bool IsOmittedProfileAtIndex(size_t index) const = 0;
Dprofile_list_desktop.cc42 if (profile_info_->IsOmittedProfileAtIndex(i)) { in RebuildMenu()
Dprofile_manager_unittest.cc341 EXPECT_TRUE(cache.IsOmittedProfileAtIndex(0)); in TEST_F()
349 EXPECT_FALSE(cache.IsOmittedProfileAtIndex(1)); in TEST_F()
366 EXPECT_TRUE(cache.IsOmittedProfileAtIndex(0)); in TEST_F()
376 EXPECT_TRUE(cache.IsOmittedProfileAtIndex(supervised_index)); in TEST_F()
379 EXPECT_FALSE(cache.IsOmittedProfileAtIndex(nonsupervised_index)); in TEST_F()
Dprofile_info_cache.h88 virtual bool IsOmittedProfileAtIndex(size_t index) const OVERRIDE;
Dprofile_info_cache.cc402 bool ProfileInfoCache::IsOmittedProfileAtIndex(size_t index) const { in IsOmittedProfileAtIndex() function in ProfileInfoCache
533 if (IsOmittedProfileAtIndex(index) == is_omitted) in SetIsOmittedProfileAtIndex()
Dprofile_info_cache_unittest.cc153 EXPECT_EQ(i == 3, GetCache()->IsOmittedProfileAtIndex(i)); in TEST_F()