Searched defs:TestingProfile (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc196 const char TestingProfile::kTestUserProfileDir[] = "test-user";
198 const char TestingProfile::kTestUserProfileDir[] = "Default";
201 TestingProfile::TestingProfile() function in class:TestingProfile
219 TestingProfile::TestingProfile(const base::FilePath& path) function in class:TestingProfile
235 TestingProfile::TestingProfile(const base::FilePath& path, function in class:TestingProfile
252 base::Bind(&TestingProfile::FinishInit, base::Unretained(this)));
258 TestingProfile function in class:TestingProfile
[all...]
H A Dtesting_profile.h47 class TestingProfile : public Profile { class in inherits:Profile
58 TestingProfile();
65 // Helper class for building an instance of TestingProfile (allows injecting
81 // Adds a testing factory to the TestingProfile. These testing factories
110 // Creates the TestingProfile using previously-set settings.
111 scoped_ptr<TestingProfile> Build();
114 // need to customize the Builder, or access TestingProfile member functions,
116 TestingProfile* BuildIncognito(TestingProfile* original_profile);
143 explicit TestingProfile(cons
[all...]

Completed in 264 milliseconds