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

  /external/chromium_org/ppapi/proxy/
output_protection_resource.cc 20 OutputProtectionResource::OutputProtectionResource(
27 OutputProtectionResource::~OutputProtectionResource() {
35 OutputProtectionResource::AsPPB_OutputProtection_API() {
39 int32_t OutputProtectionResource::QueryStatus(
53 base::Bind(&OutputProtectionResource::OnPluginMsgQueryStatusReply,
60 void OutputProtectionResource::OnPluginMsgQueryStatusReply(
81 int32_t OutputProtectionResource::EnableProtection(
92 base::Bind(&OutputProtectionResource::OnPluginMsgEnableProtectionReply
    [all...]
output_protection_resource.h 17 class OutputProtectionResource
21 OutputProtectionResource(Connection connection,
25 virtual ~OutputProtectionResource();
52 DISALLOW_COPY_AND_ASSIGN(OutputProtectionResource);

Completed in 54 milliseconds