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

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 58 ASSERT_TRUE(cache.IsOmittedProfileAtIndex(index));
70 ASSERT_TRUE(cache.IsOmittedProfileAtIndex(index));
78 EXPECT_FALSE(cache.IsOmittedProfileAtIndex(index));
  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 66 virtual bool IsOmittedProfileAtIndex(size_t index) const = 0;
profile_list_desktop.cc 42 if (profile_info_->IsOmittedProfileAtIndex(i)) {
profile_info_cache.h 88 virtual bool IsOmittedProfileAtIndex(size_t index) const OVERRIDE;
profile_manager_unittest.cc 321 EXPECT_TRUE(cache.IsOmittedProfileAtIndex(0));
329 EXPECT_FALSE(cache.IsOmittedProfileAtIndex(1));
346 EXPECT_TRUE(cache.IsOmittedProfileAtIndex(0));
356 EXPECT_TRUE(cache.IsOmittedProfileAtIndex(supervised_index));
359 EXPECT_FALSE(cache.IsOmittedProfileAtIndex(nonsupervised_index));
    [all...]
profile_info_cache.cc 414 bool ProfileInfoCache::IsOmittedProfileAtIndex(size_t index) const {
538 if (IsOmittedProfileAtIndex(index) == is_omitted)
    [all...]
profile_info_cache_unittest.cc 150 EXPECT_EQ(i == 3, GetCache()->IsOmittedProfileAtIndex(i));

Completed in 71 milliseconds