OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_observers_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.cc
38
: profile_observers_deleter_(&
profile_observers_
),
167
ProfileObserversMap::const_iterator it =
profile_observers_
.find(profile);
168
if (it !=
profile_observers_
.end())
174
profile_observers_
[profile] = observers;
209
ProfileObserversMap::iterator observer_it =
profile_observers_
.find(profile);
210
if (observer_it !=
profile_observers_
.end()) {
212
profile_observers_
.erase(observer_it);
contact_manager.h
112
ProfileObserversMap
profile_observers_
;
member in class:contacts::ContactManager
114
// Deletes values in |
profile_observers_
|.
Completed in 629 milliseconds