OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/base/
testing_profile.h
52
class
TestingProfile
: public Profile {
63
TestingProfile
();
70
// Helper class for building an instance of
TestingProfile
(allows injecting
86
// Adds a testing factory to the
TestingProfile
. These testing factories
116
// Creates the
TestingProfile
using previously-set settings.
117
scoped_ptr<
TestingProfile
> Build();
143
explicit
TestingProfile
(const base::FilePath& path);
148
TestingProfile
(const base::FilePath& path, Delegate* delegate);
152
TestingProfile
(const base::FilePath& path,
162
virtual ~
TestingProfile
();
[
all
...]
testing_profile.cc
168
const char
TestingProfile
::kTestUserProfileDir[] = "test-user";
170
const char
TestingProfile
::kTestUserProfileDir[] = "Default";
173
TestingProfile
::
TestingProfile
()
192
TestingProfile
::
TestingProfile
(const base::FilePath& path)
209
TestingProfile
::
TestingProfile
(const base::FilePath& path,
227
base::Bind(&
TestingProfile
::FinishInit, base::Unretained(this)));
233
TestingProfile
::TestingProfile
[
all
...]
Completed in 814 milliseconds