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

  /external/chromium_org/components/nacl/browser/
pnacl_host.h 122 bool got_cache_hit; member in class:pnacl::PnaclHost::PendingTranslation
pnacl_host.cc 95 got_cache_hit(false),
313 pt->got_cache_hit = (net_error == net::OK);
314 if (pt->got_cache_hit)
362 if (!pt->got_cache_hit) {

Completed in 83 milliseconds