/external/chromium_org/chrome/test/base/ |
D | testing_profile.cc | 168 const char TestingProfile::kTestUserProfileDir[] = "test-user"; 170 const char TestingProfile::kTestUserProfileDir[] = "Default"; 173 TestingProfile::TestingProfile() in TestingProfile() function in TestingProfile 192 TestingProfile::TestingProfile(const base::FilePath& path) in TestingProfile() function in TestingProfile 209 TestingProfile::TestingProfile(const base::FilePath& path, in TestingProfile() function in TestingProfile 227 base::Bind(&TestingProfile::FinishInit, base::Unretained(this))); in TestingProfile() 233 TestingProfile::TestingProfile( in TestingProfile() function in TestingProfile 280 base::Bind(&TestingProfile::FinishInit, base::Unretained(this))); in TestingProfile() 286 void TestingProfile::CreateTempProfileDir() { in CreateTempProfileDir() 313 void TestingProfile::Init() { in Init() [all …]
|
D | testing_profile_manager.cc | 26 return new TestingProfile(file_path); in CreateProfileHelper() 46 TestingProfile* TestingProfileManager::CreateTestingProfile( in CreateTestingProfile() 52 const TestingProfile::TestingFactories& factories) { in CreateTestingProfile() 60 TestingProfile::Builder builder; in CreateTestingProfile() 65 for (TestingProfile::TestingFactories::const_iterator it = factories.begin(); in CreateTestingProfile() 70 TestingProfile* profile = builder.Build().release(); in CreateTestingProfile() 88 TestingProfile* TestingProfileManager::CreateTestingProfile( in CreateTestingProfile() 93 TestingProfile::TestingFactories()); in CreateTestingProfile() 102 TestingProfile* profile = it->second; in DeleteTestingProfile()
|
D | testing_profile_manager.h | 23 class TestingProfile; variable 52 TestingProfile* CreateTestingProfile( 58 const TestingProfile::TestingFactories& factories); 61 TestingProfile* CreateTestingProfile(const std::string& name); 79 typedef std::map<std::string, TestingProfile*> TestingProfilesMap;
|
D | browser_with_test_window_test.h | 98 TestingProfile* profile() const { return profile_; } in profile() 100 TestingProfile* GetProfile() { return profile_; } in GetProfile() 135 virtual TestingProfile* CreateProfile(); 138 virtual void DestroyProfile(TestingProfile* profile); 164 TestingProfile* profile_;
|
D | chrome_render_view_host_test_harness.cc | 30 TestingProfile* ChromeRenderViewHostTestHarness::profile() { in profile() 31 return static_cast<TestingProfile*>(browser_context()); in profile() 70 return new TestingProfile(); in CreateBrowserContext()
|
D | testing_profile.h | 52 class TestingProfile : public Profile { 63 TestingProfile(); 117 scoped_ptr<TestingProfile> Build(); 143 explicit TestingProfile(const base::FilePath& path); 148 TestingProfile(const base::FilePath& path, Delegate* delegate); 152 TestingProfile(const base::FilePath& path, 162 virtual ~TestingProfile(); 224 virtual TestingProfile* AsTestingProfile() OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
D | activity_log_enabled_unittest.cc | 51 scoped_ptr<TestingProfile> profile( in TEST_F() 52 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F() 65 scoped_ptr<TestingProfile> profile1( in TEST_F() 66 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F() 67 scoped_ptr<TestingProfile> profile2( in TEST_F() 68 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F() 89 scoped_ptr<TestingProfile> profile1( in TEST_F() 90 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F() 91 scoped_ptr<TestingProfile> profile2( in TEST_F() 92 static_cast<TestingProfile*>(CreateBrowserContext())); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_list_desktop_unittest.cc | 90 TestingProfile::TestingFactories()); in TEST_F() 93 TestingProfile::TestingFactories()); in TEST_F() 115 TestingProfile::TestingFactories()); in TEST_F() 118 TestingProfile::TestingFactories()); in TEST_F() 134 TestingProfile::TestingFactories()); in TEST_F() 137 TestingProfile::TestingFactories()); in TEST_F() 171 TestingProfile::TestingFactories()); in TEST_F() 174 TestingProfile::TestingFactories()); in TEST_F() 183 TestingProfile::TestingFactories()); in TEST_F() 228 TestingProfile::TestingFactories()); in TEST_F() [all …]
|
D | profile_manager_unittest.cc | 69 return new TestingProfile(file_path, NULL); in CreateProfileHelper() 79 return new TestingProfile(path, this); in CreateProfileAsyncHelper() 205 TestingProfile* profile1 = in TEST_F() 206 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1)); in TEST_F() 209 TestingProfile* profile2 = in TEST_F() 210 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path2)); in TEST_F() 421 TestingProfile::Builder builder; in TEST_F() 423 scoped_ptr<TestingProfile> incognito_profile = builder.Build(); in TEST_F() 425 TestingProfile* testing_profile = static_cast<TestingProfile*>(profile); in TEST_F() 452 TestingProfile* profile1 = in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/search_engines/ |
D | template_url_service_test_util.h | 22 class TestingProfile; variable 24 class TestingProfile; variable 88 virtual TestingProfile* profile() const = 0; 112 virtual TestingProfile* profile() const OVERRIDE; 118 scoped_ptr<TestingProfile> profile_;
|
/external/chromium_org/chrome/browser/extensions/ |
D | process_manager_unittest.cc | 40 TestingProfile* profile) { in IsRegistered() 49 scoped_ptr<TestingProfile> original_profile(new TestingProfile); in TEST_F() 71 TestingProfile::Builder builder; in TEST_F() 73 scoped_ptr<TestingProfile> incognito_profile = builder.Build(); in TEST_F() 116 TestingProfile profile1; in TEST_F() 119 TestingProfile profile2; in TEST_F()
|
D | test_extension_environment.h | 23 class TestingProfile; variable 46 TestingProfile* profile() const; 80 scoped_ptr<TestingProfile> profile_;
|
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_pref_provider_unittest.cc | 58 TestingProfile profile; in TEST_F() 77 TestingProfile profile; in TEST_F() 90 TestingProfile profile; in TEST_F() 120 TestingProfile profile; in TEST_F() 175 TestingProfile profile; in TEST_F() 227 TestingProfile profile; in TEST_F() 228 TestingProfile* otr_profile = new TestingProfile; in TEST_F() 259 TestingProfile testing_profile; in TEST_F() 321 TestingProfile testing_profile; in TEST_F()
|
D | host_content_settings_map_unittest.cc | 46 TestingProfile profile; in TEST_F() 177 TestingProfile profile; in TEST_F() 208 TestingProfile profile; in TEST_F() 244 TestingProfile profile; in TEST_F() 280 TestingProfile profile; in TEST_F() 317 TestingProfile profile; in TEST_F() 396 TestingProfile profile; in TEST_F() 449 TestingProfile profile; in TEST_F() 496 TestingProfile profile; in TEST_F() 521 TestingProfile profile; in TEST_F() [all …]
|
/external/chromium/chrome/browser/instant/ |
D | promo_counter_unittest.cc | 13 TestingProfile profile; in TEST_F() 25 TestingProfile profile; in TEST_F() 47 TestingProfile profile; in TEST_F() 66 TestingProfile profile; in TEST_F()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | cocoa_profile_test.h | 17 class TestingProfile; variable 49 TestingProfile* profile() { return profile_; } in profile() 63 TestingProfile* profile_; // Weak; owned by profile_manager_.
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_service_mock.cc | 27 TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() { in MakeSignedInTestingProfile() 28 TestingProfile* profile = new TestingProfile(); in MakeSignedInTestingProfile()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map_unittest.cc | 67 TestingProfile profile; in TEST_F() 78 TestingProfile profile; in TEST_F() 106 TestingProfile profile; in TEST_F() 155 TestingProfile profile; in TEST_F() 168 TestingProfile profile; in TEST_F() 189 TestingProfile profile; in TEST_F() 221 TestingProfile profile; in TEST_F() 250 TestingProfile profile; in TEST_F() 285 TestingProfile profile; in TEST_F()
|
/external/chromium_org/chrome/browser/content_settings/ |
D | content_settings_pref_provider_unittest.cc | 106 TestingProfile profile; in TEST_F() 155 TestingProfile::Builder profile_builder; in TEST_F() 157 scoped_ptr<TestingProfile> profile = profile_builder.Build(); in TEST_F() 159 TestingProfile::Builder otr_profile_builder; in TEST_F() 162 scoped_ptr<TestingProfile> otr_profile(otr_profile_builder.Build()); in TEST_F() 202 TestingProfile testing_profile; in TEST_F() 264 TestingProfile testing_profile; in TEST_F() 353 TestingProfile testing_profile; in TEST_F() 389 TestingProfile profile; in TEST_F()
|
D | host_content_settings_map_unittest.cc | 41 TestingProfile profile; in TEST_F() 74 TestingProfile profile; in TEST_F() 183 TestingProfile profile; in TEST_F() 230 TestingProfile profile; in TEST_F() 271 TestingProfile profile; in TEST_F() 312 TestingProfile profile; in TEST_F() 348 TestingProfile profile; in TEST_F() 394 TestingProfile profile; in TEST_F() 549 TestingProfile profile; in TEST_F() 615 TestingProfile profile; in TEST_F() [all …]
|
/external/chromium/chrome/browser/extensions/ |
D | extension_event_router_forwarder_unittest.cc | 52 profile1_ = new TestingProfile(); in SetUp() 53 profile2_ = new TestingProfile(); in SetUp() 59 TestingProfile* CreateIncognitoProfile(TestingProfile* base) { in CreateIncognitoProfile() 60 TestingProfile* incognito = new TestingProfile(); in CreateIncognitoProfile() 71 TestingProfile* profile1_; 72 TestingProfile* profile2_;
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_prompt_controller_unittest.cc | 46 static_cast<TestingProfile*>(browser()->profile())-> in Visit() 68 ASSERT_TRUE(static_cast<TestingProfile*>(browser()->profile())-> in SetUp() 70 static_cast<TestingProfile*>(browser()->profile())-> in SetUp() 79 static_cast<TestingProfile*>(browser()->profile())-> in TearDown()
|
/external/chromium_org/chrome/browser/chromeos/power/ |
D | power_prefs_unittest.cc | 160 TestingProfile::Builder builder; in TEST_F() 165 scoped_ptr<TestingProfile> login_profile_owner(builder.Build()); in TEST_F() 167 TestingProfile* login_profile = login_profile_owner.get(); in TEST_F() 168 TestingProfile* login_profile_parent = profile_manager_.CreateTestingProfile( in TEST_F() 185 TestingProfile* other_profile = in TEST_F() 213 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user"); in TEST_F() 230 TestingProfile* other_profile = in TEST_F()
|
/external/chromium/chrome/common/net/gaia/ |
D | gaia_oauth_client_unittest.cc | 127 TestingProfile profile_; 152 TestingProfile profile; in TEST_F() 175 TestingProfile profile; in TEST_F() 198 TestingProfile profile; in TEST_F() 221 TestingProfile profile; in TEST_F() 241 TestingProfile profile; in TEST_F()
|
/external/chromium_org/chrome/browser/signin/ |
D | ubertoken_fetcher_unittest.cc | 58 scoped_ptr<TestingProfile> CreateProfile() { in CreateProfile() 59 TestingProfile::Builder builder; in CreateProfile() 69 TestingProfile* profile() { return profile_.get(); } in profile() 73 scoped_ptr<TestingProfile> profile_;
|