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

  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 188 GtkWidget* titlebar_right_spy_frame_; member in class:BrowserTitlebar
browser_titlebar.cc 210 titlebar_right_spy_frame_(NULL),
296 titlebar_right_spy_frame_ = gtk_alignment_new(0.0, 0.0, 1.0, 1.0);
297 gtk_widget_set_no_show_all(titlebar_right_spy_frame_, TRUE);
298 gtk_alignment_set_padding(GTK_ALIGNMENT(titlebar_right_spy_frame_), 0,
300 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_spy_frame_, local
457 gtk_util::RemoveAllChildren(titlebar_right_spy_frame_);
462 gtk_widget_hide(titlebar_right_spy_frame_);
464 gtk_container_add(GTK_CONTAINER(titlebar_right_spy_frame_), spy_guy);
465 gtk_widget_show(titlebar_right_spy_frame_);
    [all...]

Completed in 200 milliseconds