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

  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 218 GtkWidget* custom_link_box = gtk_hbox_new(FALSE, 0); local
229 gtk_box_pack_start(GTK_BOX(custom_link_box), custom_link, FALSE, FALSE, 0);
230 gtk_box_pack_start(GTK_BOX(bubble_content), custom_link_box, local
  /external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 285 GtkWidget* custom_link_box = gtk_hbox_new(FALSE, 0); local
298 gtk_box_pack_start(GTK_BOX(custom_link_box), custom_link, FALSE, FALSE, 0);
299 gtk_box_pack_start(GTK_BOX(bubble_content), custom_link_box, local

Completed in 69 milliseconds