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

  /external/chromium_org/chrome/test/base/
testing_profile.h 47 class TestingProfile : public 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(const base::FilePath& path)
    [all...]
testing_profile.cc 196 const char TestingProfile::kTestUserProfileDir[] = "test-user";
198 const char TestingProfile::kTestUserProfileDir[] = "Default";
201 TestingProfile::TestingProfile()
219 TestingProfile::TestingProfile(const base::FilePath& path)
235 TestingProfile::TestingProfile(const base::FilePath& path,
252 base::Bind(&TestingProfile::FinishInit, base::Unretained(this)));
258 TestingProfile::TestingProfile
    [all...]

Completed in 48 milliseconds