Searched defs:ProfileInfoCacheTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.h48 class ProfileInfoCacheTest : public testing::Test { class in inherits:testing::Test
50 ProfileInfoCacheTest();
51 virtual ~ProfileInfoCacheTest();
H A Dprofile_info_cache_unittest.cc92 ProfileInfoCacheTest::ProfileInfoCacheTest() function in class:ProfileInfoCacheTest
97 ProfileInfoCacheTest::~ProfileInfoCacheTest() {
100 void ProfileInfoCacheTest::SetUp() {
105 void ProfileInfoCacheTest::TearDown() {
111 ProfileInfoCache* ProfileInfoCacheTest::GetCache() {
115 base::FilePath ProfileInfoCacheTest::GetProfilePath(
121 void ProfileInfoCacheTest::ResetCache() {
125 TEST_F(ProfileInfoCacheTest, AddProfile
[all...]

Completed in 444 milliseconds