BoundedLabel       36 ui/message_center/views/bounded_label.cc   InnerBoundedLabel(const BoundedLabel& owner);
BoundedLabel       60 ui/message_center/views/bounded_label.cc   const BoundedLabel* owner_;  // Weak reference.
BoundedLabel       72 ui/message_center/views/bounded_label.cc InnerBoundedLabel::InnerBoundedLabel(const BoundedLabel& owner)
BoundedLabel      266 ui/message_center/views/bounded_label.cc BoundedLabel::BoundedLabel(const base::string16& text,
BoundedLabel      274 ui/message_center/views/bounded_label.cc BoundedLabel::BoundedLabel(const base::string16& text)
BoundedLabel      280 ui/message_center/views/bounded_label.cc BoundedLabel::~BoundedLabel() {
BoundedLabel      283 ui/message_center/views/bounded_label.cc void BoundedLabel::SetColors(SkColor textColor, SkColor backgroundColor) {
BoundedLabel      288 ui/message_center/views/bounded_label.cc void BoundedLabel::SetLineHeight(int height) {
BoundedLabel      292 ui/message_center/views/bounded_label.cc void BoundedLabel::SetLineLimit(int lines) {
BoundedLabel      296 ui/message_center/views/bounded_label.cc int BoundedLabel::GetLineHeight() const {
BoundedLabel      300 ui/message_center/views/bounded_label.cc int BoundedLabel::GetLineLimit() const {
BoundedLabel      304 ui/message_center/views/bounded_label.cc int BoundedLabel::GetLinesForWidthAndLimit(int width, int limit) {
BoundedLabel      308 ui/message_center/views/bounded_label.cc gfx::Size BoundedLabel::GetSizeForWidthAndLines(int width, int lines) {
BoundedLabel      313 ui/message_center/views/bounded_label.cc int BoundedLabel::GetBaseline() const {
BoundedLabel      317 ui/message_center/views/bounded_label.cc gfx::Size BoundedLabel::GetPreferredSize() {
BoundedLabel      321 ui/message_center/views/bounded_label.cc int BoundedLabel::GetHeightForWidth(int width) {
BoundedLabel      326 ui/message_center/views/bounded_label.cc void BoundedLabel::Paint(gfx::Canvas* canvas) {
BoundedLabel      331 ui/message_center/views/bounded_label.cc bool BoundedLabel::HitTestRect(const gfx::Rect& rect) const {
BoundedLabel      335 ui/message_center/views/bounded_label.cc void BoundedLabel::GetAccessibleState(ui::AXViewState* state) {
BoundedLabel      339 ui/message_center/views/bounded_label.cc void BoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) {
BoundedLabel      344 ui/message_center/views/bounded_label.cc void BoundedLabel::OnNativeThemeChanged(const ui::NativeTheme* theme) {
BoundedLabel      348 ui/message_center/views/bounded_label.cc base::string16 BoundedLabel::GetWrappedTextForTest(int width, int lines) {
BoundedLabel       34 ui/message_center/views/bounded_label.h class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View {
BoundedLabel       36 ui/message_center/views/bounded_label.h   BoundedLabel(const base::string16& text, const gfx::FontList& font_list);
BoundedLabel       37 ui/message_center/views/bounded_label.h   BoundedLabel(const base::string16& text);
BoundedLabel       38 ui/message_center/views/bounded_label.h   virtual ~BoundedLabel();
BoundedLabel       72 ui/message_center/views/bounded_label.h   DISALLOW_COPY_AND_ASSIGN(BoundedLabel);
BoundedLabel       76 ui/message_center/views/bounded_label_unittest.cc     label_.reset(new BoundedLabel(text, font_list_));
BoundedLabel       87 ui/message_center/views/bounded_label_unittest.cc   scoped_ptr<BoundedLabel> label_;
BoundedLabel      326 ui/message_center/views/notification_view.cc     title_view_ = new BoundedLabel(
BoundedLabel      342 ui/message_center/views/notification_view.cc     message_view_ = new BoundedLabel(
BoundedLabel      358 ui/message_center/views/notification_view.cc         new BoundedLabel(gfx::TruncateString(notification.context_message(),
BoundedLabel       19 ui/message_center/views/notification_view.h class BoundedLabel;
BoundedLabel       82 ui/message_center/views/notification_view.h   BoundedLabel* title_view_;
BoundedLabel       83 ui/message_center/views/notification_view.h   BoundedLabel* message_view_;
BoundedLabel       84 ui/message_center/views/notification_view.h   BoundedLabel* context_message_view_;