Home
last modified time | relevance | path

Searched refs:testing_profile_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/history/android/
Dsqlite_cursor_unittest.cc59 testing_profile_ = profile_manager_.CreateTestingProfile( in SetUp()
62 testing_profile_->CreateBookmarkModel(true); in SetUp()
63 test::WaitForBookmarkModelToLoad(testing_profile_); in SetUp()
65 testing_profile_->CreateFaviconService(); in SetUp()
66 ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false)); in SetUp()
67 service_.reset(new AndroidHistoryProviderService(testing_profile_)); in SetUp()
68 hs_ = HistoryServiceFactory::GetForProfile(testing_profile_, in SetUp()
73 testing_profile_->DestroyHistoryService(); in TearDown()
75 testing_profile_ = NULL; in TearDown()
102 TestingProfile* testing_profile_; member in __anon1c0754e80111::SQLiteCursorTest
[all …]
Dandroid_history_provider_service_unittest.cc51 testing_profile_ = profile_manager_.CreateTestingProfile( in SetUp()
54 testing_profile_->CreateBookmarkModel(true); in SetUp()
55 test::WaitForBookmarkModelToLoad(testing_profile_); in SetUp()
56 ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false)); in SetUp()
57 service_.reset(new AndroidHistoryProviderService(testing_profile_)); in SetUp()
61 testing_profile_->DestroyHistoryService(); in TearDown()
63 testing_profile_=NULL; in TearDown()
73 TestingProfile* testing_profile_; member in __anonc375da850111::AndroidHistoryProviderServiceTest
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_server_bound_cert_helper_unittest.cc27 testing_profile_.reset(new TestingProfile()); in SetUp()
29 testing_profile_->GetSSLConfigService()->AddObserver(this); in SetUp()
33 testing_profile_->GetSSLConfigService()->RemoveObserver(this); in TearDown()
38 testing_profile_->GetRequestContext()->GetURLRequestContext(); in CreateCertsForTest()
62 scoped_ptr<TestingProfile> testing_profile_; member in BrowsingDataServerBoundCertHelperTest
72 BrowsingDataServerBoundCertHelper::Create(testing_profile_.get())); in TEST_F()
102 BrowsingDataServerBoundCertHelper::Create(testing_profile_.get())); in TEST_F()
Dbrowsing_data_cookie_helper_unittest.cc21 : testing_profile_(new TestingProfile()) { in BrowsingDataCookieHelperTest()
26 testing_profile_->GetCookieMonster(); in CreateCookiesForTest()
37 testing_profile_->GetCookieMonster(); in CreateCookiesForDomainCookieTest()
174 scoped_ptr<TestingProfile> testing_profile_; member in __anon621727d70111::BrowsingDataCookieHelperTest
182 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext())); in TEST_F()
193 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext())); in TEST_F()
204 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext())); in TEST_F()
226 testing_profile_->GetRequestContext())); in TEST_F()
259 testing_profile_->GetRequestContext())); in TEST_F()
285 testing_profile_->GetRequestContext())); in TEST_F()
[all …]
/external/chromium/chrome/browser/
Dbrowsing_data_local_storage_helper_browsertest.cc55 FilePath storage_path(testing_profile_.GetPath()); in GetLocalStoragePathForTestingProfile()
60 TestingProfile testing_profile_; member in __anon91779ee60111::BrowsingDataLocalStorageHelperTest
104 new BrowsingDataLocalStorageHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
115 new BrowsingDataLocalStorageHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
147 new CannedBrowsingDataLocalStorageHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
169 new CannedBrowsingDataLocalStorageHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
Dbrowsing_data_database_helper_browsertest.cc27 testing_profile_.GetDatabaseTracker(); in CreateDatabases()
53 TestingProfile testing_profile_; member in __anon1540427c0111::BrowsingDataDatabaseHelperTest
82 new BrowsingDataDatabaseHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
100 new CannedBrowsingDataDatabaseHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
127 new CannedBrowsingDataDatabaseHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
Dbrowsing_data_indexed_db_helper_browsertest.cc25 TestingProfile testing_profile_; member in __anon5da3f84d0111::BrowsingDataIndexedDBHelperTest
38 new CannedBrowsingDataIndexedDBHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
61 new CannedBrowsingDataIndexedDBHelper(&testing_profile_)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/
Dexisting_user_controller_browsertest.cc167 .WillRepeatedly(Return(testing_profile_.get())); in SetUpUserManager()
171 testing_profile_.reset(new TestingProfile()); in SetUpOnMainThread()
180 testing_profile_.get()); in SetUpOnMainThread()
191 testing_profile_.reset(NULL); in CleanUpOnMainThread()
225 scoped_ptr<TestingProfile> testing_profile_; member in chromeos::ExistingUserControllerTest
251 DoBrowserLaunch(testing_profile_.get(), in IN_PROC_BROWSER_TEST_P()
444 DoBrowserLaunch(testing_profile_.get(), in ExpectSuccessfulLogin()
/external/chromium_org/chrome/browser/ui/toolbar/
Drecent_tabs_sub_menu_model_unittest.cc101 : sync_service_(&testing_profile_), in RecentTabsSubMenuModelTest()
120 TestingProfile testing_profile_; member in RecentTabsSubMenuModelTest