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

  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 219 titlebar_right_label_frame_(NULL),
322 titlebar_right_label_frame_ = gtk_alignment_new(0.0, 0.5, 0.0, 0.0);
323 gtk_widget_set_no_show_all(titlebar_right_label_frame_, TRUE);
324 gtk_alignment_set_padding(GTK_ALIGNMENT(titlebar_right_label_frame_), 0,
326 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_label_frame_, local
798 gtk_util::RemoveAllChildren(titlebar_right_label_frame_);
    [all...]
browser_titlebar.h 213 GtkWidget* titlebar_right_label_frame_; member in class:BrowserTitlebar

Completed in 282 milliseconds