Home | History | Annotate | Download | only in gtk

Lines Matching refs:response_id

89   // Check whether response_id corresponds to the user cancelling/closing the
91 bool IsCancelResponse(gint response_id);
96 gint response_id,
489 bool SelectFileDialogImpl::IsCancelResponse(gint response_id) {
490 bool is_cancel = response_id == GTK_RESPONSE_CANCEL ||
491 response_id == GTK_RESPONSE_DELETE_EVENT;
495 DCHECK(response_id == GTK_RESPONSE_ACCEPT);
500 gint response_id,
502 if (IsCancelResponse(response_id)) {
528 int response_id) {
529 SelectSingleFileHelper(dialog, response_id, false);
533 int response_id) {
534 SelectSingleFileHelper(dialog, response_id, true);
538 int response_id) {
539 if (IsCancelResponse(response_id)) {