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

  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 94 got_cache_reply(false),
312 pt->got_cache_reply = true;
360 if (!(pt->got_cache_reply && pt->got_nexe_fd))
375 it->second.got_cache_reply &&
458 if (!entry->second.got_nexe_fd || !entry->second.got_cache_reply ||
548 it->second.got_cache_reply = false;
pnacl_host.h 121 bool got_cache_reply; member in class:pnacl::PnaclHost::PendingTranslation

Completed in 109 milliseconds