/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 | 105 GtkWidget* link_button = gtk_chrome_link_button_new( local 107 g_signal_connect(link_button, "clicked", G_CALLBACK(OnLinkButtonThunk), 109 gtk_util::ForceFontSizePixels(link_button, kMessageTextSize); 110 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 | 219 GtkWidget* link_button = CreateLinkButton(UTF16ToUTF8(link_text)); local 221 GTK_CHROME_LINK_BUTTON(link_button)->label, 13.4); 223 signals_->Connect(link_button, "clicked", callback, this); 224 gtk_util::SetButtonTriggersNavigation(link_button); 248 gtk_util::CenterWidgetInHBox(hbox, link_button, false, 0);
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_chooser_view.cc | 84 views::Link* link_button = new views::Link(link_text); local 85 link_button->SetHorizontalAlignment(gfx::ALIGN_LEFT); 86 link_button->SetUnderline(false); 87 link_button->set_listener(listener); 88 return link_button;
|