OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandlerIdsMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/notifier/
invalidator_registrar.h
80
typedef std::map<InvalidationHandler*, ObjectIdSet>
HandlerIdsMap
;
84
HandlerIdsMap
handler_to_ids_map_;
invalidator_registrar.cc
39
for (
HandlerIdsMap
::const_iterator it = handler_to_ids_map_.begin();
76
HandlerIdsMap
::const_iterator lookup = handler_to_ids_map_.find(handler);
87
for (
HandlerIdsMap
::const_iterator it = handler_to_ids_map_.begin();
102
for (
HandlerIdsMap
::iterator it = handler_to_ids_map_.begin();
Completed in 115 milliseconds