OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_OutputProtection_API
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_output_protection_api.h
16
class
PPB_OutputProtection_API
{
18
virtual ~
PPB_OutputProtection_API
() {}
ppb_output_protection_private_thunk.cc
31
EnterResource<
PPB_OutputProtection_API
> enter(resource, false);
40
EnterResource<
PPB_OutputProtection_API
> enter(resource, callback, true);
52
EnterResource<
PPB_OutputProtection_API
> enter(resource, callback, true);
/external/chromium_org/ppapi/proxy/
output_protection_resource.h
19
public ::ppapi::thunk::
PPB_OutputProtection_API
{
28
virtual thunk::
PPB_OutputProtection_API
* AsPPB_OutputProtection_API()
31
//
PPB_OutputProtection_API
implementation.
output_protection_resource.cc
34
thunk::
PPB_OutputProtection_API
*
/external/chromium_org/ppapi/shared_impl/
resource.h
65
F(
PPB_OutputProtection_API
) \
Completed in 786 milliseconds