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

  /external/chromium_org/components/invalidation/
invalidator_registrar.cc 22 CHECK(handler_to_ids_map_.empty());
39 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
40 it != handler_to_ids_map_.end(); ++it) {
59 handler_to_ids_map_.erase(handler);
61 handler_to_ids_map_[handler] = ids;
70 handler_to_ids_map_.erase(handler);
76 HandlerIdsMap::const_iterator lookup = handler_to_ids_map_.find(handler);
77 if (lookup != handler_to_ids_map_.end()) {
87 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
88 it != handler_to_ids_map_.end(); ++it)
    [all...]
invalidator_registrar.h 89 HandlerIdsMap handler_to_ids_map_; member in class:syncer::InvalidatorRegistrar

Completed in 30 milliseconds