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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 76 testing_profiles_.insert(std::make_pair(profile_name, profile));
91 TestingProfilesMap::iterator it = testing_profiles_.find(name);
92 DCHECK(it != testing_profiles_.end());
testing_profile_manager.h 98 TestingProfilesMap testing_profiles_; member in class:TestingProfileManager

Completed in 46 milliseconds