HomeSort by relevance Sort by last modified time
    Searched refs:nacl (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/components/nacl/renderer/
nacl_helper.cc 5 #include "components/nacl/renderer/nacl_helper.h"
9 namespace nacl { namespace
22 } // namespace nacl
nacl_helper.h 11 namespace nacl { namespace
14 // NaCl trusted plugin, it configures it as an external plugin host.
29 } // namespace nacl
sandbox_arch.cc 10 namespace nacl { namespace
38 } // namespace nacl
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 31 namespace nacl { namespace
45 SelLdrStartParams(const nacl::string& url,
58 nacl::string url;
94 class PluginReverseInterface: public nacl::ReverseInterface {
96 PluginReverseInterface(nacl::WeakRefAnchor* anchor,
106 virtual void DoPostMessage(nacl::string message);
110 virtual bool OpenManifestEntry(nacl::string url_key,
120 // nacl::ReverseInterface.
121 virtual int64_t RequestQuotaForWrite(nacl::string file_id,
130 void OpenManifestEntryAsync(const nacl::string& key
    [all...]
file_downloader.h 58 bool OpenStream(const nacl::string& url,
70 const nacl::string& full_url() const { return full_url_; }
86 nacl::string GetResponseHeaders() const;
88 void set_request_headers(const nacl::string& extra_request_headers) {
108 nacl::string full_url_;
110 nacl::string extra_request_headers_;
sel_ldr_launcher_chrome.h 15 class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
nacl_subprocess.cc 15 nacl::string NaClSubprocess::detailed_description() const {
16 nacl::stringstream ss;
43 bool NaClSubprocess::InvokeSrpcMethod(const nacl::string& method_name,
44 const nacl::string& input_signature,
54 bool NaClSubprocess::VInvokeSrpcMethod(const nacl::string& method_name,
55 const nacl::string& input_signature,
plugin.h 37 namespace nacl { namespace
40 } // namespace nacl
71 // Starts NaCl module but does not wait until low-level
97 // This is invoked as a callback when the NaCl module makes the
105 // A helper SRPC NaCl module can be loaded given a PP_FileHandle.
108 // Returns NULL or the NaClSubprocess of the new helper NaCl module.
109 NaClSubprocess* LoadHelperNaClModule(const nacl::string& helper_url,
116 nacl::DescWrapperFactory* wrapper_factory() const { return wrapper_factory_; }
136 // in this order, for the main nacl subprocess.
143 // Load a nacl module from the file specified in file_handle
    [all...]
  /external/chromium_org/components/nacl/common/
nacl_host_messages.h 12 #include "components/nacl/common/nacl_types.h"
13 #include "components/nacl/common/pnacl_types.h"
22 IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchParams)
33 IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchResult)
42 IPC_STRUCT_TRAITS_BEGIN(nacl::PnaclCacheInfo)
56 // be valid if the NaCl IPC proxy is enabled.
58 nacl::NaClLaunchParams /* launch_params */,
59 nacl::NaClLaunchResult /* launch_result */,
78 nacl::PnaclCacheInfo /* cache info */)
100 // open a NaCl executable file from an installed application directory
    [all...]
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
35 } // namespace nacl
pnacl_types.h 15 namespace nacl { namespace
34 } // namespace nacl
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.h 49 // method on the anchor. Since the nacl::WeakRefAnchor object is
107 nacl::MutexLocker take(&mu_);
113 nacl::MutexLocker take(&mu_);
123 nacl::MutexLocker take(&mu_);
131 nacl::scoped_ptr<R> result_;
194 nacl::WeakRefAnchor* anchor() const { return anchor_; }
196 nacl::WeakRefAnchor* anchor_;
nacl_ppapi_util.cc 21 anchor_ = new nacl::WeakRefAnchor();
string_buffer.h 16 namespace nacl { namespace
34 } // namespace nacl
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_unittest.cc 5 // ASan internally uses some syscalls which non-SFI NaCl disallows.
9 #include "components/nacl/loader/nonsfi/nonsfi_sandbox.h"
70 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
85 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
116 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
122 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
131 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
137 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
157 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) {
164 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy)
    [all...]
abi_conversion.h 13 namespace nacl { namespace
16 // Converts the timespec struct from NaCl's to host's ABI.
20 // Converts the timespec struct from host's to NaCl's ABI.
25 // Converts the stat struct from host's to NaCl's ABI.
30 } // namespace nacl
irt_icache.cc 11 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
13 namespace nacl { namespace
20 // NaCl repository.
38 } // namespace nacl
irt_random.cc 9 #include "components/nacl/loader/nonsfi/irt_interfaces.h"
10 #include "components/nacl/loader/nonsfi/irt_util.h"
12 namespace nacl { namespace
37 } // namespace nacl
irt_util.h 10 namespace nacl { namespace
50 } // namespace nacl
nonsfi_sandbox.h 11 namespace nacl { namespace
14 // The seccomp sandbox policy for NaCl non-SFI mode. Note that this
29 // Initializes seccomp-bpf sandbox for non-SFI NaCl. Returns false on
34 } // namespace nacl
elf_loader.h 19 namespace nacl { namespace
45 } // namespace nacl
irt_interfaces.h 13 namespace nacl { namespace
33 } // namespace nacl
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 6 #include "chrome/test/nacl/nacl_browsertest_util.h"
7 #include "components/nacl/browser/nacl_browser.h"
14 // Load a NaCl module to generate UMA data.
23 histograms.ExpectUniqueSample("NaCl.LoadStatus.Plugin",
27 histograms.ExpectUniqueSample("NaCl.LoadStatus.SelLdr",
34 histograms.ExpectBucketCount("NaCl.ValidationCache.Query",
35 nacl::NaClBrowser::CACHE_MISS, 1);
37 histograms.ExpectTotalCount("NaCl.ValidationCache.Query", 1);
39 histograms.ExpectTotalCount("NaCl.ValidationCache.Set", 1);
43 histograms.ExpectTotalCount("NaCl.Perf.StartupTime.LoadModule", 1)
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
call_on_main_thread.h 12 // PluginReverseInterface(...) : anchor_(new nacl::WeakRefAnchor);
14 // void Log(nacl::string message) {
26 // nacl::WeakRefAnchor* anchor_;
55 nacl::WeakRefAnchor* anchor,
56 void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err),
58 nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data);
69 nacl::WeakRefAnchor* anchor,
71 void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err),
91 nacl::scoped_ptr<R> orig_data;
101 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr
    [all...]
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 10 #include "components/nacl/loader/nacl_helper_win_64.h"
30 return nacl::NaClWin64Main();

Completed in 382 milliseconds

12 3 4 5 6 7 8