Searched refs:MarkAsFailed (Results 1 – 3 of 3) sorted by relevance
37 private_->MarkAsFailed(); in ~CallbackScope()97 MarkAsFailed(); in Close()204 scope.MarkAsFailed(); in InternalMakeCallback()
218 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in SET_SELF_SIZE()371 if (head_response.IsEmpty()) callback_scope.MarkAsFailed(); in on_headers_complete()443 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_complete()
220 inline void MarkAsFailed() { failed_ = true; } in MarkAsFailed() function