Searched refs:source_label_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_view_views.cc193 source_label_->SetBoundsRect(GetLabelBounds());
276 gfx::Size pref_size(source_label_->GetPreferredSize());
293 source_label_ = new views::Label(source_label_text);
294 AddChildView(source_label_);
375 source_label_->SetFont(rb.GetFont(ui::ResourceBundle::SmallFont));
376 source_label_->SetBackgroundColor(kControlBarBackgroundColor);
377 source_label_->SetEnabledColor(kControlBarTextColor);
378 source_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
379 source_label_->SetBoundsRect(GetLabelBounds());
461 source_label_
[all...]
H A Dballoon_view_views.h144 views::Label* source_label_; member in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.cc261 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_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.cc250 GtkWidget* source_label_ = gtk_label_new(NULL); local
254 gtk_label_set_markup(GTK_LABEL(source_label_), markup);
256 gtk_label_set_max_width_chars(GTK_LABEL(source_label_),
258 gtk_label_set_ellipsize(GTK_LABEL(source_label_), PANGO_ELLIPSIZE_END);
262 gtk_container_add(GTK_CONTAINER(label_alignment), source_label_); local
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc185 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());
H A Dballoon_view.h155 views::Label* source_label_; member in class:BalloonViewImpl

Completed in 582 milliseconds