HomeSort by relevance Sort by last modified time
    Searched defs:EnableProtection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/cpp/private/
output_protection_private.cc 48 int32_t OutputProtection_Private::EnableProtection(
52 return get_interface<PPB_OutputProtection_Private_0_1>()->EnableProtection(
  /external/chromium_org/ppapi/proxy/
output_protection_resource.cc 81 int32_t OutputProtectionResource::EnableProtection(
  /external/chromium_org/ppapi/thunk/
ppb_output_protection_private_thunk.cc 48 int32_t EnableProtection(PP_Resource resource,
51 VLOG(4) << "PPB_OutputProtection_Private::EnableProtection()";
55 return enter.SetResult(enter.object()->EnableProtection(
65 &EnableProtection
  /external/chromium_org/ppapi/c/private/
ppb_output_protection_private.h 82 * output_protection->EnableProtection(
87 * After EnableProtection() completes, the plugin has to query protection
161 int32_t (*EnableProtection)(PP_Resource resource,

Completed in 777 milliseconds