OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecryptedBlockImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/cdm/ppapi/
cdm_helpers.h
104
class
DecryptedBlockImpl
: public cdm::DecryptedBlock {
106
DecryptedBlockImpl
() : buffer_(NULL), timestamp_(0) {}
107
virtual ~
DecryptedBlockImpl
() { if (buffer_) buffer_->Destroy(); }
123
DISALLOW_COPY_AND_ASSIGN(
DecryptedBlockImpl
);
cdm_adapter.h
122
typedef linked_ptr<
DecryptedBlockImpl
> LinkedDecryptedBlock;
cdm_adapter.cc
359
LinkedDecryptedBlock decrypted_block(new
DecryptedBlockImpl
());
[
all
...]
Completed in 47 milliseconds