OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nacl
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/common/
nacl_cmd_line.h
11
namespace
nacl
{
namespace
13
// process to cmd_line that will be used for launching the
NaCl
loader/broker.
nacl_messages.h
5
// Defines messages between the browser and
NaCl
process.
21
// These are messages sent from the browser to the
NaCl
process.
22
// Tells the
NaCl
process to start.
24
std::vector<
nacl
::FileDescriptor> /* sockets */)
26
// Tells the
NaCl
broker to launch a
NaCl
loader process.
nacl_types.h
5
// Handle passing definitions for
NaCl
15
namespace
nacl
{
namespace
chrome_content_client.cc
25
const char* kNaClPluginName = "Chrome
NaCl
";
26
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
);
nacl_cmd_line.cc
10
namespace
nacl
{
namespace
17
// Propagate the following switches to the
NaCl
loader command line (along
render_messages.h
317
std::wstring /* url for the
NaCl
module */,
319
std::vector<
nacl
::FileDescriptor>
321
base::ProcessHandle /*
NaCl
process handle */,
322
base::ProcessId /*
NaCl
process id */)
/external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc
35
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
::CopyNaClCommandLineArguments(cmd_line)
[
all
...]
nacl_broker_host_win.cc
30
// Create the path to the
nacl
broker/loader executable.
37
nacl
::CopyNaClCommandLineArguments(cmd_line);
/external/llvm/autoconf/
config.sub
820
nacl
)
822
os=-
nacl
1486
-
nacl
*)
[
all
...]
/external/pcre/
config.sub
1479
-
nacl
*)
[
all
...]
/external/llvm/
configure
[
all
...]
/external/llvm/projects/sample/
configure
[
all
...]
Completed in 475 milliseconds