Searched refs:liveLocation (Results 1 – 2 of 2) sorted by relevance
83 … var liveLocation = script.createLiveLocation(rawLocation, this._updateAnchor.bind(this, anchor));84 this._liveLocations.push(liveLocation);97 …var liveLocation = WebInspector.cssModel.createLiveLocation(styleSheetId, rawLocation, this._updat…98 if (!liveLocation)100 this._liveLocations.push(liveLocation);
684 addLiveLocation: function(liveLocation) argument686 this._liveLocations.add(liveLocation);692 removeLiveLocation: function(liveLocation) argument694 this._liveLocations.remove(liveLocation);