Searched refs:IsOmittedProfileAtIndex (Results 1 – 7 of 7) sorted by relevance
58 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()
66 virtual bool IsOmittedProfileAtIndex(size_t index) const = 0;
42 if (profile_info_->IsOmittedProfileAtIndex(i)) { in RebuildMenu()
341 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()
88 virtual bool IsOmittedProfileAtIndex(size_t index) const OVERRIDE;
402 bool ProfileInfoCache::IsOmittedProfileAtIndex(size_t index) const { in IsOmittedProfileAtIndex() function in ProfileInfoCache533 if (IsOmittedProfileAtIndex(index) == is_omitted) in SetIsOmittedProfileAtIndex()
153 EXPECT_EQ(i == 3, GetCache()->IsOmittedProfileAtIndex(i)); in TEST_F()