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

  /external/chromium_org/ppapi/host/
ppapi_host.h 144 int next_pending_resource_host_id_; member in class:ppapi::host::PpapiHost
ppapi_host.cc 35 next_pending_resource_host_id_(1) {
152 int pending_id = next_pending_resource_host_id_++;

Completed in 774 milliseconds