Home
last modified time | relevance | path

Searched refs:EnableProtection (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_output_protection_private_thunk.cc48 int32_t EnableProtection(PP_Resource resource, in EnableProtection() function
55 return enter.SetResult(enter.object()->EnableProtection( in EnableProtection()
65 &EnableProtection
Dppb_output_protection_api.h24 virtual int32_t EnableProtection(
/external/chromium_org/ppapi/cpp/private/
Doutput_protection_private.cc48 int32_t OutputProtection_Private::EnableProtection( in EnableProtection() function in pp::OutputProtection_Private
52 return get_interface<PPB_OutputProtection_Private_0_1>()->EnableProtection( in EnableProtection()
Doutput_protection_private.h22 int32_t EnableProtection(uint32_t desired_method_mask,
/external/chromium_org/ppapi/tests/
Dtest_output_protection_private.cc26 RUN_TEST(EnableProtection, filter); in RunTests()
53 output_protection_interface_->EnableProtection( in TestEnableProtection()
/external/chromium_org/ppapi/api/private/
Dppb_output_protection_private.idl54 * output_protection->EnableProtection(
59 * After EnableProtection() completes, the plugin has to query protection
137 int32_t EnableProtection(
/external/chromium_org/ppapi/c/private/
Dppb_output_protection_private.h161 int32_t (*EnableProtection)(PP_Resource resource, member
/external/chromium_org/ppapi/proxy/
Doutput_protection_resource.h36 virtual int32_t EnableProtection(
Doutput_protection_resource.cc81 int32_t OutputProtectionResource::EnableProtection( in EnableProtection() function in ppapi::proxy::OutputProtectionResource
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.cc1044 int32_t result = output_protection_.EnableProtection( in EnableOutputProtection()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3635 return iface->EnableProtection(resource, desired_protection_mask, *callback); in Pnacl_M31_PPB_OutputProtection_Private_EnableProtection()
5305 ….EnableProtection = (int32_t (*)(PP_Resource resource, uint32_t desired_protection_mask, struct PP…