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 25 // The TestingProfileManager is a TestingProfile factory for a multi-profile
32 class TestingProfileManager {
34 explicit TestingProfileManager(TestingBrowserProcess* browser_process);
35 ~TestingProfileManager();
104 DISALLOW_COPY_AND_ASSIGN(TestingProfileManager);
testing_profile_manager.cc 32 TestingProfileManager::TestingProfileManager(TestingBrowserProcess* process)
38 TestingProfileManager::~TestingProfileManager() {
41 bool TestingProfileManager::SetUp() {
46 TestingProfile* TestingProfileManager::CreateTestingProfile(
88 TestingProfile* TestingProfileManager::CreateTestingProfile(
96 void TestingProfileManager::DeleteTestingProfile(const std::string& name) {
110 void TestingProfileManager::DeleteProfileInfoCache() {
114 void TestingProfileManager::SetLoggedIn(bool logged_in)
    [all...]

Completed in 120 milliseconds