Home | Sort by relevance Sort by last modified time |
/external/chromium_org/components/nacl/browser/ | |
pnacl_host.h | 118 bool got_cache_hit; member in class:pnacl::PnaclHost::PendingTranslation |
pnacl_host.cc | 51 got_cache_hit(false), 262 pt->got_cache_hit = (net_error == net::OK); 263 if (pt->got_cache_hit) 311 if (!pt->got_cache_hit) { |