OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_resource_hosts_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/host/
ppapi_host.cc
46
pending_resource_hosts_
.clear();
147
if (
pending_resource_hosts_
.size() + resources_.size()
153
pending_resource_hosts_
[pending_id] =
229
if (
pending_resource_hosts_
.size() + resources_.size()
253
pending_resource_hosts_
.find(pending_host_id);
254
if (found ==
pending_resource_hosts_
.end()) {
261
pending_resource_hosts_
.erase(found);
ppapi_host.h
143
PendingHostResourceMap
pending_resource_hosts_
;
member in class:ppapi::host::PpapiHost
Completed in 55 milliseconds