Home
last modified time | relevance | path

Searched refs:enable_protection_callback_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
Doutput_protection_resource.cc30 if (TrackedCallback::IsPending(enable_protection_callback_)) in ~OutputProtectionResource()
31 enable_protection_callback_->PostAbort(); in ~OutputProtectionResource()
84 if (TrackedCallback::IsPending(enable_protection_callback_)) in EnableProtection()
87 enable_protection_callback_ = callback; in EnableProtection()
100 if (TrackedCallback::IsPending(enable_protection_callback_)) in OnPluginMsgEnableProtectionReply()
101 enable_protection_callback_->Run(params.result()); in OnPluginMsgEnableProtectionReply()
Doutput_protection_resource.h50 scoped_refptr<TrackedCallback> enable_protection_callback_; variable