TYPE_ERROR 11 content/child/webcrypto/status.cc bool Status::IsError() const { return type_ == TYPE_ERROR; } TYPE_ERROR 23 content/child/webcrypto/status.cc Status Status::Error() { return Status(TYPE_ERROR); } TYPE_ERROR 171 content/child/webcrypto/status.cc : type_(TYPE_ERROR), error_details_(error_details_utf8) {}