GetManagedUserIdOfProfileAtIndex  498 chrome/browser/profiles/profile_info_cache.cc   return !GetManagedUserIdOfProfileAtIndex(index).empty();
GetManagedUserIdOfProfileAtIndex   90 chrome/browser/profiles/profile_info_cache.h   virtual std::string GetManagedUserIdOfProfileAtIndex(size_t index) const
GetManagedUserIdOfProfileAtIndex  150 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(managed_user_id, GetCache()->GetManagedUserIdOfProfileAtIndex(i));
GetManagedUserIdOfProfileAtIndex  420 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ("TEST_ID", GetCache()->GetManagedUserIdOfProfileAtIndex(0));
GetManagedUserIdOfProfileAtIndex  427 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ("", GetCache()->GetManagedUserIdOfProfileAtIndex(0));
GetManagedUserIdOfProfileAtIndex  462 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(managed_user_id, GetCache()->GetManagedUserIdOfProfileAtIndex(i));
GetManagedUserIdOfProfileAtIndex   68 chrome/browser/profiles/profile_info_interface.h   virtual std::string GetManagedUserIdOfProfileAtIndex(size_t index) const = 0;
GetManagedUserIdOfProfileAtIndex  747 chrome/browser/profiles/profile_manager.cc           cache.GetManagedUserIdOfProfileAtIndex(profile_cache_index);
GetManagedUserIdOfProfileAtIndex  430 chrome/browser/ui/webui/options/create_profile_handler.cc     if (existing_managed_user_id == cache.GetManagedUserIdOfProfileAtIndex(i))
GetManagedUserIdOfProfileAtIndex  153 chrome/browser/ui/webui/options/managed_user_import_handler.cc       managed_user_ids.insert(cache.GetManagedUserIdOfProfileAtIndex(i));