OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentDecryptorDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h
32
class
ContentDecryptorDelegate
{
34
//
ContentDecryptorDelegate
does not take ownership of
37
ContentDecryptorDelegate
(
40
~
ContentDecryptorDelegate
();
185
base::WeakPtr<
ContentDecryptorDelegate
> weak_this_;
186
base::WeakPtrFactory<
ContentDecryptorDelegate
> weak_ptr_factory_;
188
DISALLOW_COPY_AND_ASSIGN(
ContentDecryptorDelegate
);
content_decryptor_delegate.cc
47
TRACE_EVENT0("media", "
ContentDecryptorDelegate
- MakeBufferResource");
244
ContentDecryptorDelegate
::
ContentDecryptorDelegate
(
262
ContentDecryptorDelegate
::~
ContentDecryptorDelegate
() {
265
void
ContentDecryptorDelegate
::Initialize(const std::string& key_system) {
275
void
ContentDecryptorDelegate
::SetSessionEventCallbacks(
288
bool
ContentDecryptorDelegate
::CreateSession(uint32 session_id,
303
bool
ContentDecryptorDelegate
::UpdateSession(uint32 session_id,
314
bool
ContentDecryptorDelegate
::ReleaseSession(uint32 session_id)
[
all
...]
Completed in 1135 milliseconds