/external/chromium_org/components/nacl/renderer/ |
D | pnacl_translation_resource_host.cc | 19 : 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()
|
D | pnacl_translation_resource_host.h | 32 PP_Bool* is_hit, 49 PP_Bool* is_hit; variable 66 PP_Bool* is_hit, 72 bool is_hit,
|
D | ppb_nacl_private_impl.cc | 249 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/ |
D | pnacl_host_unittest.cc | 70 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()
|
D | nacl_host_message_filter.cc | 127 bool is_hit) { in AsyncReturnTemporaryFile() argument 130 is_hit, in AsyncReturnTemporaryFile()
|
D | nacl_host_message_filter.h | 69 bool is_hit);
|
D | pnacl_host.h | 33 typedef base::Callback<void(base::PlatformFile, bool is_hit)> NexeFdCallback;
|
/external/chromium_org/chrome/browser/predictors/ |
D | autocomplete_action_predictor.cc | 354 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/ |
D | ppb_nacl_private.idl | 117 * 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/ |
D | ppb_nacl_private.h | 150 PP_Bool* is_hit,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3019 …* 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…
|