Searched refs:enable_protection_callback_ (Results 1 – 2 of 2) sorted by relevance
30 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()
50 scoped_refptr<TrackedCallback> enable_protection_callback_; variable