Lines Matching refs:html

723 			html: true,
852 …this.html = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], whe…
853 this.html.audio = {};
854 this.html.video = {};
1008 this.html.audio.available = false;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1014 this.html.video.available = false;
1018 …this.html.video.available = !!this.htmlElement.video.canPlayType && this._testCanPlayType(this.htm…
1023 this.html.canPlay = {};
1027 …self.html.canPlay[format] = self.html[self.format[format].media].available && "" !== self.htmlElem…
1031 this.html.desired = false;
1053 this.html.support = {};
1057 self.html.support[format] = self.html.canPlay[format] && self.html.desired;
1062 this.html.used = false;
1082 if(!(this.html.used || this.aurora.used || this.flash.used)) {
1148 if(this.html.used && !this.flash.used) { // If only HTML
1158 if(this.html.used) {
1161 if(this.html.audio.available) {
1162 this._addHtmlEventListeners(this.htmlElement.audio, this.html.audio);
1168 if(this.html.video.available) {
1169 this._addHtmlEventListeners(this.htmlElement.video, this.html.video);
1193 …if((this.html.used || this.aurora.used) && !this.flash.used) { // If only HTML, then emulate flash…
1321 if(this.html.video.available && this.html.used) {
1654 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
1908 this.html.audio.gate = false;
1909 this.html.video.gate = false;
1914 this.html.active = false;
1978 self.html.video.gate = true;
1980 self.html.active = true;
1992 self.html.audio.gate = true;
1994 self.html.active = true;
2025 if(!(this.status.nativeVideoControls && this.html.video.gate)) {
2039 this.css.jq.title.html(media.title);
2072 if(this.html.active) {
2083 if(this.html.active) {
2096 if(this.html.active) {
2120 if(this.html.active) {
2138 if(this.html.active) {
2179 if(this.html.active) {
2193 if(this.html.active) {
2215 if(this.html.used) {
2226 if(!this.html.video.gate && !this.html.audio.gate) {
2280 if(this.html.used) {
2291 if(!this.html.video.gate && !this.html.audio.gate) {
2599 if(this.html.used) {
2606 if(this.html.used) {
2763 …if(!this.status.waitForPlay && this.html.active && this.status.video || this.html.video.available …
2926 if(self.html.support[format] && media[format]) {
3090 if(this.html.audio.available) {
3093 if(this.html.video.available) {