TestingOriginalDestructionProfile 47 chrome/browser/profiles/profile_destroyer_unittest.cc static TestingOriginalDestructionProfile* living_instance_; TestingOriginalDestructionProfile 50 chrome/browser/profiles/profile_destroyer_unittest.cc static const TestingOriginalDestructionProfile* kNull; TestingOriginalDestructionProfile 52 chrome/browser/profiles/profile_destroyer_unittest.cc DISALLOW_COPY_AND_ASSIGN(TestingOriginalDestructionProfile); TestingOriginalDestructionProfile 54 chrome/browser/profiles/profile_destroyer_unittest.cc const TestingOriginalDestructionProfile* TestingOriginalDestructionProfile 55 chrome/browser/profiles/profile_destroyer_unittest.cc TestingOriginalDestructionProfile::kNull = NULL; TestingOriginalDestructionProfile 57 chrome/browser/profiles/profile_destroyer_unittest.cc TestingOriginalDestructionProfile* TestingOriginalDestructionProfile 58 chrome/browser/profiles/profile_destroyer_unittest.cc TestingOriginalDestructionProfile::living_instance_ = NULL; TestingOriginalDestructionProfile 106 chrome/browser/profiles/profile_destroyer_unittest.cc TestingOriginalDestructionProfile* original_profile = TestingOriginalDestructionProfile 107 chrome/browser/profiles/profile_destroyer_unittest.cc new TestingOriginalDestructionProfile; TestingOriginalDestructionProfile 123 chrome/browser/profiles/profile_destroyer_unittest.cc EXPECT_NE(TestingOriginalDestructionProfile::kNull, TestingOriginalDestructionProfile 124 chrome/browser/profiles/profile_destroyer_unittest.cc TestingOriginalDestructionProfile::living_instance_); TestingOriginalDestructionProfile 129 chrome/browser/profiles/profile_destroyer_unittest.cc EXPECT_EQ(NULL, TestingOriginalDestructionProfile::living_instance_); TestingOriginalDestructionProfile 132 chrome/browser/profiles/profile_destroyer_unittest.cc TestingOriginalDestructionProfile* main_profile = TestingOriginalDestructionProfile 133 chrome/browser/profiles/profile_destroyer_unittest.cc new TestingOriginalDestructionProfile; TestingOriginalDestructionProfile 141 chrome/browser/profiles/profile_destroyer_unittest.cc EXPECT_EQ(main_profile, TestingOriginalDestructionProfile::living_instance_); TestingOriginalDestructionProfile 144 chrome/browser/profiles/profile_destroyer_unittest.cc EXPECT_EQ(NULL, TestingOriginalDestructionProfile::living_instance_);