Searched refs:pexe_url (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/components/nacl/browser/ |
D | pnacl_translation_cache_unittest.cc | 127 info.pexe_url = GURL("http://www.google.com"); in TEST() 137 info.pexe_url = GURL("http://www.google.com/?foo=bar"); in TEST() 142 info.pexe_url = GURL("https://user:host@www.google.com:443/"); in TEST() 147 info.pexe_url = GURL("https://www.google.com:444/#foo"); in TEST() 152 info.pexe_url = GURL("chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/"); in TEST() 158 info.pexe_url = GURL("http://www.google.com/"); in TEST()
|
D | nacl_host_message_filter.cc | 140 if (!cache_info.pexe_url.is_valid()) { in OnGetNexeFd() 142 cache_info.pexe_url.possibly_invalid_spec(); in OnGetNexeFd()
|
D | pnacl_translation_cache.cc | 403 if (!info.pexe_url.is_valid() || info.abi_version < 0 || info.opt_level < 0) in GetKey() 413 GURL key_url(info.pexe_url.ReplaceComponents(replacements)); in GetKey()
|
D | pnacl_host_unittest.cc | 110 info.pexe_url = GURL("http://www.google.com"); in GetTestCacheInfo()
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | pnacl_coordinator.h | 85 const nacl::string& pexe_url, 138 const nacl::string& pexe_url,
|
D | pnacl_coordinator.cc | 219 const nacl::string& pexe_url, in BitcodeToNative() argument 223 static_cast<void*>(plugin), pexe_url.c_str())); in BitcodeToNative() 225 new PnaclCoordinator(plugin, pexe_url, in BitcodeToNative() 242 const nacl::string& pexe_url, in PnaclCoordinator() argument 250 pexe_url_(pexe_url), in PnaclCoordinator()
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 243 const char* pexe_url, in GetNexeFd() argument 255 if (!pexe_url || !last_modified || !etag || !is_hit || !handle) in GetNexeFd() 266 cache_info.pexe_url = GURL(pexe_url); in GetNexeFd()
|
/external/chromium_org/components/nacl/common/ |
D | pnacl_types.h | 24 GURL pexe_url; member
|
D | nacl_host_messages.h | 40 IPC_STRUCT_TRAITS_MEMBER(pexe_url)
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 144 const char* pexe_url,
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 114 * the nexe with the cache information given by |pexe_url|, 127 [in] str_t pexe_url,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3019 static int32_t Pnacl_M25_PPB_NaCl_Private_GetNexeFd(PP_Instance instance, const char* pexe_url, uin… in Pnacl_M25_PPB_NaCl_Private_GetNexeFd() argument 3021 …return iface->GetNexeFd(instance, pexe_url, abi_version, opt_level, last_modified, etag, has_no_st… in Pnacl_M25_PPB_NaCl_Private_GetNexeFd() 4882 ….GetNexeFd = (int32_t (*)(PP_Instance instance, const char* pexe_url, uint32_t abi_version, uint32…
|