Searched refs:nacl (Results 126 - 150 of 182) sorted by relevance

12345678

/external/chromium_org/components/nacl/renderer/
H A Dprogress_event.cc5 #include "components/nacl/renderer/progress_event.h"
22 namespace nacl { namespace
97 } // namespace nacl
H A Dmanifest_service_channel.cc5 #include "components/nacl/renderer/manifest_service_channel.h"
18 namespace nacl { namespace
110 } // namespace nacl
H A Dnexe_load_manager.h24 namespace nacl { namespace
192 } // namespace nacl
H A Dppb_nacl_private_impl.cc5 #include "components/nacl/renderer/ppb_nacl_private_impl.h"
21 #include "components/nacl/common/nacl_host_messages.h"
22 #include "components/nacl/common/nacl_messages.h"
23 #include "components/nacl/common/nacl_nonsfi_util.h"
24 #include "components/nacl/common/nacl_switches.h"
25 #include "components/nacl/common/nacl_types.h"
26 #include "components/nacl/renderer/file_downloader.h"
27 #include "components/nacl/renderer/histogram.h"
28 #include "components/nacl/renderer/json_manifest.h"
29 #include "components/nacl/rendere
66 namespace nacl { namespace
[all...]
H A Dhistogram.cc5 #include "components/nacl/renderer/histogram.h"
9 namespace nacl { namespace
207 } // namespace nacl
H A Djson_manifest.cc5 #include "components/nacl/renderer/json_manifest.h"
13 #include "components/nacl/renderer/nexe_load_manager.h"
18 namespace nacl { namespace
183 error_stream << "PNaCl-like NMF with application/x-nacl mimetype instead "
383 typedef base::ScopedPtrHashMap<PP_Instance, nacl::JsonManifest> JsonManifestMap;
671 } // namespace nacl
/external/chromium_org/extensions/shell/browser/
H A Dshell_content_browser_client.cc29 #include "components/nacl/browser/nacl_browser.h"
30 #include "components/nacl/browser/nacl_host_message_filter.h"
31 #include "components/nacl/browser/nacl_process_host.h"
32 #include "components/nacl/common/nacl_process_type.h"
33 #include "components/nacl/common/nacl_switches.h"
85 host->AddFilter(new nacl::NaClHostMessageFilter(
201 nacl::NaClProcessHost* host = static_cast<nacl::NaClProcessHost*>(
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc5 #include "components/nacl/browser/nacl_browser.h"
97 void LogCacheQuery(nacl::NaClBrowser::ValidationCacheStatus status) {
99 nacl::NaClBrowser::CACHE_MAX);
102 void LogCacheSet(nacl::NaClBrowser::ValidationCacheStatus status) {
105 nacl::NaClBrowser::CACHE_MAX);
114 namespace nacl { namespace
564 } // namespace nacl
H A Dnacl_browser.h16 #include "components/nacl/browser/nacl_browser_delegate.h"
17 #include "components/nacl/browser/nacl_validation_cache.h"
26 namespace nacl { namespace
207 } // namespace nacl
H A Dnacl_process_host.h18 #include "components/nacl/common/nacl_types.h"
36 namespace nacl { namespace
217 // The file path to the manifest is passed to nacl-gdb when it is used to
257 } // namespace nacl
H A Dnacl_process_host.cc5 #include "components/nacl/browser/nacl_process_host.h"
29 #include "components/nacl/browser/nacl_browser.h"
30 #include "components/nacl/browser/nacl_browser_delegate.h"
31 #include "components/nacl/browser/nacl_host_message_filter.h"
32 #include "components/nacl/common/nacl_cmd_line.h"
33 #include "components/nacl/common/nacl_host_messages.h"
34 #include "components/nacl/common/nacl_messages.h"
35 #include "components/nacl/common/nacl_process_type.h"
36 #include "components/nacl/common/nacl_switches.h"
69 #include "components/nacl/browse
79 namespace nacl { namespace
[all...]
H A Dpnacl_host.cc5 #include "components/nacl/browser/pnacl_host.h"
14 #include "components/nacl/browser/nacl_browser.h"
15 #include "components/nacl/browser/pnacl_translation_cache.h"
98 cache_info(nacl::PnaclCacheInfo()) {
115 NaClBrowserDelegate* browser_delegate = nacl::NaClBrowser::GetDelegate();
230 const nacl::PnaclCacheInfo& cache_info,
H A Dnacl_validation_cache_unittest.cc6 #include "components/nacl/browser/nacl_validation_cache.h"
9 namespace nacl { namespace
/external/chromium_org/third_party/libvpx/
H A Dgenerate_gypi.sh416 gen_config_files nacl "--target=generic-gnu --enable-pic --enable-realtime-only ${all_platforms}"
436 lint_config nacl
457 gen_rtcd_header nacl nacl
515 config=$(print_config_basic nacl)
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc5 #include "components/nacl/broker/nacl_broker_listener.h"
13 #include "components/nacl/common/nacl_cmd_line.h"
14 #include "components/nacl/common/nacl_debug_exception_handler_win.h"
15 #include "components/nacl/common/nacl_messages.h"
16 #include "components/nacl/common/nacl_switches.h"
53 // Allow the server side of a pipe restricted to the "chrome.nacl."
59 L"\\\\.\\pipe\\chrome.nacl.*");
91 // Create the path to the nacl broker/loader executable - it's the executable
97 nacl::CopyNaClCommandLineArguments(cmd_line);
/external/llvm/test/MC/ARM/
H A Darm_instructions.s3 @ RUN: llvm-mc -mcpu=cortex-a9-mp -triple armv7-unknown-nacl -show-encoding %s \
5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
/external/chromium_org/build/
H A Dinstall-build-deps.sh18 echo "--[no-]nacl: enable or disable installation of prerequisites for"\
38 # own workstations can pass --no-arm --no-nacl when running the script.
54 --nacl) do_inst_nacl=1;;
55 --no-nacl) do_inst_nacl=0;;
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest.cc23 #include "chrome/test/nacl/nacl_browsertest_util.h"
24 #include "components/nacl/browser/nacl_browser.h"
25 #include "components/nacl/common/nacl_switches.h"
251 script = script.AppendASCII("nacl/debug_stub_browser_tests.py");
262 nacl::NaClBrowser::GetInstance()->SetGdbDebugStubPortListener(
269 nacl::NaClBrowser::GetInstance()->ClearGdbDebugStubPortListener();
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox.cc5 #include "components/nacl/loader/nonsfi/nonsfi_sandbox.h"
46 namespace nacl { namespace
306 new nacl::nonsfi::NaClNonSfiBPFSandboxPolicy()));
314 } // namespace nacl
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk168 # If this makefile is part of a valid nacl SDK, but NACL_SDK_ROOT is set
406 # macros and targets defined in nacl.mk, otherwise use the host sepecific
448 CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-run
457 SYSARCH := $(shell $(GETOS) --nacl-arch)
515 GDB_ARGS += -D --eval-command="nacl-manifest $(abspath $(OUTDIR))/$(TARGET).nmf"
524 $(CHROME_ARGS) $(SANDBOX_ARGS) --enable-nacl-debug \
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc192 nacl::scoped_ptr<NaClSubprocess> nacl_subprocess(
248 wrapper_factory_ = new nacl::DescWrapperFactory();
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc33 #include "components/nacl/browser/nacl_browser.h"
294 return nacl::kGdbDebugStubPortUnknown;
410 if (port == nacl::kGdbDebugStubPortUnknown) {
412 } else if (port == nacl::kGdbDebugStubPortUnused) {
1127 nacl::NaClBrowser* nacl_browser = nacl::NaClBrowser::GetInstance();
1146 if (values.nacl_debug_stub_port != nacl::kGdbDebugStubPortUnknown) {
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc69 #include "components/nacl/renderer/ppb_nacl_private_impl.h"
110 #include "components/nacl/common/nacl_constants.h"
111 #include "components/nacl/renderer/nacl_helper.h"
241 if (plugin.name == ASCIIToUTF16(nacl::kNaClPluginName))
467 new nacl::NaClHelper(render_frame);
710 plugin.name == ASCIIToUTF16(nacl::kNaClPluginName);
712 actual_mime_type == nacl::kNaClPluginMimeType;
714 actual_mime_type == nacl::kPnaclPluginMimeType;
938 // additonal 'nacl' param associated with the MIME type.
944 const char* kNaClPluginManifestAttribute = "nacl";
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dplugin_manager.cc23 #include "components/nacl/common/nacl_constants.h"
187 if (mime_iter->mime_type == nacl::kNaClPluginMimeType) {
188 // This plugin handles "application/x-nacl".
198 // With an extra "nacl" argument to specify the location of the NaCl
203 base::UTF8ToUTF16("nacl"));
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc75 #include "components/nacl/common/nacl_paths.h"
76 #include "components/nacl/zygote/nacl_fork_delegate_linux.h"
113 #include "components/nacl/common/nacl_switches.h"
431 nacl::RegisterPathProvider();
882 nacl::AddNaClZygoteForkDelegates(delegates);

Completed in 8313 milliseconds

12345678