Home | History | Annotate | Download | only in host

Lines Matching refs:resources_

45   resources_.clear();
147 if (pending_resource_hosts_.size() + resources_.size()
229 if (pending_resource_hosts_.size() + resources_.size()
246 resources_[params.pp_resource()] =
260 resources_[pp_resource] = found->second;
265 ResourceMap::iterator found = resources_.find(resource);
266 if (found == resources_.end()) {
271 // PP_Resource in resources_. std::map is not well specified as to whether the
276 resources_.erase(found);
280 ResourceMap::const_iterator found = resources_.find(resource);
281 return found == resources_.end() ? NULL : found->second.get();