HomeSort by relevance Sort by last modified time
    Searched refs:link_button (Results 1 - 7 of 7) 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);
  /external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.cc 101 GtkWidget* link_button = gtk_chrome_link_button_new( local
103 g_signal_connect(link_button, "clicked", G_CALLBACK(OnLinkButtonThunk),
105 gtk_util::ForceFontSizePixels(link_button, kMessageTextSize);
106 gtk_box_pack_start(GTK_BOX(row), link_button, FALSE, FALSE, 0); local
gtk_chrome_link_button.cc 182 GtkChromeLinkButton* link_button = GTK_CHROME_LINK_BUTTON(button); local
184 link_button->hand_cursor);
gtk_theme_service.cc 402 GtkWidget* link_button = gtk_chrome_link_button_new(text.c_str()); local
404 GTK_CHROME_LINK_BUTTON(link_button),
406 link_buttons_.push_back(link_button);
408 signals_->Connect(link_button, "destroy",
411 return link_button;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 222 GtkWidget* link_button = CreateLinkButton(UTF16ToUTF8(link_text)); local
224 GTK_CHROME_LINK_BUTTON(link_button)->label, 13.4);
226 signals_->Connect(link_button, "clicked", callback, this);
227 gtk_util::SetButtonTriggersNavigation(link_button);
251 gtk_util::CenterWidgetInHBox(hbox, link_button, false, 0);

Completed in 151 milliseconds