Searched refs:checked_exception_ (Results 1 – 2 of 2) sorted by relevance
214 checked_exception_(false) { in PPResultAndExceptionToNPResult()221 DCHECK(checked_exception_); in ~PPResultAndExceptionToNPResult()230 DCHECK(!checked_exception_); // Don't call more than once. in SetResult()233 checked_exception_ = true; in SetResult()258 DCHECK(!checked_exception_); // Don't call more than once. in CheckExceptionForNoResult()261 checked_exception_ = true; in CheckExceptionForNoResult()275 checked_exception_ = true; in IgnoreException()
143 bool checked_exception_; // SetResult/CheckExceptionForNoResult was called. variable