HomeSort by relevance Sort by last modified time
    Searched refs:testing_profile (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc 8 #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/
content_settings_pref_provider_unittest.cc 28 #include "chrome/test/base/testing_profile.h"
202 TestingProfile testing_profile; local
203 PrefProvider provider(testing_profile.GetPrefs(), false);
265 TestingProfile testing_profile; local
266 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
354 TestingProfile testing_profile; local
355 PrefProvider pref_content_settings_provider(testing_profile.GetPrefs(),
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 14 #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);
android_provider_backend_unittest.cc 25 #include "chrome/test/base/testing_profile.h"
132 TestingProfile* testing_profile = profile_manager_.CreateTestingProfile( variable
134 testing_profile->CreateBookmarkModel(true);
135 bookmark_model_ = BookmarkModelFactory::GetForProfile(testing_profile);
137 ChromeHistoryClientFactory::GetForProfile(testing_profile);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 37 #include "chrome/test/base/testing_profile.h"
380 TestingProfile* testing_profile = builder.Build().release(); variable
381 return testing_profile;
    [all...]

Completed in 58 milliseconds