HomeSort by relevance Sort by last modified time
    Searched refs:IsSuccess (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/child/webcrypto/
status.h 30 bool IsSuccess() const;
platform_crypto_openssl.cc 166 return ConsumeWithStatus(data, size).IsSuccess();
172 if (!error.IsSuccess())
184 if (!error.IsSuccess())
220 if (!error.IsSuccess())
262 if (!error.IsSuccess())
status.cc 15 bool Status::IsSuccess() const {
webcrypto_impl.cc 423 if (state->status.IsSuccess()) {
437 if (state->status.IsSuccess()) {
463 if (state->status.IsSuccess()) {
platform_crypto_nss.cc 865 return ConsumeWithStatus(data, size).IsSuccess();
872 if (!error.IsSuccess())
884 if (!error.IsSuccess())
920 if (!error.IsSuccess())
    [all...]
shared_crypto_unittest.cc 61 if (status.IsSuccess())
70 if (a.IsSuccess() != b.IsSuccess())
72 if (a.IsSuccess())
118 return status.IsSuccess();
    [all...]
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.h 247 bool IsSuccess();
service_discovery_client_impl.cc 573 bool LocalDomainResolverImpl::IsSuccess() {
581 callback_.Run(IsSuccess(), address_ipv4_, address_ipv6_);

Completed in 1035 milliseconds