Home | History | Annotate | Download | only in eme_player_js

Lines Matching refs:getElementById

40   document.getElementById(MEDIA_FILE_ELEMENT_ID).value =
43 document.getElementById(LICENSE_SERVER_ELEMENT_ID).value =
50 document.getElementById(USE_MSE_ELEMENT_ID).value = this.useMSE;
52 document.getElementById(USE_PREFIXED_EME_ID).value = EME_PREFIXED_VERSION;
57 this.mediaFile = document.getElementById(MEDIA_FILE_ELEMENT_ID).value;
58 this.keySystem = document.getElementById(KEYSYSTEM_ELEMENT_ID).value;
59 this.mediaType = document.getElementById(MEDIA_TYPE_ELEMENT_ID).value;
60 this.useMSE = document.getElementById(USE_MSE_ELEMENT_ID).value == 'true';
61 this.usePrefixedEME = document.getElementById(USE_PREFIXED_EME_ID).value ==
64 document.getElementById(LICENSE_SERVER_ELEMENT_ID).value;