Searched refs:testing_profile (Results 1 - 5 of 5) 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/content_settings/
H A Dcontent_settings_pref_provider_unittest.cc29 #include "chrome/test/base/testing_profile.h"
201 TestingProfile testing_profile; local
202 PrefProvider provider(testing_profile.GetPrefs(), false);
263 TestingProfile testing_profile; local
264 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
352 TestingProfile testing_profile; local
353 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
445 TestingProfile testing_profile; local
446 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler_unittest.cc14 #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.cc24 #include "chrome/test/base/testing_profile.h"
139 TestingProfile* testing_profile = profile_manager_.CreateTestingProfile( variable
141 testing_profile->CreateBookmarkModel(true);
142 bookmark_model_ = BookmarkModelFactory::GetForProfile(testing_profile);
144 ChromeHistoryClientFactory::GetForProfile(testing_profile);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc38 #include "chrome/test/base/testing_profile.h"
400 TestingProfile* testing_profile = builder.Build().release(); variable
401 return testing_profile;

Completed in 462 milliseconds