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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper_unittest.cc 27 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()));
browsing_data_cookie_helper_unittest.cc 64 : testing_profile_(new TestingProfile()) {
116 testing_profile_->GetCookieMonster();
127 testing_profile_->GetCookieMonster();
204 scoped_ptr<TestingProfile> testing_profile_; member in class:__anon7588::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_->GetRequestContext()))
    [all...]
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor_unittest.cc 64 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:__anon8711::SQLiteCursorTest
    [all...]
android_history_provider_service_unittest.cc 53 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:__anon8704::AndroidHistoryProviderServiceTest
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller_browsertest.cc 166 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/
recent_tabs_sub_menu_model_unittest.cc 120 : sync_service_(&testing_profile_),
129 &testing_profile_,
162 TestingProfile testing_profile_; member in class:RecentTabsSubMenuModelTest

Completed in 5224 milliseconds