OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateCallback
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/quic/
quic_crypto_server_stream.h
61
class
ValidateCallback
: public ValidateClientHelloResultCallback {
63
explicit
ValidateCallback
(QuicCryptoServerStream* parent);
74
DISALLOW_COPY_AND_ASSIGN(
ValidateCallback
);
77
// Invoked by
ValidateCallback
::RunImpl once initial validation of
91
ValidateCallback
* validate_client_hello_cb_;
quic_crypto_server_stream.cc
62
validate_client_hello_cb_ = new
ValidateCallback
(this);
184
QuicCryptoServerStream::
ValidateCallback
::
ValidateCallback
(
188
void QuicCryptoServerStream::
ValidateCallback
::Cancel() {
192
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
(
url_loader_resource.h
105
int32_t
ValidateCallback
(scoped_refptr<TrackedCallback> callback);
/external/chromium_org/net/quic/crypto/
crypto_server_test.cc
145
class
ValidateCallback
: public ValidateClientHelloResultCallback {
147
ValidateCallback
(CryptoServerTest* test,
201
RunValidate(message, new
ValidateCallback
(this, true, "", &called));
223
new
ValidateCallback
(this, false, error_substr, called));
227
const
ValidateCallback
::Result& result,
699
RunValidate(msg, new
ValidateCallback
(this, true, "", &called));
713
RunValidate(msg, new
ValidateCallback
(this, true, "", &called));
Completed in 72 milliseconds