Searched refs:nacl (Results 1 - 25 of 108) sorted by relevance

12345

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_resources.h31 static nacl::string GetBaseUrl();
34 static nacl::string PrependPlatformPrefix(const nacl::string& url);
36 static bool IsPnaclComponent(const nacl::string& full_url);
37 static nacl::string PnaclComponentURLToFilename(
38 const nacl::string& full_url);
42 static const nacl::string GetResourceInfoUrl() {
43 return nacl::string(kResourceInfoUrl);
66 const nacl::string& resource_info_url,
73 const nacl
[all...]
H A Dtemporary_file.h44 // Set an existing Fd instead of getting one from the nacl interface on open.
55 // The nacl::DescWrapper* for the writeable version of the file.
56 nacl::DescWrapper* write_wrapper() { return write_wrapper_.get(); }
57 nacl::DescWrapper* read_wrapper() { return read_wrapper_.get(); }
58 nacl::DescWrapper* release_read_wrapper() {
63 const nacl::string identifier() const {
64 return nacl::string(reinterpret_cast<const char*>(identifier_));
71 nacl::scoped_ptr<nacl::DescWrapper> read_wrapper_;
72 nacl
[all...]
H A Dlocal_temp_file.h50 const nacl::string& base_dir);
54 const nacl::string& base_dir,
55 const nacl::string& filename);
66 void Rename(const nacl::string& new_name,
71 // The nacl::DescWrapper* for the writeable version of the file.
72 nacl::DescWrapper* write_wrapper() { return write_wrapper_.get(); }
73 nacl::DescWrapper* release_write_wrapper() {
76 // The nacl::DescWrapper* for the read-only version of the file.
77 nacl::DescWrapper* read_wrapper() { return read_wrapper_.get(); }
78 nacl
[all...]
H A Djson_manifest.h33 const nacl::string& manifest_base_url,
34 const nacl::string& sandbox_isa)
43 bool Init(const nacl::string& json, ErrorInfo* error_info);
47 virtual bool GetProgramURL(nacl::string* full_url,
52 virtual bool ResolveURL(const nacl::string& relative_url,
53 nacl::string* full_url,
60 virtual bool GetFileKeys(std::set<nacl::string>* keys) const;
66 virtual bool ResolveKey(const nacl::string& key,
67 nacl::string* full_url,
80 nacl
[all...]
H A Dsrpc_client.h19 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;
H A Dnacl_subprocess.h6 // This may represent the "main" nacl module, or it may represent helpers
33 NaClSubprocess(const nacl::string& description,
51 nacl::string description() const { return description_; }
55 nacl::string detailed_description() const;
65 bool InvokeSrpcMethod(const nacl::string& method_name,
66 const nacl::string& input_signature,
76 bool VInvokeSrpcMethod(const nacl::string& method_name,
77 const nacl::string& signature,
81 nacl::string description_;
84 nacl
[all...]
H A Dpnacl_options.cc14 nacl::string ReplaceBadFSChars(nacl::string str,
15 const nacl::string& bad_chars,
16 const nacl::string& replacement) {
18 while (replace_pos != nacl::string::npos) {
34 nacl::string PnaclOptions::GetCacheKey() const {
37 nacl::stringstream ss;
46 nacl::string key = ss.str();
64 nacl::string str;
66 nacl
[all...]
H A Dmanifest.h44 virtual bool GetProgramURL(nacl::string* full_url,
49 virtual bool ResolveURL(const nacl::string& relative_url,
50 nacl::string* full_url,
57 virtual bool GetFileKeys(std::set<nacl::string>* keys) const = 0;
65 virtual bool ResolveKey(const nacl::string& key,
66 nacl::string* full_url,
H A Dplugin.h41 namespace nacl { namespace
44 } // namespace nacl
106 bool LoadNaClModule(nacl::DescWrapper* wrapper, ErrorInfo* error_info,
129 NaClSubprocess* LoadHelperNaClModule(nacl::DescWrapper* wrapper,
151 void AddToConsole(const nacl::string& text);
160 const nacl::string& url,
190 nacl::string plugin_base_url() const { return plugin_base_url_; }
191 void set_plugin_base_url(const nacl::string& url) { plugin_base_url_ = url; }
194 nacl::string manifest_base_url() const { return manifest_base_url_; }
195 void set_manifest_base_url(const nacl
[all...]
H A Dpnacl_resources.cc24 nacl::string PnaclUrls::GetBaseUrl() {
25 return nacl::string(kPnaclComponentScheme);
28 nacl::string PnaclUrls::PrependPlatformPrefix(const nacl::string& url) {
29 return nacl::string(GetSandboxISA()) + "/" + url;
36 bool PnaclUrls::IsPnaclComponent(const nacl::string& full_url) {
42 nacl::string PnaclUrls::PnaclComponentURLToFilename(
43 const nacl::string& full_url) {
45 nacl::string r = full_url.substr(
46 nacl
[all...]
H A Djson_manifest.cc96 bool FindMatchingProperty(const nacl::string& property_name,
113 const nacl::string& container_key,
114 const nacl::string& parent_key,
119 nacl::string* error_string) {
121 nacl::stringstream error_stream;
131 nacl::string property_name = members[i];
145 nacl::stringstream error_stream;
159 const nacl::string& container_key,
160 const nacl::string& parent_key,
161 const nacl
[all...]
H A Dsel_ldr_launcher_chrome.h13 class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
23 nacl::string* error_message);
H A Dpnacl_options.h30 nacl::string GetCacheKey() const;
41 void set_cache_validators(const nacl::string& c) {
51 nacl::string cache_validators_;
H A Dpnacl_coordinator.h91 const nacl::string& pexe_url,
97 nacl::DescWrapper* ReleaseTranslatedFD() { return translated_fd_.release(); }
101 void ReportNonPpapiError(PluginErrorCode err, const nacl::string& message);
106 int32_t pp_error, const nacl::string& message);
144 const nacl::string& pexe_url,
220 nacl::scoped_ptr<nacl::DescWrapper> translated_fd_;
223 nacl::scoped_ptr<pp::FileSystem> file_system_;
226 nacl::scoped_ptr<const Manifest> manifest_;
228 nacl
[all...]
H A Dpnacl_translate_thread.h22 namespace nacl { namespace
76 NaClSubprocess* StartSubprocess(const nacl::string& url,
86 const nacl::string& error_string);
89 const nacl::string& soname,
90 const nacl::string& lib_dependencies);
96 nacl::scoped_ptr<NaClThread> translate_thread_;
100 nacl::scoped_ptr<NaClSubprocess> llc_subprocess_;
101 nacl::scoped_ptr<NaClSubprocess> ld_subprocess_;
H A Dservice_runtime.h33 namespace nacl { namespace
53 SelLdrStartParams(const nacl::string& url,
68 nacl::string url;
164 class PluginReverseInterface: public nacl::ReverseInterface {
166 PluginReverseInterface(nacl::WeakRefAnchor* anchor,
177 virtual void Log(nacl::string message);
179 virtual void DoPostMessage(nacl::string message);
183 virtual bool EnumerateManifestKeys(std::set<nacl::string>* out_keys);
185 virtual bool OpenManifestEntry(nacl::string url_key,
194 virtual int64_t RequestQuotaForWrite(nacl
[all...]
H A Dfile_downloader.h78 bool Open(const nacl::string& url,
89 bool OpenStream(const nacl::string& url,
102 void OpenFast(const nacl::string& url, PP_FileHandle file_handle,
120 const nacl::string& url() const { return url_; }
123 const nacl::string& url_to_open() const { return url_to_open_; }
150 nacl::string GetResponseHeaders() const;
176 nacl::string url_to_open_;
177 nacl::string url_;
/external/chromium/chrome/common/
H A Dnacl_cmd_line.h11 namespace nacl { namespace
/external/chromium_org/components/nacl/common/
H A Dnacl_cmd_line.h10 namespace nacl { namespace
H A Dnacl_paths.h13 namespace nacl { namespace
29 } // namespace nacl
H A Dnacl_host_messages.h12 #include "components/nacl/common/nacl_types.h"
13 #include "components/nacl/common/pnacl_types.h"
22 IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchParams)
31 IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchResult)
38 IPC_STRUCT_TRAITS_BEGIN(nacl::PnaclCacheInfo)
51 nacl::NaClLaunchParams /* launch_params */,
52 nacl::NaClLaunchResult /* launch_result */,
82 nacl::PnaclCacheInfo /* cache info */)
/external/chromium_org/chrome/browser/resources/
H A Dabout_nacl.js5 var nacl = nacl || {};
34 nacl.returnNaClInfo = function(moduleListData) {
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dinternal_utils.h27 bool HasScriptableTest(nacl::string test_name);
28 PP_Var RunScriptableTest(nacl::string test_name);
30 void RunTest(nacl::string test_name);
/external/chromium_org/native_client_sdk/src/web/
H A Dupdate.sh3 gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dnacl_ppapi_util.h49 // 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_;

Completed in 408 milliseconds

12345