OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
/external/chromium/chrome/browser/extensions/
extension_preference_api.cc
120
mapping_
.find(extension_pref);
121
if (it !=
mapping_
.end()) {
158
mapping_
[kPrefMapping[i].extension_pref] =
167
DCHECK_EQ(arraysize(kPrefMapping),
mapping_
.size());
185
std::map<std::string, std::pair<std::string, std::string> >
mapping_
;
member in class:__anon4089::PrefMapping
Completed in 479 milliseconds