Searched defs:pexe_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/nacl/common/
H A Dpnacl_types.h24 GURL pexe_url; member in struct:nacl::PnaclCacheInfo
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc243 const char* pexe_url,
255 if (!pexe_url || !last_modified || !etag || !is_hit || !handle)
266 cache_info.pexe_url = GURL(pexe_url);
242 GetNexeFd(PP_Instance instance, const char* pexe_url, uint32_t abi_version, uint32_t opt_level, const char* last_modified, const char* etag, PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* handle, struct PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_coordinator.cc219 const nacl::string& pexe_url,
223 static_cast<void*>(plugin), pexe_url.c_str()));
225 new PnaclCoordinator(plugin, pexe_url,
242 const nacl::string& pexe_url,
250 pexe_url_(pexe_url),
217 BitcodeToNative( Plugin* plugin, const nacl::string& pexe_url, const PnaclOptions& pnacl_options, const pp::CompletionCallback& translate_notify_callback) argument
240 PnaclCoordinator( Plugin* plugin, const nacl::string& pexe_url, const PnaclOptions& pnacl_options, const pp::CompletionCallback& translate_notify_callback) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3019 static int32_t Pnacl_M25_PPB_NaCl_Private_GetNexeFd(PP_Instance instance, const char* pexe_url, uint32_t abi_version, uint32_t opt_level, const char* last_modified, const char* etag, PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* nexe_handle, struct PP_CompletionCallback* callback) { argument
3021 return iface->GetNexeFd(instance, pexe_url, abi_version, opt_level, last_modified, etag, has_no_store_header, is_hit, nexe_handle, *callback);
4882 .GetNexeFd = (int32_t (*)(PP_Instance instance, const char* pexe_url, uint32_t abi_version, uint32_t opt_level, const char* last_modified, const char* etag, PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* nexe_handle, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_GetNexeFd,

Completed in 176 milliseconds