OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nacl
(Results
1 - 25
of
41
) sorted by null
1
2
/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_cmd_line.cc
10
namespace
nacl
{
namespace
17
// Propagate the following switches to the
NaCl
loader command line (along
nacl_types.h
5
// Handle passing definitions for
NaCl
15
namespace
nacl
{
namespace
/external/chromium_org/components/nacl/common/
nacl_cmd_line.h
10
namespace
nacl
{
namespace
12
// process to cmd_line that will be used for launching the
NaCl
loader/broker.
nacl_cmd_line.cc
8
#include "components/
nacl
/common/nacl_switches.h"
11
namespace
nacl
{
namespace
16
// Propagate the following switches to the
NaCl
loader command line (along
36
} // namespace
nacl
pnacl_types.cc
5
#include "components/
nacl
/common/pnacl_types.h"
7
namespace
nacl
{
namespace
13
} // namespace
nacl
nacl_paths.cc
5
#include "components/
nacl
/common/nacl_paths.h"
22
namespace
nacl
{
namespace
53
} // namespace
nacl
nacl_paths.h
13
namespace
nacl
{
namespace
29
} // namespace
nacl
nacl_types.cc
5
#include "components/
nacl
/common/nacl_types.h"
8
namespace
nacl
{
namespace
81
} // namespace
nacl
pnacl_types.h
15
namespace
nacl
{
namespace
32
} // namespace
nacl
/external/chromium_org/components/nacl/loader/
nacl_helper_win_64.h
8
namespace
nacl
{
namespace
12
} // namespace
nacl
nacl_helper_linux.h
8
namespace
nacl
{
namespace
25
// For communications between
NaCl
loader and browser.
29
// For communications between
NaCl
loader and zygote.
32
} // namespace
nacl
nacl_helper_win_64.cc
14
#include "components/
nacl
/broker/nacl_broker_listener.h"
15
#include "components/
nacl
/common/nacl_switches.h"
16
#include "components/
nacl
/loader/nacl_listener.h"
17
#include "components/
nacl
/loader/nacl_main_platform_delegate.h"
27
// main() routine for the
NaCl
broker process.
28
// This is necessary for supporting
NaCl
in Chrome on Win64.
46
namespace
nacl
{
namespace
79
CHECK(false) << "Unknown
NaCl
64 process.";
83
} // namespace
nacl
/external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.h
13
namespace
nacl
{
namespace
17
} // namespace
nacl
/external/chromium_org/chrome/browser/resources/
about_nacl.js
5
var
nacl
=
nacl
|| {};
22
* Asks the C++ NaClUIDOMHandler to get details about the
NaCl
and return
31
* current state of
NaCl
.
34
nacl
.returnNaClInfo = function(moduleListData) {
/external/chromium_org/components/nacl/browser/
nacl_file_host.h
22
namespace
nacl
{
namespace
26
// Opens
NaCl
Files in the Browser process, on behalf of the
NaCl
plugin.
30
// Open a PNaCl file (readonly) on behalf of the
NaCl
plugin.
32
scoped_refptr<
nacl
::NaClHostMessageFilter> nacl_host_message_filter,
41
// Opens a
NaCl
executable file for reading and executing.
43
scoped_refptr<
nacl
::NaClHostMessageFilter> nacl_host_message_filter,
nacl_broker_host_win.h
19
namespace
nacl
{
namespace
62
} // namespace
nacl
nacl_broker_service_win.h
13
#include "components/
nacl
/browser/nacl_broker_host_win.h"
15
namespace
nacl
{
namespace
68
} // namespace
nacl
nacl_broker_service_win.cc
5
#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
nacl_host_message_filter.h
15
namespace
nacl
{
namespace
25
namespace
nacl
{
namespace
84
} // namespace
nacl
nacl_validation_cache.h
14
namespace
nacl
{
namespace
66
} // namespace
nacl
nacl_validation_cache_unittest.cc
6
#include "components/
nacl
/browser/nacl_validation_cache.h"
9
namespace
nacl
{
namespace
pnacl_translation_cache.h
24
namespace
nacl
{
namespace
73
static std::string GetKey(const
nacl
::PnaclCacheInfo& info);
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.h
16
namespace
nacl
{
namespace
34
} // namespace
nacl
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.h
8
// service runtime or to untrusted
NaCl
threads.
19
namespace
nacl
{
namespace
21
} // namespace
nacl
34
static SrpcClient* New(
nacl
::DescWrapper* wrapper);
38
bool Init(
nacl
::DescWrapper* socket);
44
bool HasMethod(const
nacl
::string& method_name);
46
bool Invoke(const
nacl
::string& method_name, SrpcParams* params);
49
bool InitParams(const
nacl
::string& method_name, SrpcParams* params);
58
typedef std::map<
nacl
::string, MethodInfo*> Methods;
Completed in 743 milliseconds
1
2