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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 68 virtual std::string GetSupervisedUserIdOfProfileAtIndex(
profile_info_cache_unittest.cc 152 GetCache()->GetSupervisedUserIdOfProfileAtIndex(i));
422 EXPECT_EQ("TEST_ID", GetCache()->GetSupervisedUserIdOfProfileAtIndex(0));
429 EXPECT_EQ("", GetCache()->GetSupervisedUserIdOfProfileAtIndex(0));
465 GetCache()->GetSupervisedUserIdOfProfileAtIndex(i));
profile_info_cache.h 90 virtual std::string GetSupervisedUserIdOfProfileAtIndex(size_t index) const
profile_info_cache.cc 411 return !GetSupervisedUserIdOfProfileAtIndex(index).empty();
427 std::string ProfileInfoCache::GetSupervisedUserIdOfProfileAtIndex(
550 if (GetSupervisedUserIdOfProfileAtIndex(index) == id)
    [all...]
profile_manager.cc 757 cache.GetSupervisedUserIdOfProfileAtIndex(profile_cache_index);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_import_handler.cc 154 supervised_user_ids.insert(cache.GetSupervisedUserIdOfProfileAtIndex(i));
create_profile_handler.cc 426 cache.GetSupervisedUserIdOfProfileAtIndex(i))

Completed in 143 milliseconds