Home | History | Annotate | Download | only in browser

Lines Matching defs:nacl

16 #include "components/nacl/browser/nacl_browser_delegate.h"
17 #include "components/nacl/browser/nacl_validation_cache.h"
26 namespace nacl {
40 // Will it be possible to launch a NaCl process, eventually?
43 // Are we ready to launch a NaCl process now? Implies IsOk().
91 // The NaCl singleton keeps information about NaCl executable files opened via
92 // PPAPI. This allows the NaCl process to get trusted information about the
96 // modified after validation, allowing an escape from the NaCl sandbox.
100 // Instead of allowing these attacks, the NaCl process only trusts information
104 // NaCl process must make conservative assumptions about the origin of the
108 // the NaCl sandbox, however, and only has a 1 in ~2**120 chance of success
121 // Get path to NaCl loader on the filesystem if possible.
130 // Each time a NaCl process ends, the browser is notified.
132 // Support for NaCl crash throttling.
133 // Each time a NaCl module crashes, the browser is notified.
135 // If "too many" crashes occur within a given time period, NaCl is throttled
166 // Indicate that it is impossible to launch a NaCl process.
195 // A list of pending tasks to start NaCl processes.
205 } // namespace nacl