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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_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:BrowsingDataServerBoundCertHelperTest
72 BrowsingDataServerBoundCertHelper::Create(testing_profile_.get()));
102 BrowsingDataServerBoundCertHelper::Create(testing_profile_.get()));
browsing_data_cookie_helper_unittest.cc 21 : testing_profile_(new TestingProfile()) {
26 testing_profile_->GetCookieMonster();
37 testing_profile_->GetCookieMonster();
174 scoped_ptr<TestingProfile> testing_profile_; member in class:__anon6677::BrowsingDataCookieHelperTest
182 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext()));
193 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext()));
204 new BrowsingDataCookieHelper(testing_profile_->GetRequestContext()));
226 testing_profile_->GetRequestContext()));
259 testing_profile_->GetRequestContext()));
285 testing_profile_->GetRequestContext()))
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 25 TestingProfile testing_profile_; member in class:__anon4352::BrowsingDataIndexedDBHelperTest
38 new CannedBrowsingDataIndexedDBHelper(&testing_profile_));
61 new CannedBrowsingDataIndexedDBHelper(&testing_profile_));
browsing_data_local_storage_helper_browsertest.cc 55 FilePath storage_path(testing_profile_.GetPath());
60 TestingProfile testing_profile_; member in class:__anon4354::BrowsingDataLocalStorageHelperTest
104 new BrowsingDataLocalStorageHelper(&testing_profile_));
115 new BrowsingDataLocalStorageHelper(&testing_profile_));
147 new CannedBrowsingDataLocalStorageHelper(&testing_profile_));
169 new CannedBrowsingDataLocalStorageHelper(&testing_profile_));
browsing_data_database_helper_browsertest.cc 27 testing_profile_.GetDatabaseTracker();
53 TestingProfile testing_profile_; member in class:__anon4349::BrowsingDataDatabaseHelperTest
82 new BrowsingDataDatabaseHelper(&testing_profile_));
100 new CannedBrowsingDataDatabaseHelper(&testing_profile_));
127 new CannedBrowsingDataDatabaseHelper(&testing_profile_));
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor_unittest.cc 59 testing_profile_ = profile_manager_.CreateTestingProfile(
62 testing_profile_->CreateBookmarkModel(true);
63 ui_test_utils::WaitForBookmarkModelToLoad(testing_profile_);
65 testing_profile_->CreateFaviconService();
66 ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false));
67 service_.reset(new AndroidHistoryProviderService(testing_profile_));
68 hs_ = HistoryServiceFactory::GetForProfile(testing_profile_,
73 testing_profile_->DestroyHistoryService();
75 testing_profile_ = NULL;
102 TestingProfile* testing_profile_; member in class:__anon7572::SQLiteCursorTest
    [all...]
android_history_provider_service_unittest.cc 51 testing_profile_ = profile_manager_.CreateTestingProfile(
54 testing_profile_->CreateBookmarkModel(true);
55 ui_test_utils::WaitForBookmarkModelToLoad(testing_profile_);
56 ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false));
57 service_.reset(new AndroidHistoryProviderService(testing_profile_));
61 testing_profile_->DestroyHistoryService();
63 testing_profile_=NULL;
73 TestingProfile* testing_profile_; member in class:__anon7564::AndroidHistoryProviderServiceTest
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller_browsertest.cc 169 testing_profile_.reset(new TestingProfile());
177 testing_profile_.get());
188 testing_profile_.reset(NULL);
222 scoped_ptr<TestingProfile> testing_profile_; member in class:chromeos::ExistingUserControllerTest
248 DoBrowserLaunch(testing_profile_.get(),
441 DoBrowserLaunch(testing_profile_.get(),
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model_unittest.cc 61 : sync_service_(&testing_profile_),
73 TestingProfile testing_profile_; member in class:RecentTabsSubMenuModelTest

Completed in 1148 milliseconds