ConsumeWithStatus  681 content/child/webcrypto/platform_crypto_nss.cc     return ConsumeWithStatus(data, size).IsSuccess();
ConsumeWithStatus 1303 content/child/webcrypto/platform_crypto_nss.cc   Status error = digestor.ConsumeWithStatus(data.bytes(), data.byte_length());
ConsumeWithStatus  163 content/child/webcrypto/platform_crypto_openssl.cc     return ConsumeWithStatus(data, size).IsSuccess();
ConsumeWithStatus  262 content/child/webcrypto/platform_crypto_openssl.cc   Status error = digestor.ConsumeWithStatus(data.bytes(), data.byte_length());