OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Interceptor
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/url_request/
url_request.h
89
class NET_EXPORT
Interceptor
{
91
virtual ~
Interceptor
() {}
256
static void RegisterRequestInterceptor(
Interceptor
*
interceptor
);
257
static void UnregisterRequestInterceptor(
Interceptor
*
interceptor
);
588
// Allow an
interceptor
's URLRequestJob to restart this request.
/external/chromium_org/net/url_request/
url_request.h
140
class NET_EXPORT
Interceptor
{
142
virtual ~
Interceptor
() {}
199
static void RegisterRequestInterceptor(
Interceptor
*
interceptor
);
200
static void UnregisterRequestInterceptor(
Interceptor
*
interceptor
);
696
// Allow an
interceptor
's URLRequestJob to restart this request.
721
static void RegisterRequestInterceptor(
Interceptor
*
interceptor
);
722
static void UnregisterRequestInterceptor(
Interceptor
* interceptor)
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 468 milliseconds