Searched defs:CdmDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
H A Dppapi_decryptor.cc105 CdmDelegate()->Initialize(
127 if (!CdmDelegate()) {
128 promise->reject(INVALID_STATE_ERROR, 0, "CdmDelegate() does not exist.");
132 CdmDelegate()->CreateSession(init_data_type,
145 if (!CdmDelegate()) {
146 promise->reject(INVALID_STATE_ERROR, 0, "CdmDelegate() does not exist.");
150 CdmDelegate()->LoadSession(web_session_id, promise.Pass());
160 if (!CdmDelegate()) {
161 promise->reject(INVALID_STATE_ERROR, 0, "CdmDelegate() does not exist.");
169 CdmDelegate()
438 ContentDecryptorDelegate* PpapiDecryptor::CdmDelegate() { function in class:content::PpapiDecryptor
[all...]

Completed in 55 milliseconds