Searched defs:EnableProtection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
H A Doutput_protection_private.cc48 int32_t OutputProtection_Private::EnableProtection( function in class:pp::OutputProtection_Private
52 return get_interface<PPB_OutputProtection_Private_0_1>()->EnableProtection(
/external/chromium_org/ppapi/thunk/
H A Dppb_output_protection_private_thunk.cc48 int32_t EnableProtection(PP_Resource resource, function in namespace:ppapi::thunk::__anon10299
51 VLOG(4) << "PPB_OutputProtection_Private::EnableProtection()";
55 return enter.SetResult(enter.object()->EnableProtection(
65 &EnableProtection
/external/chromium_org/ppapi/proxy/
H A Doutput_protection_resource.cc81 int32_t OutputProtectionResource::EnableProtection( function in class:ppapi::proxy::OutputProtectionResource
/external/chromium_org/ppapi/c/private/
H A Dppb_output_protection_private.h82 * output_protection->EnableProtection(
87 * After EnableProtection() completes, the plugin has to query protection
161 int32_t (*EnableProtection)(PP_Resource resource, member in struct:PPB_OutputProtection_Private_0_1

Completed in 2320 milliseconds