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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 52 virtual bool ProfileIsManagedAtIndex(size_t index) const = 0;
profile_info_cache_unittest.cc 141 EXPECT_EQ(i == 3, GetCache()->ProfileIsManagedAtIndex(i));
412 EXPECT_FALSE(GetCache()->ProfileIsManagedAtIndex(0));
415 EXPECT_TRUE(GetCache()->ProfileIsManagedAtIndex(0));
419 EXPECT_TRUE(GetCache()->ProfileIsManagedAtIndex(0));
422 EXPECT_FALSE(GetCache()->ProfileIsManagedAtIndex(0));
456 EXPECT_EQ(is_managed, GetCache()->ProfileIsManagedAtIndex(i));
profile_info_cache.h 77 virtual bool ProfileIsManagedAtIndex(size_t index) const OVERRIDE;
profile_metrics.cc 81 if (info_cache.ProfileIsManagedAtIndex(i))
avatar_menu_model.cc 316 profile_info_->ProfileIsManagedAtIndex(i) ?
profile_manager.cc     [all...]
profile_info_cache.cc 380 bool ProfileInfoCache::ProfileIsManagedAtIndex(size_t index) const {
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]

Completed in 2697 milliseconds