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

  /external/chromium_org/ppapi/host/
ppapi_host.cc 43 pending_resource_hosts_.clear();
132 if (pending_resource_hosts_.size() + resources_.size()
138 pending_resource_hosts_[pending_id] =
214 if (pending_resource_hosts_.size() + resources_.size()
238 pending_resource_hosts_.find(pending_host_id);
239 if (found == pending_resource_hosts_.end()) {
246 pending_resource_hosts_.erase(found);
ppapi_host.h 135 PendingHostResourceMap pending_resource_hosts_; member in class:ppapi::host::PpapiHost

Completed in 35 milliseconds