HomeSort by relevance Sort by last modified time
    Searched defs:TestingProfileManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 24 // The TestingProfileManager is a TestingProfile factory for a multi-profile
31 class TestingProfileManager {
33 explicit TestingProfileManager(TestingBrowserProcess* browser_process);
34 ~TestingProfileManager();
100 DISALLOW_COPY_AND_ASSIGN(TestingProfileManager);
testing_profile_manager.cc 33 TestingProfileManager::TestingProfileManager(TestingBrowserProcess* process)
39 TestingProfileManager::~TestingProfileManager() {
42 bool TestingProfileManager::SetUp() {
47 TestingProfile* TestingProfileManager::CreateTestingProfile(
81 TestingProfile* TestingProfileManager::CreateTestingProfile(
88 void TestingProfileManager::DeleteTestingProfile(const std::string& name) {
102 void TestingProfileManager::DeleteProfileInfoCache() {
106 void TestingProfileManager::SetLoggedIn(bool logged_in)
    [all...]

Completed in 47 milliseconds