HomeSort by relevance Sort by last modified time
    Searched defs:ValidateCallback (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/
quic_crypto_server_stream.h 51 class ValidateCallback : public ValidateClientHelloResultCallback {
53 explicit ValidateCallback(QuicCryptoServerStream* parent);
64 DISALLOW_COPY_AND_ASSIGN(ValidateCallback);
67 // Invoked by ValidateCallback::RunImpl once initial validation of
81 ValidateCallback* validate_client_hello_cb_;
quic_crypto_server_stream.cc 56 validate_client_hello_cb_ = new ValidateCallback(this);
173 QuicCryptoServerStream::ValidateCallback::ValidateCallback(
177 void QuicCryptoServerStream::ValidateCallback::Cancel() {
181 void QuicCryptoServerStream::ValidateCallback::RunImpl(
  /external/chromium_org/ppapi/proxy/
url_loader_resource.cc 94 int32_t rv = ValidateCallback(callback);
112 int32_t rv = ValidateCallback(callback);
158 int32_t rv = ValidateCallback(callback);
191 int32_t rv = ValidateCallback(callback);
334 int32_t URLLoaderResource::ValidateCallback(
  /external/chromium_org/net/quic/crypto/
crypto_server_test.cc 79 class ValidateCallback : public ValidateClientHelloResultCallback {
81 ValidateCallback(CryptoServerTest* test,
117 new ValidateCallback(this, true, "", called));
132 new ValidateCallback(this, false, error_substr, called));
136 const ValidateCallback::Result& result,

Completed in 483 milliseconds