StyleRange         87 ui/views/controls/styled_label.cc bool StyledLabel::StyleRange::operator<(
StyleRange         88 ui/views/controls/styled_label.cc     const StyledLabel::StyleRange& other) const {
StyleRange        125 ui/views/controls/styled_label.cc   new_range.push_front(StyleRange(range, style_info));
StyleRange         99 ui/views/controls/styled_label.h     StyleRange(const gfx::Range& range,
StyleRange        104 ui/views/controls/styled_label.h     ~StyleRange() {}
StyleRange        106 ui/views/controls/styled_label.h     bool operator<(const StyleRange& other) const;
StyleRange        111 ui/views/controls/styled_label.h   typedef std::list<StyleRange> StyleRanges;