Home
last modified time | relevance | path

Searched refs:pexe_url (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dpnacl_translation_cache_unittest.cc127 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()
Dnacl_host_message_filter.cc140 if (!cache_info.pexe_url.is_valid()) { in OnGetNexeFd()
142 cache_info.pexe_url.possibly_invalid_spec(); in OnGetNexeFd()
Dpnacl_translation_cache.cc403 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()
Dpnacl_host_unittest.cc110 info.pexe_url = GURL("http://www.google.com"); in GetTestCacheInfo()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dpnacl_coordinator.h85 const nacl::string& pexe_url,
138 const nacl::string& pexe_url,
Dpnacl_coordinator.cc219 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/
Dppb_nacl_private_impl.cc243 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/
Dpnacl_types.h24 GURL pexe_url; member
Dnacl_host_messages.h40 IPC_STRUCT_TRAITS_MEMBER(pexe_url)
/external/chromium_org/ppapi/c/private/
Dppb_nacl_private.h144 const char* pexe_url,
/external/chromium_org/ppapi/api/private/
Dppb_nacl_private.idl114 * 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/
Dpnacl_shim.c3019 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…