OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
50
int32_t
EnableProtection
(PP_Resource resource,
53
VLOG(4) << "PPB_OutputProtection_Private::
EnableProtection
()";
57
return enter.SetResult(enter.object()->
EnableProtection
(
67
&
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 993 milliseconds