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

  /external/chromium/chrome/browser/ui/gtk/
instant_confirm_dialog_gtk.cc 47 GtkWidget* link_button = gtk_chrome_link_button_new( local
49 g_signal_connect(link_button, "clicked",
53 gtk_container_add(GTK_CONTAINER(action_area), link_button); local
55 link_button, local
gtk_chrome_link_button.cc 151 GtkChromeLinkButton* link_button = GTK_CHROME_LINK_BUTTON(button); local
152 gdk_window_set_cursor(widget->window, link_button->hand_cursor);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 166 GtkWidget* link_button = gtk_chrome_link_button_new( local
169 GTK_CHROME_LINK_BUTTON(link_button), FALSE);
171 GTK_CHROME_LINK_BUTTON(link_button)->label, 13.4);
173 g_signal_connect(link_button, "clicked", callback, this);
174 gtk_util::SetButtonTriggersNavigation(link_button);
200 gtk_util::CenterWidgetInHBox(hbox, link_button, false, 0);

Completed in 82 milliseconds