Searched refs:got_cache_hit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.h122 bool got_cache_hit; member in class:pnacl::PnaclHost::PendingTranslation
H A Dpnacl_host.cc95 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 374 milliseconds