ValidateCallback   99 net/quic/crypto/crypto_server_test.cc     ValidateCallback(CryptoServerTest* test,
ValidateCallback  153 net/quic/crypto/crypto_server_test.cc     RunValidate(message, new ValidateCallback(this, true, "", &called));
ValidateCallback  175 net/quic/crypto/crypto_server_test.cc         new ValidateCallback(this, false, error_substr, called));
ValidateCallback  179 net/quic/crypto/crypto_server_test.cc                                const ValidateCallback::Result& result,
ValidateCallback  500 net/quic/crypto/crypto_server_test.cc   RunValidate(msg, new ValidateCallback(this, true, "", &called));
ValidateCallback  514 net/quic/crypto/crypto_server_test.cc   RunValidate(msg, new ValidateCallback(this, true, "", &called));
ValidateCallback   60 net/quic/quic_crypto_server_stream.cc   validate_client_hello_cb_ = new ValidateCallback(this);
ValidateCallback  178 net/quic/quic_crypto_server_stream.cc QuicCryptoServerStream::ValidateCallback::ValidateCallback(
ValidateCallback  182 net/quic/quic_crypto_server_stream.cc void QuicCryptoServerStream::ValidateCallback::Cancel() {
ValidateCallback  186 net/quic/quic_crypto_server_stream.cc void QuicCryptoServerStream::ValidateCallback::RunImpl(
ValidateCallback   55 net/quic/quic_crypto_server_stream.h   class ValidateCallback : public ValidateClientHelloResultCallback {
ValidateCallback   57 net/quic/quic_crypto_server_stream.h     explicit ValidateCallback(QuicCryptoServerStream* parent);
ValidateCallback   68 net/quic/quic_crypto_server_stream.h     DISALLOW_COPY_AND_ASSIGN(ValidateCallback);
ValidateCallback   85 net/quic/quic_crypto_server_stream.h   ValidateCallback* validate_client_hello_cb_;
ValidateCallback   94 ppapi/proxy/url_loader_resource.cc   int32_t rv = ValidateCallback(callback);
ValidateCallback  112 ppapi/proxy/url_loader_resource.cc   int32_t rv = ValidateCallback(callback);
ValidateCallback  158 ppapi/proxy/url_loader_resource.cc   int32_t rv = ValidateCallback(callback);
ValidateCallback  191 ppapi/proxy/url_loader_resource.cc   int32_t rv = ValidateCallback(callback);
ValidateCallback  105 ppapi/proxy/url_loader_resource.h   int32_t ValidateCallback(scoped_refptr<TrackedCallback> callback);