HomeSort by relevance Sort by last modified time
    Searched refs:source_label_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 261 GtkWidget* source_label_ = gtk_label_new(NULL); local
265 gtk_label_set_markup(GTK_LABEL(source_label_), markup);
267 gtk_label_set_max_width_chars(GTK_LABEL(source_label_),
269 gtk_label_set_ellipsize(GTK_LABEL(source_label_), PANGO_ELLIPSIZE_END);
274 gtk_container_add(GTK_CONTAINER(label_alignment), source_label_); local
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 185 source_label_->SetBoundsRect(GetLabelBounds());
291 source_label_ = new views::Label(UTF16ToWide(source_label_text));
292 AddChildView(source_label_);
352 source_label_->SetFont(rb.GetFont(ResourceBundle::SmallFont));
353 source_label_->SetColor(kControlBarTextColor);
354 source_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
355 source_label_->SetBoundsRect(GetLabelBounds());
balloon_view.h 155 views::Label* source_label_; member in class:BalloonViewImpl

Completed in 2258 milliseconds