OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing_profiles_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/base/
testing_profile_manager.h
102
TestingProfilesMap
testing_profiles_
;
member in class:TestingProfileManager
testing_profile_manager.cc
83
testing_profiles_
.insert(std::make_pair(profile_name, profile));
99
TestingProfilesMap::iterator it =
testing_profiles_
.find(name);
100
DCHECK(it !=
testing_profiles_
.end());
Completed in 47 milliseconds