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

/external/chromium/chrome/common/
H A Dnacl_cmd_line.h11 namespace nacl { namespace
H A Dnacl_messages.h24 std::vector<nacl::FileDescriptor> /* sockets */)
H A Dnacl_types.h15 namespace nacl { namespace
H A Dchrome_content_client.cc26 const char* kNaClPluginMimeType = "application/x-nacl";
77 PepperPluginInfo nacl; local
78 nacl.path = path;
79 nacl.name = kNaClPluginName;
81 nacl.enabled = CommandLine::ForCurrentProcess()->HasSwitch(
86 nacl.mime_types.push_back(nacl_mime_type);
87 plugins->push_back(nacl);
H A Dnacl_cmd_line.cc10 namespace nacl { namespace
H A Drender_messages.h319 std::vector<nacl::FileDescriptor>
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_process_host.cc35 void SetCloseOnExec(nacl::Handle fd) {
48 std::vector<nacl::Handle> sockets_for_renderer;
49 std::vector<nacl::Handle> sockets_for_sel_ldr;
68 // nacl::Close() is not available at link time if DISABLE_NACL is
73 nacl::Close(internal_->sockets_for_renderer[i]);
76 nacl::Close(internal_->sockets_for_sel_ldr[i]);
111 nacl::Handle pair[2];
113 if (nacl::SocketPair(pair) == -1)
137 // Build command line for nacl.
143 nacl
[all...]
H A Dnacl_broker_host_win.cc30 // Create the path to the nacl broker/loader executable.
37 nacl::CopyNaClCommandLineArguments(cmd_line);
/external/llvm/autoconf/
H A Dconfig.sub822 nacl)
824 os=-nacl
1488 -nacl*)
/external/openssh/
H A Dconfig.sub1461 -nacl*)
/external/llvm/
H A Dconfigure3834 *-*-nacl*)
/external/llvm/projects/sample/
H A Dconfigure3778 *-*-nacl*)

Completed in 232 milliseconds