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

  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.h 98 // All the PolicyValueStores live on the FILE thread, and |store_map_| can be
100 PolicyValueStoreMap store_map_; member in class:extensions::ManagedValueStoreCache
managed_value_store_cache.cc 256 store_map_.clear();
281 store_map_.erase(extension_id);
351 PolicyValueStoreMap::iterator it = store_map_.find(extension_id);
352 if (it != store_map_.end())
361 store_map_[extension_id] = make_linked_ptr(store);

Completed in 598 milliseconds