Lines Matching refs:OK
63 return OK;
271 BOOL ok = CertCloseStore(store_, CERT_CLOSE_STORE_CHECK_FLAG);
272 DCHECK(ok);
278 BOOL ok = CertAddCertificateContextToStore(store_, client_cert,
281 DCHECK(ok);
282 return ok ? copy : NULL;
426 BOOL ok = CertCloseStore(my_cert_store, CERT_CLOSE_STORE_CHECK_FLAG);
427 DCHECK(ok);
445 if (rv != OK) {
452 rv = DoLoop(OK);
519 return OK;
623 if (rv != OK)
841 return OK;
849 return OK;
892 ignore_ok_result_ = true; // OK doesn't mean EOF.
893 return OK;
898 return OK;
939 return OK;
946 return OK;
949 // Set server_cert_status_ and return OK or a network error.
978 result = OK;
1088 return OK;
1159 ignore_ok_result_ = true; // OK doesn't mean EOF.
1163 return DoLoop(OK);
1227 return OK;
1279 DCHECK(result == OK);
1310 return OK;