Searched refs:nacl (Results 1 - 25 of 182) sorted by relevance

12345678

/external/chromium_org/components/nacl/common/
H A Dnacl_nonsfi_util.h8 namespace nacl { namespace
16 } // namespace nacl
H A Dpnacl_types.cc5 #include "components/nacl/common/pnacl_types.h"
7 namespace nacl { namespace
13 } // namespace nacl
H A Dnacl_cmd_line.h12 namespace nacl { namespace
18 } // namespace nacl
H A Dnacl_constants.cc5 #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
H A Dnacl_nonsfi_util.cc5 #include "components/nacl/common/nacl_nonsfi_util.h"
9 #include "components/nacl/common/nacl_switches.h"
11 namespace nacl { namespace
24 } // namespace nacl
H A Dnacl_paths.h13 namespace nacl { namespace
29 } // namespace nacl
H A Dnacl_constants.h10 namespace nacl { namespace
23 } // namespace nacl
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_win_64.h8 namespace nacl { namespace
12 } // namespace nacl
H A Dnacl_helper_linux.h8 namespace nacl { namespace
32 } // namespace nacl
/external/chromium_org/components/nacl/loader/sandbox_linux/
H A Dnacl_bpf_sandbox_linux.h8 namespace nacl { namespace
12 } // namespace nacl
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_exception_handling.h8 namespace nacl { namespace
14 } // namespace nacl
H A Dirt_random.h8 namespace nacl { namespace
17 } // namespace nacl
H A Dirt_resource_open.cc5 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
8 namespace nacl { namespace
16 } // namespace nacl
H A Dnonsfi_main.h8 namespace nacl { namespace
15 } // namespace nacl
H A Dirt_ppapi.cc6 #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/renderer/
H A Dplatform_info.h8 namespace nacl { namespace
16 } // namespace nacl
H A Dppb_nacl_private_impl.h12 namespace nacl { namespace
16 } // namespace nacl
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dtemporary_file.h50 // 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_;
/external/chromium_org/chrome/browser/resources/
H A Dabout_nacl.js5 var nacl = nacl || {};
34 nacl.returnNaClInfo = function(moduleListData) {
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.cc19 #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
[all...]
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dinternal_utils.h27 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/
H A Dupdate.sh3 gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_uma.cc6 #include "chrome/test/nacl/nacl_browsertest_util.h"
7 #include "components/nacl/browser/nacl_browser.h"
41 nacl::NaClBrowser::CACHE_MISS, 3);
44 nacl::NaClBrowser::CACHE_HIT, 3);
50 nacl::NaClBrowser::CACHE_MISS, 1);
53 nacl::NaClBrowser::CACHE_HIT, 1);
108 nacl::NaClBrowser::CACHE_MISS, 2);
113 nacl::NaClBrowser::CACHE_HIT, 2);
121 nacl::NaClBrowser::CACHE_HIT, 2);
161 nacl
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.h22 namespace nacl { namespace
34 scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
46 scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
H A Dnacl_process_host_unittest.cc5 #include "components/nacl/browser/nacl_process_host.h"
11 void* addr = nacl::AllocateAddressSpaceASLR(GetCurrentProcess(), size);

Completed in 273 milliseconds

12345678