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

  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 120 link_button_ = gtk_chrome_link_button_new(link_text.c_str());
121 g_signal_connect(link_button_, "clicked",
123 gtk_util::SetButtonTriggersNavigation(link_button_);
126 gtk_util::ForceFontSizePixels(GTK_CHROME_LINK_BUTTON(link_button_)->label,
135 gtk_util::CenterWidgetInHBox(outer_hbox, link_button_, true, 0);
234 GTK_CHROME_LINK_BUTTON(link_button_), theme_service_->UseGtkTheme());
246 GTK_CHROME_LINK_BUTTON(link_button_),
download_shelf_gtk.h 123 GtkWidget* link_button_; member in class:DownloadShelfGtk

Completed in 400 milliseconds