Searched refs:testing_profile (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_unittest.cc8 #include "chrome/test/base/testing_profile.h"
53 TestingProfile testing_profile; local
54 TestTabModel tab_model(&testing_profile);
57 EXPECT_EQ(&testing_profile, tab_model.GetProfile());
63 content::Source<Profile>(&testing_profile),
70 TabModelAndroidProfileMock testing_profile; local
71 EXPECT_CALL(testing_profile, HasOffTheRecordProfile())
73 EXPECT_CALL(testing_profile, GetOffTheRecordProfile())
74 .WillOnce(testing::Return(&testing_profile));
75 TestTabModel tab_model(&testing_profile);
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dfake_login_utils.cc21 #include "chrome/test/base/testing_profile.h"
68 TestingProfile* testing_profile = new TestingProfile(); local
69 testing_profile->set_profile_name(user_context.username);
71 profile = testing_profile;
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider_unittest.cc20 #include "chrome/test/testing_profile.h"
259 TestingProfile testing_profile; local
260 testing_profile.GetHostContentSettingsMap();
262 testing_profile.GetOriginalProfile());
321 TestingProfile testing_profile; local
322 testing_profile.GetHostContentSettingsMap();
324 testing_profile.GetOriginalProfile());
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider_unittest.cc28 #include "chrome/test/base/testing_profile.h"
202 TestingProfile testing_profile; local
203 PrefProvider provider(testing_profile.GetPrefs(), false);
264 TestingProfile testing_profile; local
265 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
353 TestingProfile testing_profile; local
354 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler_unittest.cc16 #include "chrome/test/base/testing_profile.h"
45 TestingProfile* testing_profile = profile_manager_.CreateTestingProfile( variable
48 testing_profile->CreateBookmarkModel(true);
49 bookmark_model_ = BookmarkModelFactory::GetForProfile(testing_profile);
H A Dandroid_provider_backend_unittest.cc26 #include "chrome/test/base/testing_profile.h"
127 TestingProfile* testing_profile = profile_manager_.CreateTestingProfile( variable
129 testing_profile->CreateBookmarkModel(true);
130 bookmark_model_ = BookmarkModelFactory::GetForProfile(testing_profile);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc35 #include "chrome/test/base/testing_profile.h"
425 TestingProfile* testing_profile = static_cast<TestingProfile*>(profile); local
426 testing_profile->SetOffTheRecordProfile(incognito_profile.PassAs<Profile>());

Completed in 219 milliseconds