Lines Matching full:stringrange
33 class StringRange {
36 StringRange();
37 StringRange(StrPos start, StrPos end);
42 // Copies the data described by StringRange into destination.
45 // If this StringRange represents a tag, this method extracts the name of
66 StringRange* attribute_value) const;
68 // Unquotes a StringRange by removing a matching pair of either ' or "
77 typedef std::vector<StringRange> StringRangeList;
101 bool NextTag(StringRange* html_string, StringRange* tag);
110 bool IsHTMLCommentClose(const StringRange* html_string, StrPos pos);
117 bool IsIEConditionalCommentClose(const StringRange* html_string, StrPos pos);