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

1 23 4 5 6 7 8

  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.h 16 namespace nacl { namespace
62 // expected for NaCl in the current configuration. Crash if it does not.
82 } // namespace nacl
  /external/chromium_org/components/nacl/renderer/
trusted_plugin_channel.cc 5 #include "components/nacl/renderer/trusted_plugin_channel.h"
12 namespace nacl { namespace
34 } // namespace nacl
trusted_plugin_channel.h 22 namespace nacl { namespace
40 } // namespace nacl
pnacl_translation_resource_host.h 15 namespace nacl { namespace
31 const nacl::PnaclCacheInfo& cache_info,
65 const nacl::PnaclCacheInfo& cache_info,
progress_event.h 13 namespace nacl { namespace
51 } // namespace nacl
  /external/chromium_org/components/nacl/browser/
nacl_file_host.cc 5 #include "components/nacl/browser/nacl_file_host.h"
14 #include "components/nacl/browser/nacl_browser.h"
15 #include "components/nacl/browser/nacl_browser_delegate.h"
16 #include "components/nacl/browser/nacl_host_message_filter.h"
17 #include "components/nacl/common/nacl_host_messages.h"
35 nacl::NaClHostMessageFilter* nacl_host_message_filter,
47 scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
55 if (!nacl::NaClBrowser::GetDelegate()->GetPnaclDirectory(&pnacl_dir) ||
88 scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
95 nacl::NaClBrowser* nacl_browser = nacl::NaClBrowser::GetInstance()
    [all...]
nacl_host_message_filter.h 16 namespace nacl { namespace
26 namespace nacl { namespace
54 void LaunchNaClContinuation(const nacl::NaClLaunchParams& launch_params,
89 } // namespace nacl
pnacl_host_unittest.cc 5 #include "components/nacl/browser/pnacl_host.h"
12 #include "components/nacl/browser/pnacl_translation_cache.h"
110 static nacl::PnaclCacheInfo GetTestCacheInfo() {
111 nacl::PnaclCacheInfo info;
134 nacl::PnaclCacheInfo info = GetTestCacheInfo();
157 nacl::PnaclCacheInfo info = GetTestCacheInfo();
170 nacl::PnaclCacheInfo info = GetTestCacheInfo();
183 nacl::PnaclCacheInfo info = GetTestCacheInfo();
219 nacl::PnaclCacheInfo info = GetTestCacheInfo();
239 nacl::PnaclCacheInfo info = GetTestCacheInfo()
    [all...]
nacl_file_host_unittest.cc 5 #include "components/nacl/browser/nacl_file_host.h"
11 #include "components/nacl/browser/nacl_browser.h"
12 #include "components/nacl/browser/nacl_browser_delegate.h"
13 #include "components/nacl/browser/test_nacl_browser_delegate.h"
42 nacl::NaClBrowser::SetDelegate(nacl_browser_delegate_);
47 nacl::NaClBrowser::SetDelegate(NULL);
72 ASSERT_TRUE(nacl::NaClBrowser::GetDelegate()->GetPnaclDirectory(
nacl_broker_host_win.h 19 namespace nacl { namespace
62 } // namespace nacl
pnacl_translation_cache.h 24 namespace nacl { namespace
73 static std::string GetKey(const nacl::PnaclCacheInfo& info);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.cc 20 nacl::string GetFullUrl(const nacl::string& partial_url) {
21 return nacl::string(kPnaclBaseUrl) + GetNaClInterface()->GetSandboxArch() +
service_runtime.cc 93 ManifestService(nacl::WeakRefAnchor* anchor,
158 nacl::WeakRefAnchor* anchor_;
187 nacl::WeakRefAnchor* anchor,
209 nacl::MutexLocker take(&mu_);
215 void PluginReverseInterface::DoPostMessage(nacl::string message) {
238 bool PluginReverseInterface::OpenManifestEntry(nacl::string url_key,
262 nacl::MutexLocker take(&mu_);
297 const nacl::string& entry_key,
332 nacl::MutexLocker take(&mu_);
340 nacl::string mapped_url = pp::Var(pp_mapped_url).AsString()
    [all...]
pnacl_translate_thread.cc 22 nacl::string MakeCommandLineArg(const char* key, const Val val) {
23 nacl::stringstream ss;
33 const nacl::string &architecture_attributes) {
34 typedef std::vector<nacl::string> Args;
75 nacl::DescWrapper* invalid_desc_wrapper,
79 const nacl::string &architecture_attributes,
156 std::vector<nacl::DescWrapper*> llc_out_files;
178 "NaCl.Perf.PNaClLoadTime.LoadCompiler",
182 nacl::MutexLocker ml(&subprocess_mu_);
233 nacl::string("Stream init failed: ")
    [all...]
srpc_client.cc 29 // All methods implemented by nacl modules have indexes
66 SrpcClient* SrpcClient::New(nacl::DescWrapper* wrapper) {
67 nacl::scoped_ptr<SrpcClient> srpc_client(new SrpcClient());
75 bool SrpcClient::Init(nacl::DescWrapper* wrapper) {
144 bool SrpcClient::HasMethod(const nacl::string& method_name) {
152 bool SrpcClient::InitParams(const nacl::string& method_name,
161 bool SrpcClient::Invoke(const nacl::string& method_name, SrpcParams* params) {
pnacl_coordinator.cc 38 const nacl::string& name, int32_t kb) {
47 const nacl::string& name, int64_t a, int64_t b) {
56 uma.HistogramEnumeration("NaCl.Perf.PNaClCache.IsHit",
60 nacl::string GetArchitectureAttributes(Plugin* plugin) {
75 const nacl::string& pexe_url,
99 const nacl::string& pexe_url,
152 const nacl::string& message) {
161 const nacl::string& message) {
162 nacl::stringstream ss;
224 "NaCl.Perf.Size.PNaClTranslatedNexe"
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 30 void PostTestMessage(nacl::string test_name, nacl::string message) {
31 nacl::string test_message = test_name;
44 nacl::string StringifyVar(const PP_Var& var) {
58 return "<STRING>" + nacl::string(PPBVar()->VarToUtf8(var, &dummy_size));
76 void AddTest(nacl::string test_name, TestFunction test_function) {
79 void RunTest(nacl::string test_name);
86 typedef std::map<nacl::string, TestFunction> TestMap;
90 void TestTable::RunTest(nacl::string test_name) {
103 void RegisterTest(nacl::string test_name, TestFunction test_func)
    [all...]
module_instance.cc 48 interface_map_[nacl::string(interface_name)] = ppp_interface;
52 return interface_map_[nacl::string(interface_name)];
60 typedef std::map<nacl::string, const void*> InterfaceMap;
  /external/chromium_org/third_party/skia/platform_tools/nacl/
nacl_make 47 export NACL_CROSS_PREFIX=${CROSS_ID}-nacl
69 exportVar GYP_DEFINES "skia_os=nacl skia_gpu=0 skia_arch_width=${ARCH_WIDTH}"
79 export SKIA_OUT=out/nacl$1
110 if ! [ -L platform_tools/nacl/out ]; then
111 ln -s ../../out platform_tools/nacl
  /external/skia/platform_tools/nacl/
nacl_make 47 export NACL_CROSS_PREFIX=${CROSS_ID}-nacl
69 exportVar GYP_DEFINES "skia_os=nacl skia_gpu=0 skia_arch_width=${ARCH_WIDTH}"
79 export SKIA_OUT=out/nacl$1
110 if ! [ -L platform_tools/nacl/out ]; then
111 ln -s ../../out platform_tools/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/base/
rand_util_nacl.cc 7 #include <nacl/nacl_random.h>
  /external/chromium_org/components/nacl/common/
nacl_paths.cc 5 #include "components/nacl/common/nacl_paths.h"
22 namespace nacl { namespace
53 } // namespace nacl
nacl_messages.h 5 // Defines messages between the browser and NaCl process.
9 #include "components/nacl/common/nacl_types.h"
16 IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
31 // These are messages sent between the browser and the NaCl process.
32 // Tells the NaCl process to start.
34 nacl::NaClStartParams /* params */)
37 // Tells the NaCl broker to launch a NaCl loader process.
46 // Tells the NaCl broker to attach a debug exception handler to the
47 // given NaCl loader process
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_listener.h 13 #include "components/nacl/common/nacl_types.h"
14 #include "components/nacl/loader/nacl_trusted_listener.h"
27 // request to start a NaCl module.
32 // Listen for a request to launch a NaCl module.
54 void OnStart(const nacl::NaClStartParams& params);
57 void StartNonSfi(const nacl::NaClStartParams& params);

Completed in 248 milliseconds

1 23 4 5 6 7 8