HomeSort by relevance Sort by last modified time
    Searched refs:PP_ExternalPluginResult (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 33 * The <code>PP_ExternalPluginResult </code> enum contains result codes from
45 } PP_ExternalPluginResult;
46 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_ExternalPluginResult, 4);
ppb_nacl_private.h 67 PP_ExternalPluginResult (*LaunchSelLdr)(PP_Instance instance,
84 PP_ExternalPluginResult (*StartPpapiProxy)(PP_Instance instance);
160 PP_ExternalPluginResult (*ReportNaClError)(PP_Instance instance,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_entry_points.h 19 typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)(
plugin.cc 486 PP_ExternalPluginResult ipc_result =
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 19 * The <code>PP_ExternalPluginResult </code> enum contains result codes from
23 enum PP_ExternalPluginResult {
ppb_nacl_private.idl 39 PP_ExternalPluginResult LaunchSelLdr([in] PP_Instance instance,
57 PP_ExternalPluginResult StartPpapiProxy(PP_Instance instance);
145 PP_ExternalPluginResult ReportNaClError([in] PP_Instance instance,
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 69 virtual PP_ExternalPluginResult SwitchToOutOfProcessProxy(
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 81 PP_ExternalPluginResult LaunchSelLdr(PP_Instance instance,
153 PP_ExternalPluginResult StartPpapiProxy(PP_Instance instance) {
310 PP_ExternalPluginResult ReportNaClError(PP_Instance instance,
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 104 PP_ExternalPluginResult InitAsProxiedExternalPlugin(
pepper_plugin_instance_impl.h 354 virtual PP_ExternalPluginResult SwitchToOutOfProcessProxy(
482 PP_ExternalPluginResult ResetAsProxied(scoped_refptr<PluginModule> module);
    [all...]
plugin_module.cc 510 PP_ExternalPluginResult PluginModule::InitAsProxiedExternalPlugin(
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1755 milliseconds