HomeSort by relevance Sort by last modified time
    Searched refs:OutputProtectionResource (Results 1 - 3 of 3) 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);
resource_creation_proxy.cc 336 return (new OutputProtectionResource(GetConnection(), instance))->

Completed in 132 milliseconds