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

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.h95 class DecryptedBlockImpl : public cdm::DecryptedBlock { class in namespace:media
97 DecryptedBlockImpl() : buffer_(NULL), timestamp_(0) {} function in class:media::DecryptedBlockImpl
98 virtual ~DecryptedBlockImpl() { if (buffer_) buffer_->Destroy(); }
114 DISALLOW_COPY_AND_ASSIGN(DecryptedBlockImpl);
H A Dcdm_adapter.h170 typedef linked_ptr<DecryptedBlockImpl> LinkedDecryptedBlock;
H A Dcdm_adapter.cc462 LinkedDecryptedBlock decrypted_block(new DecryptedBlockImpl());

Completed in 371 milliseconds