HomeSort by relevance Sort by last modified time
    Searched full:title_view_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/views/
notification_view.cc 466 title_view_ = NULL;
470 title_view_ = new BoundedLabel(
472 title_view_->SetLineHeight(kTitleLineHeight);
473 title_view_->SetLineLimit(message_center::kTitleLineLimit);
474 title_view_->SetColors(message_center::kRegularTextColor,
476 title_view_->set_border(MakeTextBorder(padding, 3, 0));
477 top_view_->AddChildView(title_view_);
747 if (title_view_) {
748 int title_lines = title_view_->GetLinesForWidthAndLimit(width, -1);
notification_view.h 72 BoundedLabel* title_view_; member in class:message_center::NotificationView

Completed in 72 milliseconds