Home
last modified time | relevance | path

Searched refs:is_hit (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/components/nacl/renderer/
Dpnacl_translation_resource_host.cc19 : is_hit(hit), file_handle(handle), callback(cb) {} in CacheRequestInfo()
62 PP_Bool* is_hit, in RequestNexeFd() argument
74 is_hit, in RequestNexeFd()
84 PP_Bool* is_hit, in SendRequestNexeFd() argument
98 instance, CacheRequestInfo(is_hit, file_handle, callback))); in SendRequestNexeFd()
130 bool is_hit, in OnNexeTempFileReply() argument
139 *it->second.is_hit = PP_FromBool(is_hit); in OnNexeTempFileReply()
Dpnacl_translation_resource_host.h32 PP_Bool* is_hit,
49 PP_Bool* is_hit; variable
66 PP_Bool* is_hit,
72 bool is_hit,
Dppb_nacl_private_impl.cc249 PP_Bool* is_hit, in GetNexeFd() argument
255 if (!pexe_url || !last_modified || !etag || !is_hit || !handle) in GetNexeFd()
277 is_hit, in GetNexeFd()
/external/chromium_org/components/nacl/browser/
Dpnacl_host_unittest.cc70 void CallbackExpectMiss(base::PlatformFile fd, bool is_hit) { in CallbackExpectMiss() argument
71 EXPECT_FALSE(is_hit); in CallbackExpectMiss()
83 void CallbackExpectHit(base::PlatformFile fd, bool is_hit) { in CallbackExpectHit() argument
84 EXPECT_TRUE(is_hit); in CallbackExpectHit()
Dnacl_host_message_filter.cc127 bool is_hit) { in AsyncReturnTemporaryFile() argument
130 is_hit, in AsyncReturnTemporaryFile()
Dnacl_host_message_filter.h69 bool is_hit);
Dpnacl_host.h33 typedef base::Callback<void(base::PlatformFile, bool is_hit)> NexeFdCallback;
/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.cc354 const bool is_hit = (*url_it == opened_url); in OnOmniboxOpenedUrl() local
363 row.number_of_hits = is_hit ? 1 : 0; in OnOmniboxOpenedUrl()
364 row.number_of_misses = is_hit ? 0 : 1; in OnOmniboxOpenedUrl()
370 row.number_of_hits = it->second.number_of_hits + (is_hit ? 1 : 0); in OnOmniboxOpenedUrl()
371 row.number_of_misses = it->second.number_of_misses + (is_hit ? 0 : 1); in OnOmniboxOpenedUrl()
/external/chromium_org/ppapi/api/private/
Dppb_nacl_private.idl117 * cache, |is_hit| is set to PP_TRUE and the contents of the nexe
118 * will be copied into the temporary file. Otherwise |is_hit| is set
120 * the implementation is a stub, which always sets is_hit to false
133 [out] PP_Bool is_hit,
/external/chromium_org/ppapi/c/private/
Dppb_nacl_private.h150 PP_Bool* is_hit,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3019 …* last_modified, const char* etag, PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* ne… in Pnacl_M25_PPB_NaCl_Private_GetNexeFd() argument
3021 …e_url, abi_version, opt_level, last_modified, etag, has_no_store_header, is_hit, nexe_handle, *cal… in Pnacl_M25_PPB_NaCl_Private_GetNexeFd()
4882 …* last_modified, const char* etag, PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* ne…