OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_ExternalPluginResult
(Results
1 - 15
of
15
) 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
81
PP_ExternalPluginResult
(*LaunchSelLdr)(PP_Instance instance,
99
PP_ExternalPluginResult
(*StartPpapiProxy)(PP_Instance instance);
164
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
419
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
57
PP_ExternalPluginResult
LaunchSelLdr([in] PP_Instance instance,
76
PP_ExternalPluginResult
StartPpapiProxy(PP_Instance instance);
150
PP_ExternalPluginResult
ReportNaClError([in] PP_Instance instance,
/external/chromium_org/content/public/renderer/
pepper_plugin_instance.h
71
virtual
PP_ExternalPluginResult
SwitchToOutOfProcessProxy(
/external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc
43
PP_ExternalPluginResult
FakePepperPluginInstance::SwitchToOutOfProcessProxy(
fake_pepper_plugin_instance.h
26
virtual
PP_ExternalPluginResult
SwitchToOutOfProcessProxy(
plugin_module.h
104
PP_ExternalPluginResult
InitAsProxiedExternalPlugin(
pepper_plugin_instance_impl.h
357
virtual
PP_ExternalPluginResult
SwitchToOutOfProcessProxy(
489
PP_ExternalPluginResult
ResetAsProxied(scoped_refptr<PluginModule> module);
[
all
...]
plugin_module.cc
512
PP_ExternalPluginResult
PluginModule::InitAsProxiedExternalPlugin(
pepper_plugin_instance_impl.cc
[
all
...]
/external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc
81
PP_ExternalPluginResult
LaunchSelLdr(PP_Instance instance,
155
PP_ExternalPluginResult
StartPpapiProxy(PP_Instance instance) {
292
PP_ExternalPluginResult
ReportNaClError(PP_Instance instance,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 288 milliseconds