Home
last modified time | relevance | path

Searched defs:NaClLaunchParams (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/common/
Dnacl_types.h83 struct NaClLaunchParams { struct
98 std::string manifest_url;
102 IPC::PlatformFileForTransit nexe_file;
103 uint64_t nexe_token_lo;
104 uint64_t nexe_token_hi;
106 int render_view_id;
107 uint32 permission_bits;
108 bool uses_irt;
109 bool uses_nonsfi_mode;
110 bool enable_dyncode_syscalls;
[all …]
Dnacl_types.cc26 NaClLaunchParams::NaClLaunchParams() in NaClLaunchParams() function in nacl::NaClLaunchParams
38 NaClLaunchParams::NaClLaunchParams( in NaClLaunchParams() function in nacl::NaClLaunchParams