Searched defs:TextRange (Results 1 – 2 of 2) sorted by relevance
34 struct TextRange { struct40 bool operator==(const TextRange& other) const; argument
38 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn) class in WebInspector