Home | History | Annotate | Download | only in browser

Lines Matching defs:nacl

5 #include "components/nacl/browser/nacl_browser.h"
35 // Entries may not be claimed for two main reasons. 1) the NaCl process could
36 // be killed while it is loading. 2) the trusted NaCl plugin opens files using
63 #error Add support for your architecture to NaCl IRT file selection
97 void LogCacheQuery(nacl::NaClBrowser::ValidationCacheStatus status) {
98 UMA_HISTOGRAM_ENUMERATION("NaCl.ValidationCache.Query", status,
99 nacl::NaClBrowser::CACHE_MAX);
102 void LogCacheSet(nacl::NaClBrowser::ValidationCacheStatus status) {
104 UMA_HISTOGRAM_ENUMERATION("NaCl.ValidationCache.Set", status,
105 nacl::NaClBrowser::CACHE_MAX);
114 namespace nacl {
120 // allow a NaCl inner sandbox escape.
175 // variable. This allows the NaCl/Chromium integration bot to
178 // variable that the standalone NaCl PPAPI plugin accepts.
187 DLOG(ERROR) << "Failed to locate the plugins directory, NaCl disabled.";
199 LOG(ERROR) << "NaCl process launch failed: could not resolve module";
249 LOG(ERROR) << "Internal error, NaCl disabled.";
262 LOG(ERROR) << "Failed to open NaCl IRT file \""
469 // been invoked. In other words, this method may be called before any NaCl
563 } // namespace nacl