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

  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 150 security_info_label_(NULL),
319 // |security_info_label_|.
342 security_info_label_ = gtk_label_new(NULL);
343 gtk_label_set_ellipsize(GTK_LABEL(security_info_label_),
345 gtk_widget_modify_fg(GTK_WIDGET(security_info_label_), GTK_STATE_NORMAL,
347 gtk_widget_set_name(security_info_label_,
353 gtk_box_pack_start(GTK_BOX(site_type_hbox), security_info_label_, local
777 gtk_util::UndoForceFontSize(security_info_label_);
804 gtk_util::ForceFontSizePixels(security_info_label_, 12.1);
    [all...]
location_bar_view_gtk.h 379 GtkWidget* security_info_label_; member in class:LocationBarViewGtk

Completed in 54 milliseconds