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

  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 93 got_nexe_fd(false),
350 pt->got_nexe_fd = true;
360 if (!(pt->got_cache_reply && pt->got_nexe_fd))
376 it->second.got_nexe_fd) {
386 pt->got_nexe_fd = false;
458 if (!entry->second.got_nexe_fd || !entry->second.got_cache_reply ||
464 entry->second.got_nexe_fd = false;
479 if (entry->second.got_nexe_fd) {
pnacl_host.h 120 bool got_nexe_fd; member in class:pnacl::PnaclHost::PendingTranslation

Completed in 1390 milliseconds