HomeSort by relevance Sort by last modified time
    Searched full:uses_irt (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/components/nacl/common/
nacl_types.cc 18 uses_irt(false),
32 uses_irt(false),
45 bool uses_irt,
56 uses_irt(uses_irt),
nacl_types.h 68 bool uses_irt; member in struct:nacl::NaClStartParams
91 bool uses_irt,
108 bool uses_irt; member in struct:nacl::NaClLaunchParams
nacl_host_messages.h 29 IPC_STRUCT_TRAITS_MEMBER(uses_irt)
nacl_messages.h 28 IPC_STRUCT_TRAITS_MEMBER(uses_irt)
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 39 bool uses_irt,
46 uses_irt(uses_irt),
54 bool uses_irt; member in struct:plugin::SelLdrStartParams
plugin.cc 137 true /* uses_irt */,
206 false /* uses_irt */,
service_runtime.cc 399 PP_FromBool(params.uses_irt),
  /external/chromium_org/components/nacl/browser/
nacl_host_message_filter.cc 124 if (!launch_params.uses_irt) {
186 launch_params.uses_irt,
nacl_process_host.h 56 // uses_irt: whether the launched process should use the IRT.
74 bool uses_irt,
nacl_process_host.cc 244 bool uses_irt,
262 uses_irt_(uses_irt),
827 params.uses_irt = uses_irt_;
843 if (params.uses_irt) {
    [all...]
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_listener.cc 141 CHECK(!params.uses_irt);
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 168 * The |uses_irt| flag indicates whether the IRT should be loaded in this
184 [in] PP_Bool uses_irt,
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 211 * The |uses_irt| flag indicates whether the IRT should be loaded in this
227 PP_Bool uses_irt,
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 387 if (params.uses_irt) {
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 283 PP_Bool uses_irt,
357 PP_ToBool(uses_irt),
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 307 milliseconds