OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactStoreMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.h
97
typedef std::map<Profile*, ContactStore*>
ContactStoreMap
;
121
ContactStoreMap
contact_stores_;
124
STLValueDeleter<
ContactStoreMap
> contact_stores_deleter_;
contact_manager.cc
52
for (
ContactStoreMap
::const_iterator it = contact_stores_.begin();
110
ContactStoreMap
::const_iterator it = contact_stores_.find(profile);
120
ContactStoreMap
::const_iterator it = contact_stores_.find(profile);
128
for (
ContactStoreMap
::const_iterator it = contact_stores_.begin();
182
ContactStoreMap
::iterator it = contact_stores_.find(profile);
202
ContactStoreMap
::iterator store_it = contact_stores_.find(profile);
Completed in 35 milliseconds