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
98
class
ValidateCallback
: public ValidateClientHelloResultCallback {
100
explicit
ValidateCallback
(QuicCryptoServerStream* parent);
111
DISALLOW_COPY_AND_ASSIGN(
ValidateCallback
);
114
// Invoked by
ValidateCallback
::RunImpl once initial validation of
128
ValidateCallback
* validate_client_hello_cb_;
quic_crypto_server_stream.cc
73
validate_client_hello_cb_ = new
ValidateCallback
(this);
239
QuicCryptoServerStream::
ValidateCallback
::
ValidateCallback
(
243
void QuicCryptoServerStream::
ValidateCallback
::Cancel() {
247
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,
700
RunValidate(msg, new
ValidateCallback
(this, true, "", &called));
714
RunValidate(msg, new
ValidateCallback
(this, true, "", &called));
Completed in 68 milliseconds