Searched refs:StyleRange (Results 1 – 2 of 2) sorted by relevance
103 struct StyleRange { struct104 StyleRange(const gfx::Range& range, in StyleRange() function109 ~StyleRange() {} in ~StyleRange() argument111 bool operator<(const StyleRange& other) const;116 typedef std::list<StyleRange> StyleRanges; argument
87 bool StyledLabel::StyleRange::operator<( in operator <()88 const StyledLabel::StyleRange& other) const { in operator <()126 new_range.push_front(StyleRange(range, style_info)); in AddStyleRange()