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

  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 193 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_->GetPreferredSize().height())
    [all...]
balloon_view_views.h 144 views::Label* source_label_; member in class:BalloonViewImpl
  /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_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 250 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/
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 581 milliseconds