Home | History | Annotate | Download | only in sdk

Lines Matching refs:fromObject

633     this.range = payload.range ? WebInspector.TextRange.fromObject(payload.range) : null;
900 this.range = WebInspector.TextRange.fromObject(payload.range);
1097 this.range = range ? WebInspector.TextRange.fromObject(range) : null;
1364 this.range = payload.range ? WebInspector.TextRange.fromObject(payload.range) : null;