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

12345678

/external/bison/build-aux/
H A Dconfig.sub845 nacl)
847 os=-nacl
1515 -nacl*)
/external/chromium_org/base/
H A Drand_util_nacl.cc7 #include <nacl/nacl_random.h>
/external/chromium_org/build/
H A Dinstall-build-deps-android.sh22 --no-syms --no-arm --no-chromeos-fonts --no-nacl --no-prompt "$@"
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/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);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc48 #include "components/nacl/browser/nacl_browser.h"
49 #include "components/nacl/browser/pnacl_host.h"
1048 nacl::NaClBrowser::GetInstance()->ClearValidationCache(
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc107 #include "components/nacl/browser/nacl_browser.h"
185 #include "components/nacl/browser/nacl_process_host.h"
1279 nacl::NaClBrowser::SetDelegate(delegate);
1452 base::Bind(nacl::NaClProcessHost::EarlyStartup));
H A Dchrome_content_browser_client.cc213 #include "components/nacl/browser/nacl_browser.h"
214 #include "components/nacl/browser/nacl_host_message_filter.h"
215 #include "components/nacl/browser/nacl_process_host.h"
216 #include "components/nacl/common/nacl_process_type.h"
217 #include "components/nacl/common/nacl_switches.h"
839 host->AddFilter(new nacl::NaClHostMessageFilter(
2296 nacl::NaClProcessHost* host = static_cast<nacl::NaClProcessHost*>(
2488 // Allow the server side of a pipe restricted to the "chrome.nacl."
2494 L"\\\\.\\pipe\\chrome.nacl
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dapp_background_page_apitest.cc33 #include "components/nacl/browser/nacl_process_host.h"
135 nacl::NaClProcessHost::SetPpapiKeepAliveThrottleForTesting(50);
628 // Verify that nacl modules that go idle will not send keepalive impulses.
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/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc13 #include "components/nacl/browser/nacl_browser.h"
14 #include "components/nacl/common/nacl_switches.h"
42 script = script.AppendASCII("nacl/debug_stub_browser_tests.py");
54 nacl::NaClBrowser::GetInstance()->SetGdbDebugStubPortListener(
61 nacl::NaClBrowser::GetInstance()->ClearGdbDebugStubPortListener();
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc44 #include "components/nacl/common/nacl_constants.h"
61 if (plugin.name == base::ASCIIToUTF16(nacl::kNaClPluginName))
H A Dplugin_prefs.cc36 #include "components/nacl/common/nacl_constants.h"
252 if ((plugin.name == base::ASCIIToUTF16(nacl::kNaClPluginName)) &&
/external/chromium_org/chrome/browser/resources/
H A Dabout_nacl.js5 var nacl = nacl || {};
34 nacl.returnNaClInfo = function(moduleListData) {
/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/common/
H A Dchrome_content_client.cc44 #include "components/nacl/common/nacl_sandbox_type_mac.h"
48 #include "components/nacl/common/nacl_constants.h"
49 #include "components/nacl/common/nacl_process_type.h"
174 content::PepperPluginInfo nacl; local
175 // The nacl plugin is now built into the Chromium binary.
176 nacl.is_internal = true;
177 nacl.path = path;
178 nacl.name = nacl::kNaClPluginName;
179 content::WebPluginMimeType nacl_mime_type(nacl
[all...]
/external/chromium_org/chrome/nacl/
H A Dnacl_exe_win_64.cc10 #include "components/nacl/loader/nacl_helper_win_64.h"
30 return nacl::NaClWin64Main();
/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/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();
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/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/chromium_org/components/nacl/browser/
H A Dnacl_broker_host_win.cc5 #include "components/nacl/browser/nacl_broker_host_win.h"
10 #include "components/nacl/browser/nacl_broker_service_win.h"
11 #include "components/nacl/browser/nacl_browser.h"
12 #include "components/nacl/common/nacl_cmd_line.h"
13 #include "components/nacl/common/nacl_messages.h"
14 #include "components/nacl/common/nacl_process_type.h"
15 #include "components/nacl/common/nacl_switches.h"
40 namespace nacl { namespace
56 // Create the path to the nacl broker/loader executable.
119 } // namespace nacl
[all...]
H A Dnacl_broker_host_win.h19 namespace nacl { namespace
62 } // namespace nacl
H A Dnacl_broker_service_win.cc5 #include "components/nacl/browser/nacl_broker_service_win.h"
7 #include "components/nacl/browser/nacl_process_host.h"
8 #include "components/nacl/common/nacl_process_type.h"
13 namespace nacl { namespace
33 base::WeakPtr<nacl::NaClProcessHost> nacl_process_host,
106 } // namespace nacl
H A Dnacl_broker_service_win.h13 #include "components/nacl/browser/nacl_broker_host_win.h"
15 namespace nacl { namespace
68 } // namespace nacl

Completed in 513 milliseconds

12345678