HomeSort by relevance Sort by last modified time
    Searched refs:nacl (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/components/nacl/common/
nacl_nonsfi_util.h 8 namespace nacl { namespace
16 } // namespace nacl
pnacl_types.cc 5 #include "components/nacl/common/pnacl_types.h"
7 namespace nacl { namespace
13 } // namespace nacl
nacl_cmd_line.h 12 namespace nacl { namespace
15 // process to cmd_line that will be used for launching the NaCl loader/broker.
18 } // namespace nacl
nacl_paths.h 13 namespace nacl { namespace
29 } // namespace nacl
nacl_constants.cc 5 #include "components/nacl/common/nacl_constants.h"
9 namespace nacl { namespace
13 const char kNaClPluginMimeType[] = "application/x-nacl";
22 FILE_PATH_LITERAL("internal-nacl-plugin");
24 } // namespace nacl
nacl_constants.h 10 namespace nacl { namespace
23 } // namespace nacl
nacl_nonsfi_util.cc 5 #include "components/nacl/common/nacl_nonsfi_util.h"
9 #include "components/nacl/common/nacl_switches.h"
11 namespace nacl { namespace
24 } // namespace nacl
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.h 8 namespace nacl { namespace
12 } // namespace nacl
nacl_helper_linux.h 8 namespace nacl { namespace
25 // For communications between NaCl loader and browser.
29 // For communications between NaCl loader and zygote.
32 } // namespace nacl
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_exception_handling.h 8 namespace nacl { namespace
14 } // namespace nacl
irt_random.h 8 namespace nacl { namespace
17 } // namespace nacl
irt_resource_open.cc 5 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
8 namespace nacl { namespace
16 } // namespace nacl
nonsfi_main.h 8 namespace nacl { namespace
11 // Launch NaCl with Non SFI mode. This takes the ownership of |nexe_file|.
15 } // namespace nacl
irt_ppapi.cc 6 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
11 namespace nacl { namespace
30 } // namespace nacl
34 return nacl::nonsfi::g_pp_functions.PPP_InitializeModule(
39 nacl::nonsfi::g_pp_functions.PPP_ShutdownModule();
43 return nacl::nonsfi::g_pp_functions.PPP_GetInterface(interface_name);
  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_bpf_sandbox_linux.h 8 namespace nacl { namespace
12 } // namespace nacl
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.h 12 namespace nacl { namespace
16 } // namespace nacl
platform_info.h 8 namespace nacl { namespace
9 // Returns the kind of SFI sandbox implemented by NaCl on this
16 } // namespace nacl
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.h 50 // The nacl::DescWrapper* for the writeable version of the file.
51 nacl::DescWrapper* write_wrapper() { return write_wrapper_.get(); }
52 nacl::DescWrapper* read_wrapper() { return read_wrapper_.get(); }
62 nacl::scoped_ptr<nacl::DescWrapper> read_wrapper_;
63 nacl::scoped_ptr<nacl::DescWrapper> write_wrapper_;
sel_ldr_launcher_chrome.h 15 class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
  /external/chromium_org/extensions/shell/common/
shell_content_client.cc 19 #include "components/nacl/common/nacl_constants.h"
34 *path = module.Append(nacl::kInternalNaClPluginFileName);
54 content::PepperPluginInfo nacl;
55 // The nacl plugin is now built into the binary.
56 nacl.is_internal = true;
57 nacl.path = path;
58 nacl.name = nacl::kNaClPluginName;
59 content::WebPluginMimeType nacl_mime_type(nacl::kNaClPluginMimeType,
60 nacl::kNaClPluginExtension
    [all...]
  /external/chromium_org/components/nacl/browser/
nacl_file_host.h 22 namespace nacl { namespace
26 // Opens NaCl Files in the Browser process, on behalf of the NaCl plugin.
30 // Open a PNaCl file (readonly) on behalf of the NaCl plugin.
34 scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
44 // Opens a NaCl executable file for reading and executing.
46 scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
nacl_process_host_unittest.cc 5 #include "components/nacl/browser/nacl_process_host.h"
11 void* addr = nacl::AllocateAddressSpaceASLR(GetCurrentProcess(), size);
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
internal_utils.h 27 bool HasScriptableTest(nacl::string test_name);
28 PP_Var RunScriptableTest(nacl::string test_name);
30 void RunTest(nacl::string test_name);
  /external/chromium_org/native_client_sdk/src/web/
update.sh 3 gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 6 #include "chrome/test/nacl/nacl_browsertest_util.h"
7 #include "components/nacl/browser/nacl_browser.h"
16 // Load a NaCl module to generate UMA data.
24 histograms.ExpectUniqueSample("NaCl.LoadStatus.Plugin",
28 histograms.ExpectUniqueSample("NaCl.LoadStatus.SelLdr",
40 histograms.ExpectUniqueSample("NaCl.ValidationCache.Query",
41 nacl::NaClBrowser::CACHE_MISS, 3);
43 histograms.ExpectUniqueSample("NaCl.ValidationCache.Set",
44 nacl::NaClBrowser::CACHE_HIT, 3);
49 histograms.ExpectUniqueSample("NaCl.ValidationCache.Query"
    [all...]

Completed in 978 milliseconds

1 2 3 4 5 6 7 8