HomeSort by relevance Sort by last modified time
    Searched refs:pexe_url (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/nacl/common/
pnacl_types.h 25 GURL pexe_url; member in struct:nacl::PnaclCacheInfo
nacl_host_messages.h 39 IPC_STRUCT_TRAITS_MEMBER(pexe_url)
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 119 info.pexe_url = GURL("http://www.google.com");
129 info.pexe_url = GURL("http://www.google.com/?foo=bar");
134 info.pexe_url = GURL("https://user:host@www.google.com:443/");
139 info.pexe_url = GURL("https://www.google.com:444/#foo");
144 info.pexe_url = GURL("chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/");
150 info.pexe_url = GURL("http://www.google.com/");
nacl_host_message_filter.cc 173 if (!cache_info.pexe_url.is_valid()) {
175 cache_info.pexe_url.possibly_invalid_spec();
pnacl_host_unittest.cc 99 info.pexe_url = GURL("http://www.google.com");
167 info.pexe_url = GURL("http://www.google.com");
pnacl_translation_cache.cc 412 if (!info.pexe_url.is_valid() || info.abi_version < 0 || info.opt_level < 0)
422 GURL key_url(info.pexe_url.ReplaceComponents(replacements));
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 123 * with the cache information given by |pexe_url|, |abi_version|, |opt_level|,
135 const char* pexe_url,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 103 * with the cache information given by |pexe_url|, |abi_version|, |opt_level|,
115 [in] str_t pexe_url,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 91 const nacl::string& pexe_url,
144 const nacl::string& pexe_url,
pnacl_coordinator.cc 227 const nacl::string& pexe_url,
231 static_cast<void*>(plugin), pexe_url.c_str()));
233 new PnaclCoordinator(plugin, pexe_url,
256 const nacl::string& pexe_url,
264 pexe_url_(pexe_url),
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 254 const char* pexe_url,
265 if (!pexe_url || !last_modified || !etag || !is_hit || !handle)
276 cache_info.pexe_url = GURL(pexe_url);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 409 milliseconds