HomeSort by relevance Sort by last modified time
    Searched full:cached_areas_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 165 CachedAreaMap::iterator found = cached_areas_.find(key);
166 if (found == cached_areas_.end())
172 CachedAreaMap cached_areas_; member in class:content::DomStorageDispatcher::ProxyImpl
192 cached_areas_[key] = CachedAreaHolder(area.get(), 1, namespace_id);
204 cached_areas_.erase(key);
218 for (CachedAreaMap::iterator it = cached_areas_.begin();
219 it != cached_areas_.end();
234 cached_areas_.clear();

Completed in 155 milliseconds