HomeSort by relevance Sort by last modified time
    Searched defs:is_hit (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/pepper/
pnacl_translation_resource_host.h 33 PP_Bool* is_hit,
54 PP_Bool* is_hit; member in class:PnaclTranslationResourceHost::CacheRequestInfo
74 PP_Bool* is_hit,
83 bool is_hit,
ppb_nacl_private_impl.cc 259 PP_Bool* is_hit,
265 if (!pexe_url || !last_modified || !etag || !is_hit || !handle)
286 is_hit, local
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 354 const bool is_hit = (*url_it == opened_url); local
363 row.number_of_hits = is_hit ? 1 : 0;
364 row.number_of_misses = is_hit ? 0 : 1;
370 row.number_of_hits = it->second.number_of_hits + (is_hit ? 1 : 0);
371 row.number_of_misses = it->second.number_of_misses + (is_hit ? 0 : 1);

Completed in 42 milliseconds