Searched refs:got_error (Results 1 – 5 of 5) sorted by relevance
71 bool got_error = gdk_error_trap_pop(); in CalculateIdleState() local72 if (result && !got_error) in CalculateIdleState()
142 bool got_error = gdk_error_trap_pop(); in IsFullScreenMode() local143 return result && !got_error; in IsFullScreenMode()
1222 bool got_error = false; in GotActivationError() local1239 got_error = true; in GotActivationError()1254 got_error = true; in GotActivationError()1257 if (got_error) in GotActivationError()1260 return got_error; in GotActivationError()
171 FLAC__bool got_error; member182 cd.got_error = false; in get_one_metadata_block_()194 …metadata_callback_, error_callback_, &cd) != FLAC__STREAM_DECODER_INIT_STATUS_OK || cd.got_error) { in get_one_metadata_block_()200 if(!FLAC__stream_decoder_process_until_end_of_metadata(decoder) || cd.got_error) { in get_one_metadata_block_()270 if(!cd->got_error && 0 == cd->object) { in metadata_callback_()272 cd->got_error = true; in metadata_callback_()282 cd->got_error = true; in error_callback_()
2170 dbus_bool_t got_error; in check_send_exit_to_service() local2219 got_error = message != NULL && dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_ERROR; in check_send_exit_to_service()2226 if (!got_error) in check_send_exit_to_service()2234 if (got_error) in check_send_exit_to_service()