/external/chromium_org/chrome/browser/history/android/ |
D | sqlite_cursor_unittest.cc | 59 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 …]
|
D | android_history_provider_service_unittest.cc | 51 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/ |
D | browsing_data_server_bound_cert_helper_unittest.cc | 27 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()
|
D | browsing_data_cookie_helper_unittest.cc | 21 : 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/ |
D | browsing_data_local_storage_helper_browsertest.cc | 55 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()
|
D | browsing_data_database_helper_browsertest.cc | 27 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()
|
D | browsing_data_indexed_db_helper_browsertest.cc | 25 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/ |
D | existing_user_controller_browsertest.cc | 167 .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/ |
D | recent_tabs_sub_menu_model_unittest.cc | 101 : sync_service_(&testing_profile_), in RecentTabsSubMenuModelTest() 120 TestingProfile testing_profile_; member in RecentTabsSubMenuModelTest
|