HomeSort by relevance Sort by last modified time
    Searched refs:DecryptedBlockImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 95 class DecryptedBlockImpl : public cdm::DecryptedBlock {
97 DecryptedBlockImpl() : buffer_(NULL), timestamp_(0) {}
98 virtual ~DecryptedBlockImpl() { if (buffer_) buffer_->Destroy(); }
114 DISALLOW_COPY_AND_ASSIGN(DecryptedBlockImpl);
cdm_adapter.h 170 typedef linked_ptr<DecryptedBlockImpl> LinkedDecryptedBlock;
cdm_adapter.cc 462 LinkedDecryptedBlock decrypted_block(new DecryptedBlockImpl());
    [all...]

Completed in 741 milliseconds