Searched refs:_mimeType (Results 1 – 7 of 7) sorted by relevance
37 this._mimeType = mimeType;77 var tokenize = WebInspector.CodeMirrorUtils.createTokenizer(this._mimeType);
50 this._mimeType = mimeType;138 return this._request ? this._request.mimeType : this._mimeType;
509 this._mimeType = backendEntry.mimeType;520 return this._mimeType;
348 return this._mimeType;353 this._mimeType = x;
478 this._mimeType = payload.mimeType;569 this._mimeType = framePayload.mimeType;
581 ….setOption("mode", showWhitespaces ? this._whitespaceOverlayMode(this._mimeType) : this._mimeType);589 this._mimeType = mimeType;
596 _mimeType: function() method in WebInspector.UISourceCode