Lines Matching refs:success
889 bool success;
892 success = file_remote->copy_finish(result);
894 success = false;
898 on_image_downloaded(path, success);
900 on_thumbnail_downloaded(path, success);
904 void ImportDialog::on_image_downloaded(Glib::ustring path, bool success)
911 if (!success && !cancelled_image) {
914 if (!success) {
924 // success = false; //has no effect, value not returned
930 void ImportDialog::on_thumbnail_downloaded(Glib::ustring path, bool success)
935 if (!success && !cancelled_thumbnail) {
939 if (!success) {
948 // success = false; //has no effect, value not returned