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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 54 virtual std::string GetManagedUserIdOfProfileAtIndex(size_t index) const = 0;
profile_info_cache.h 79 virtual std::string GetManagedUserIdOfProfileAtIndex(size_t index) const
profile_info_cache_unittest.cc 142 EXPECT_EQ(managed_user_id, GetCache()->GetManagedUserIdOfProfileAtIndex(i));
416 EXPECT_EQ("TEST_ID", GetCache()->GetManagedUserIdOfProfileAtIndex(0));
423 EXPECT_EQ("", GetCache()->GetManagedUserIdOfProfileAtIndex(0));
458 EXPECT_EQ(managed_user_id, GetCache()->GetManagedUserIdOfProfileAtIndex(i));
profile_info_cache.cc 381 return !GetManagedUserIdOfProfileAtIndex(index).empty();
390 std::string ProfileInfoCache::GetManagedUserIdOfProfileAtIndex(
profile_manager.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 253 managed_user_ids.insert(cache.GetManagedUserIdOfProfileAtIndex(i));
browser_options_handler.cc     [all...]

Completed in 589 milliseconds