Searched refs:TestingProfile (Results 26 - 50 of 296) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_service_android_unittest.cc36 profile_.reset(new TestingProfile());
64 scoped_ptr<TestingProfile> profile_;
102 TestingProfile profile_;
156 TestingProfile profile_;
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder_unittest.cc38 // HistoryService for a TestingProfile.
40 TestingProfile* profile = static_cast<TestingProfile*>(context);
74 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
123 TestingProfile* CreateProfile(SafeBrowsingDisposition safe_browsing_opt_in) {
128 TestingProfile::TestingFactories factories;
145 TestingProfile* profile = profile_manager_->CreateTestingProfile(
270 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_OUT);
281 TestingProfile* profile = CreateProfile(SAFE_BROWSING_OPT_IN);
292 TestingProfile* profil
[all...]
/external/chromium_org/chrome/browser/search/
H A Dinstant_unittest_base.h53 virtual TestingProfile* CreateProfile() OVERRIDE;
H A Dinstant_unittest_base.cc85 TestingProfile* InstantUnitTestBase::CreateProfile() {
86 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
H A Dhotword_service_unittest.cc94 TestingProfile::Builder profile_builder;
95 scoped_ptr<TestingProfile> profile = profile_builder.Build();
131 TestingProfile::Builder profile_builder;
132 scoped_ptr<TestingProfile> profile = profile_builder.Build();
171 TestingProfile::Builder profile_builder;
172 scoped_ptr<TestingProfile> profile = profile_builder.Build();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.h24 class TestingProfile;
107 scoped_ptr<TestingProfile> profile_;
H A Dtest_extension_environment.cc31 : profile_(new TestingProfile),
45 TestingProfile* TestExtensionEnvironment::profile() const {
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database_unittest.cc26 profile_.reset(new TestingProfile);
41 scoped_ptr<TestingProfile> profile_;
/external/chromium_org/chrome/browser/signin/
H A Dsignin_tracker_unittest.cc55 TestingProfile::Builder builder;
79 scoped_ptr<TestingProfile> profile_;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc50 virtual TestingProfile* CreateProfile() OVERRIDE {
51 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service_unittest.cc36 virtual TestingProfile* CreateProfile() OVERRIDE {
37 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view_unittest.cc48 virtual TestingProfile* CreateProfile() OVERRIDE {
49 TestingProfile::Builder builder;
H A Dbookmark_bar_view_unittest.cc31 virtual TestingProfile* CreateProfile() OVERRIDE {
32 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data_unittest.cc25 TestingProfile profile;
37 TestingProfile profile;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper_unittest.cc44 TestingProfile profile;
79 TestingProfile profile;
103 TestingProfile profile;
118 TestingProfile profile;
140 TestingProfile profile;
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl_unittest.cc27 class TestingProfileWithHostZoomMap : public TestingProfile {
100 virtual TestingProfile* CreateProfile() OVERRIDE {
127 // The TestingProfile from CreateProfile above is the parent.
128 TestingProfile* parent_profile = GetProfile();
H A Dprofile_destroyer_unittest.cc12 class TestingOffTheRecordDestructionProfile : public TestingProfile {
15 : TestingProfile(base::FilePath(),
32 class TestingOriginalDestructionProfile : public TestingProfile {
65 virtual TestingProfile* CreateProfile() OVERRIDE {
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_factory_test_util.cc15 TestingProfile* profile)
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtest_with_browser_view.h36 virtual TestingProfile* CreateProfile() OVERRIDE;
H A Dtest_with_browser_view.cc106 TestingProfile* TestWithBrowserView::CreateProfile() {
107 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_unittest.cc17 class TabModelAndroidProfileMock : public TestingProfile {
53 TestingProfile testing_profile;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dencoding_menu_controller_unittest.cc59 TestingProfile profile_en;
70 TestingProfile profile_en;
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_policy_provider_unittest.cc49 TestingProfile profile;
83 TestingProfile profile;
110 TestingProfile profile;
137 TestingProfile profile;
209 TestingProfile profile;
246 TestingProfile profile;
H A Dhost_content_settings_map_unittest.cc42 TestingProfile profile;
75 TestingProfile profile;
184 TestingProfile profile;
231 TestingProfile profile;
272 TestingProfile profile;
313 TestingProfile profile;
349 TestingProfile profile;
395 TestingProfile profile;
550 TestingProfile profile;
616 TestingProfile profil
[all...]
H A Dcontent_settings_pref_provider_unittest.cc107 TestingProfile profile;
156 TestingProfile::Builder profile_builder;
158 scoped_ptr<TestingProfile> profile = profile_builder.Build();
160 TestingProfile::Builder otr_profile_builder;
201 TestingProfile testing_profile;
263 TestingProfile testing_profile;
352 TestingProfile testing_profile;
388 TestingProfile profile;
445 TestingProfile testing_profile;

Completed in 378 milliseconds

1234567891011>>