/external/chromium_org/media/cdm/ |
D | json_web_key_unittest.cc | 22 MediaKeys::SessionType session_type; in ExtractJWKKeysAndExpect() local 24 ExtractKeysFromJWKSet(jwk, &keys, &session_type)); in ExtractJWKKeysAndExpect() 33 MediaKeys::SessionType session_type; in ExtractSessionTypeAndExpect() local 35 ExtractKeysFromJWKSet(jwk, &keys, &session_type)); in ExtractSessionTypeAndExpect() 38 EXPECT_EQ(expected_type, session_type); in ExtractSessionTypeAndExpect() 44 MediaKeys::SessionType session_type, in CreateLicenseAndExpect() argument 47 CreateLicenseRequest(key_id, key_id_length, session_type, &result); in CreateLicenseAndExpect()
|
D | json_web_key.cc | 130 MediaKeys::SessionType* session_type) { in ExtractKeysFromJWKSet() argument 172 *session_type = MediaKeys::TEMPORARY_SESSION; in ExtractKeysFromJWKSet() 177 *session_type = MediaKeys::PERSISTENT_SESSION; in ExtractKeysFromJWKSet() 179 *session_type = MediaKeys::TEMPORARY_SESSION; in ExtractKeysFromJWKSet() 192 MediaKeys::SessionType session_type, in CreateLicenseRequest() argument 200 switch (session_type) { in CreateLicenseRequest()
|
D | json_web_key.h | 65 MediaKeys::SessionType* session_type); 73 MediaKeys::SessionType session_type,
|
D | aes_decryptor.cc | 251 SessionType session_type, in CreateSession() argument 262 CreateLicenseRequest(init_data, init_data_length, session_type, &message); in CreateSession() 293 SessionType session_type = MediaKeys::TEMPORARY_SESSION; in UpdateSession() local 294 if (!ExtractKeysFromJWKSet(key_string, &keys, &session_type)) { in UpdateSession()
|
D | aes_decryptor.h | 43 SessionType session_type,
|
/external/chromium_org/content/renderer/media/crypto/ |
D | proxy_decryptor.cc | 132 media::MediaKeys::SessionType session_type = in GenerateKeyRequest() local 149 session_type, promise.Pass()); in GenerateKeyRequest() 332 void ProxyDecryptor::SetSessionId(SessionCreationType session_type, in SetSessionId() argument 336 session_type == PersistentSession || session_type == LoadSession; in SetSessionId() 340 if (session_type == LoadSession) in SetSessionId()
|
D | proxy_decryptor.h | 110 void SetSessionId(SessionCreationType session_type,
|
D | proxy_media_keys.h | 48 SessionType session_type,
|
D | ppapi_decryptor.h | 56 SessionType session_type,
|
D | ppapi_decryptor.cc | 181 SessionType session_type, in CreateSession() argument 194 session_type, in CreateSession()
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_wrapper.h | 54 cdm::SessionType session_type) = 0; 196 cdm::SessionType session_type) OVERRIDE { in CreateSession() argument 199 PP_DCHECK(session_type == cdm::kTemporary); in CreateSession() 216 session_type); in CreateSession() 436 cdm::SessionType session_type) { in CreateSession() argument
|
/external/chromium_org/content/renderer/media/ |
D | cdm_session_adapter.cc | 93 media::MediaKeys::SessionType session_type, in InitializeNewSession() argument 98 session_type, in InitializeNewSession()
|
D | webcontentdecryptionmodulesession_impl.h | 47 const blink::WebString& session_type,
|
D | cdm_session_adapter.h | 76 media::MediaKeys::SessionType session_type,
|
D | webcontentdecryptionmodulesession_impl.cc | 87 const blink::WebString& session_type, in initializeNewSession() argument
|
/external/chromium_org/chrome/common/mac/ |
D | launchd.h | 57 CFStringRef session_type);
|
D | mock_launchd.h | 43 CFStringRef session_type) OVERRIDE;
|
/external/chromium_org/ppapi/proxy/ |
D | ppp_content_decryptor_private_proxy.cc | 167 PP_SessionType session_type) { in CreateSession() argument 180 session_type)); in CreateSession() 593 PP_SessionType session_type) { in OnMsgCreateSession() argument 601 session_type); in OnMsgCreateSession()
|
D | ppp_content_decryptor_private_proxy.h | 43 PP_SessionType session_type);
|
/external/chromium_org/ppapi/c/private/ |
D | ppp_content_decryptor_private.h | 92 PP_SessionType session_type);
|
/external/chromium_org/media/base/ |
D | media_keys.h | 92 SessionType session_type,
|
/external/chromium_org/media/cdm/ppapi/external_clear_key/ |
D | clear_key_cdm.cc | 158 cdm::SessionType session_type) { in ConvertSessionType() argument 159 switch (session_type) { in ConvertSessionType() 247 cdm::SessionType session_type) { in CreateSession() argument 260 ConvertSessionType(session_type), in CreateSession()
|
D | clear_key_cdm.h | 43 cdm::SessionType session_type) OVERRIDE;
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.h | 43 PP_SessionType session_type) = 0;
|
D | content_decryptor_private.cc | 63 PP_SessionType session_type) { in CreateSession() argument 82 session_type); in CreateSession()
|