HomeSort by relevance Sort by last modified time
    Searched refs:mapping_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.cc 22 DCHECK(mapping_.empty());
41 mapping_.find(profile);
42 if (it != mapping_.end()) {
48 mapping_.erase(it);
64 DCHECK(mapping_.find(profile) == mapping_.end());
65 mapping_.insert(std::make_pair(profile, service));
78 mapping_.find(profile);
79 if (it != mapping_.end() && it->second)
85 mapping_.find(profile)
    [all...]
profile_keyed_service_factory.h 88 // default implementation removes it from |mapping_| and deletes the pointer.
97 std::map<Profile*, ProfileKeyedService*> mapping_; member in class:ProfileKeyedServiceFactory