Home
last modified time | relevance | path

Searched refs:StyleRange (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
Dstyled_label.h103 struct StyleRange { struct
104 StyleRange(const gfx::Range& range, in StyleRange() function
109 ~StyleRange() {} in ~StyleRange() argument
111 bool operator<(const StyleRange& other) const;
116 typedef std::list<StyleRange> StyleRanges; argument
Dstyled_label.cc87 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()