Searched refs:AsTestingProfile (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer.cc39 if (profile->AsTestingProfile() == NULL) {
H A Dprofile.cc59 TestingProfile* Profile::AsTestingProfile() { function in class:Profile
H A Dprofile.h171 virtual TestingProfile* AsTestingProfile();
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder_unittest.cc116 profiles[0]->AsTestingProfile()->DestroyHistoryService();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_unittest.cc142 TestingProfile* testprofile = browser()->profile()->AsTestingProfile();
425 TestingProfile* testprofile = browser()->profile()->AsTestingProfile();
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h236 virtual TestingProfile* AsTestingProfile() OVERRIDE;
H A Dtesting_profile.cc636 TestingProfile* TestingProfile::AsTestingProfile() { function in class:TestingProfile
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc1567 if (!profile() || profile()->AsTestingProfile()) {
1591 if (!profile() || profile()->AsTestingProfile()) {
1840 if (!profile() || profile()->AsTestingProfile())

Completed in 107 milliseconds