Home | History | Annotate | Download | only in browser

Lines Matching defs:nacl

16 #include "components/nacl/common/nacl_types.h"
33 namespace nacl {
38 // Represents the browser side of the browser <--> NaCl communication
39 // channel. There will be one NaClProcessHost per NaCl process
40 // The browser is responsible for starting the NaCl process
42 // After that, most of the communication is directly between NaCl plugin
43 // running in the renderer and NaCl processes.
50 // permission_bits: controls which interfaces the NaCl plugin can use.
84 // Initialize the new NaCl process. Result is returned by sending ipc
104 // nacl_process_host.h doesn't include NaCl headers. Needed since it's
105 // included by src\content, which can't depend on the NaCl gyp file because it
116 // Create bound TCP socket in the browser process so that the NaCl GDB debug
135 // Enable the PPAPI proxy only for NaCl processes corresponding to a renderer.
153 // Sends the message to the NaCl process to load the plugin. Returns true
157 // Does post-process-launching tasks for starting the NaCl process once
193 // the NaCl loader.
196 // The NaClHostMessageFilter that requested this NaCl process. We use
209 // The file path to the manifest is passed to nacl-gdb when it is used to
210 // debug the NaCl loader.
213 // Socket pairs for the NaCl process and renderer.
232 // Channel proxy to terminate the NaCl-Browser PPAPI channel.
245 } // namespace nacl