Searched refs:testing_profile_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper_unittest.cc27 testing_profile_.reset(new TestingProfile());
29 testing_profile_->GetSSLConfigService()->AddObserver(this);
33 testing_profile_->GetSSLConfigService()->RemoveObserver(this);
38 testing_profile_->GetRequestContext()->GetURLRequestContext();
62 scoped_ptr<TestingProfile> testing_profile_; member in class:BrowsingDataChannelIDHelperTest
73 testing_profile_->GetRequestContext()));
104 testing_profile_->GetRequestContext()));
H A Dbrowsing_data_cookie_helper_unittest.cc64 : testing_profile_(new TestingProfile()) {
116 testing_profile_->GetCookieMonster();
127 testing_profile_->GetCookieMonster();
204 scoped_ptr<TestingProfile> testing_profile_; member in class:__anon2963::BrowsingDataCookieHelperTest
213 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext()));
224 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext()));
235 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext()));
255 testing_profile_->GetRequestContext()));
286 testing_profile_->GetRequestContext()));
319 testing_profile_
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor_unittest.cc64 testing_profile_ = profile_manager_.CreateTestingProfile(
67 testing_profile_->CreateBookmarkModel(true);
69 BookmarkModelFactory::GetForProfile(testing_profile_));
71 testing_profile_->CreateFaviconService();
72 ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false));
73 service_.reset(new AndroidHistoryProviderService(testing_profile_));
74 hs_ = HistoryServiceFactory::GetForProfile(testing_profile_,
79 testing_profile_->DestroyHistoryService();
81 testing_profile_ = NULL;
108 TestingProfile* testing_profile_; member in class:__anon4086::SQLiteCursorTest
[all...]
H A Dandroid_history_provider_service_unittest.cc53 testing_profile_ = profile_manager_.CreateTestingProfile(
56 testing_profile_->CreateBookmarkModel(true);
58 BookmarkModelFactory::GetForProfile(testing_profile_));
59 ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false));
60 service_.reset(new AndroidHistoryProviderService(testing_profile_));
64 testing_profile_->DestroyHistoryService();
66 testing_profile_=NULL;
76 TestingProfile* testing_profile_; member in class:__anon4079::AndroidHistoryProviderServiceTest
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller_browsertest.cc166 testing_profile_.reset(new TestingProfile());
175 testing_profile_.get());
186 testing_profile_.reset(NULL);
220 scoped_ptr<TestingProfile> testing_profile_; member in class:chromeos::ExistingUserControllerTest
247 DoBrowserLaunch(testing_profile_.get(),
438 DoBrowserLaunch(testing_profile_.get(),
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model_unittest.cc120 : sync_service_(&testing_profile_),
129 &testing_profile_,
162 TestingProfile testing_profile_; member in class:RecentTabsSubMenuModelTest

Completed in 7798 milliseconds