Searched refs:GTK_RESPONSE_ACCEPT (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/
H A Dinstant_confirm_dialog_gtk.cc35 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
58 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
67 if (response_id == GTK_RESPONSE_ACCEPT)
H A Dupdate_recommended_dialog.cc33 GTK_RESPONSE_ACCEPT,
58 if (response_id == GTK_RESPONSE_ACCEPT) {
H A Dexternal_protocol_dialog_gtk.cc59 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT);
112 if (response_id == GTK_RESPONSE_ACCEPT) {
123 if (response_id == GTK_RESPONSE_ACCEPT) {
H A Dcreate_application_shortcuts_dialog_gtk.cc99 GTK_STOCK_APPLY, GTK_RESPONSE_ACCEPT);
182 if (response == GTK_RESPONSE_ACCEPT) {
233 GTK_RESPONSE_ACCEPT,
270 GTK_RESPONSE_ACCEPT, local
H A Dcrypto_module_password_dialog.cc122 GTK_RESPONSE_ACCEPT);
124 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
191 if (response_id == GTK_RESPONSE_ACCEPT)
H A Dfirst_run_dialog.cc142 return (response == GTK_RESPONSE_ACCEPT);
249 OnResponseDialog(NULL, GTK_RESPONSE_ACCEPT);
260 GTK_STOCK_APPLY, GTK_RESPONSE_ACCEPT);
H A Ddialogs_gtk.cc356 GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
388 GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
439 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
495 DCHECK(response_id == GTK_RESPONSE_ACCEPT);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dprocess_singleton_dialog.cc53 GTK_RESPONSE_ACCEPT); local
54 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
74 return dialog.GetResponseId() == GTK_RESPONSE_ACCEPT;
H A Dupdate_recommended_dialog.cc31 GTK_RESPONSE_ACCEPT,
57 if (response_id == GTK_RESPONSE_ACCEPT)
H A Dprotocol_dialog_gtk.cc62 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT);
96 if (response_id == GTK_RESPONSE_ACCEPT) {
H A Dcrypto_module_password_dialog_gtk.cc67 GTK_RESPONSE_ACCEPT);
69 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
136 if (response_id == GTK_RESPONSE_ACCEPT)
H A Dcreate_application_shortcuts_dialog_gtk.cc123 GTK_STOCK_APPLY, GTK_RESPONSE_ACCEPT);
211 if (response == GTK_RESPONSE_ACCEPT) {
256 GTK_RESPONSE_ACCEPT,
292 GTK_RESPONSE_ACCEPT, local
H A Dfirst_run_dialog.cc91 GTK_STOCK_APPLY, GTK_RESPONSE_ACCEPT);
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_in_progress_dialog_gtk.cc68 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT);
82 browser_->InProgressDownloadResponse(response_id == GTK_RESPONSE_ACCEPT);
/external/chromium_org/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.cc52 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT);
71 base::Bind(callback_, response_id == GTK_RESPONSE_ACCEPT));
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog_gtk.cc57 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
60 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
109 GTK_RESPONSE_ACCEPT, local
114 if (response_id == GTK_RESPONSE_ACCEPT) {
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_uninstall_dialog_gtk.cc31 if (response_id == GTK_RESPONSE_ACCEPT)
51 GTK_RESPONSE_ACCEPT,
H A Dextension_install_dialog_gtk.cc44 if (response_id == GTK_RESPONSE_ACCEPT) {
70 GTK_RESPONSE_ACCEPT);
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.cc48 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT);
65 if (response_id == GTK_RESPONSE_ACCEPT) {
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_in_progress_dialog_gtk.cc91 ok_button_text.c_str(), GTK_RESPONSE_ACCEPT); local
110 callback_.Run(response_id == GTK_RESPONSE_ACCEPT);
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dextension_uninstall_dialog_gtk.cc67 GTK_RESPONSE_ACCEPT,
117 if (response_id == GTK_RESPONSE_ACCEPT)
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc231 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
246 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
501 if (response_id == GTK_RESPONSE_ACCEPT)
542 GTK_RESPONSE_ACCEPT, can_close); local
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.cc183 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
190 if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) {
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc293 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
311 gtk_dialog_set_default_response(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT); local
601 if (response_id == GTK_RESPONSE_ACCEPT)
631 gtk_dialog_set_response_sensitive(GTK_DIALOG(dialog_), GTK_RESPONSE_ACCEPT, local
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_gtk2.cc382 GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
424 GTK_RESPONSE_ACCEPT,
478 GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
538 DCHECK(response_id == GTK_RESPONSE_ACCEPT);

Completed in 816 milliseconds

12