Home
last modified time | relevance | path

Searched refs:_sourceMappings (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScript.js54 this._sourceMappings = []; property in WebInspector.Script
204 for (var i = this._sourceMappings.length - 1; !uiLocation && i >= 0; --i)
205 uiLocation = this._sourceMappings[i].rawLocationToUILocation(rawLocation);
215 this._sourceMappings.push(sourceMapping);
DCSSStyleModel.js1413 this._sourceMappings = []; property in WebInspector.CSSStyleSheetHeader
1458 for (var i = this._sourceMappings.length - 1; !uiLocation && i >= 0; --i)
1459 uiLocation = this._sourceMappings[i].rawLocationToUILocation(rawLocation);
1468 this._sourceMappings.push(sourceMapping);