Home | History | Annotate | Download | only in renderer

Lines Matching defs:nacl

5 #include "components/nacl/renderer/ppb_nacl_private_impl.h"
19 #include "components/nacl/common/nacl_host_messages.h"
20 #include "components/nacl/common/nacl_messages.h"
21 #include "components/nacl/common/nacl_nonsfi_util.h"
22 #include "components/nacl/common/nacl_switches.h"
23 #include "components/nacl/common/nacl_types.h"
24 #include "components/nacl/renderer/file_downloader.h"
25 #include "components/nacl/renderer/histogram.h"
26 #include "components/nacl/renderer/json_manifest.h"
27 #include "components/nacl/renderer/manifest_downloader.h"
28 #include "components/nacl/renderer/manifest_service_channel.h"
29 #include "components/nacl/renderer/nexe_load_manager.h"
30 #include "components/nacl/renderer/pnacl_translation_resource_host.h"
31 #include "components/nacl/renderer/progress_event.h"
32 #include "components/nacl/renderer/sandbox_arch.h"
33 #include "components/nacl/renderer/trusted_plugin_channel.h"
63 namespace nacl {
108 nacl::NexeLoadManager* GetNexeLoadManager(PP_Instance instance) {
251 // Launch NaCl's sel_ldr process.
300 // Conditionally block 'Dev' interfaces. We do this for the NaCl process, so
375 // open_resource() IPCs are currently only used for Non-SFI NaCl so far,
376 // not SFI NaCl. Note that enable_dyncode_syscalls is true if and only if
431 // (roughly) the cost of using NaCl, in terms of startup time.
473 // components/nacl/browser/nacl_file_host.cc.
614 HistogramEnumerate("NaCl.Options.PNaCl.OptLevel",
617 HistogramKBPerSec("NaCl.Perf.PNaClLoadTime.CompileKBPerSec",
620 HistogramSizeKB("NaCl.Perf.Size.Pexe", pexe_size / 1024);
622 HistogramTimeTranslation("NaCl.Perf.PNaClLoadTime.TotalUncachedTime",
624 HistogramKBPerSec("NaCl.Perf.PNaClLoadTime.TotalUncachedKBPerSec",
874 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
880 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
894 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
927 HistogramTimeSmall("NaCl.Perf.StartupTime.ManifestDownload",
930 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
974 HistogramSizeKB("NaCl.Perf.Size.Manifest",
977 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
987 scoped_ptr<nacl::JsonManifest> j(
988 new nacl::JsonManifest(
1006 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
1039 nacl::NexeLoadManager* load_manager = GetNexeLoadManager(instance);
1180 // the NaCl sandbox. Ideally the translator would do this, but there's
1183 // TODO(jfb) Some features are missing, either because the NaCl
1489 HistogramEnumerate("NaCl.LoadStatus.SelLdr", load_status, max_status);
1497 "NaCl.LoadStatus.SelLdr.InstalledApp" :
1498 "NaCl.LoadStatus.SelLdr.NotInstalledApp";
1560 } // namespace nacl