Home
last modified time | relevance | path

Searched refs:DecryptedBlockImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
Dcdm_helpers.h104 class DecryptedBlockImpl : public cdm::DecryptedBlock {
106 DecryptedBlockImpl() : buffer_(NULL), timestamp_(0) {} in DecryptedBlockImpl() function
107 virtual ~DecryptedBlockImpl() { if (buffer_) buffer_->Destroy(); } in ~DecryptedBlockImpl()
123 DISALLOW_COPY_AND_ASSIGN(DecryptedBlockImpl);
Dcdm_adapter.h122 typedef linked_ptr<DecryptedBlockImpl> LinkedDecryptedBlock;
Dcdm_adapter.cc359 LinkedDecryptedBlock decrypted_block(new DecryptedBlockImpl()); in Decrypt()