Searched refs:titlebar_left_spy_frame_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_titlebar.cc | 209 titlebar_left_spy_frame_(NULL), in BrowserTitlebar() 289 titlebar_left_spy_frame_ = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); in Init() 290 gtk_widget_set_no_show_all(titlebar_left_spy_frame_, TRUE); in Init() 291 gtk_alignment_set_padding(GTK_ALIGNMENT(titlebar_left_spy_frame_), 0, in Init() 293 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_spy_frame_, in Init() 456 gtk_util::RemoveAllChildren(titlebar_left_spy_frame_); in BuildButtons() 460 gtk_container_add(GTK_CONTAINER(titlebar_left_spy_frame_), spy_guy); in BuildButtons() 461 gtk_widget_show(titlebar_left_spy_frame_); in BuildButtons() 466 gtk_widget_hide(titlebar_left_spy_frame_); in BuildButtons()
|
D | browser_titlebar.h | 187 GtkWidget* titlebar_left_spy_frame_; variable
|