OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtocolInterceptJobFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
protocol_intercept_job_factory.cc
11
ProtocolInterceptJobFactory
::
ProtocolInterceptJobFactory
(
18
ProtocolInterceptJobFactory
::~
ProtocolInterceptJobFactory
() {}
20
URLRequestJob*
ProtocolInterceptJobFactory
::MaybeCreateJobWithProtocolHandler(
33
bool
ProtocolInterceptJobFactory
::IsHandledProtocol(
38
bool
ProtocolInterceptJobFactory
::IsHandledURL(const GURL& url) const {
42
bool
ProtocolInterceptJobFactory
::IsSafeRedirectTarget(
protocol_intercept_job_factory.h
27
class NET_EXPORT
ProtocolInterceptJobFactory
: public URLRequestJobFactory {
29
ProtocolInterceptJobFactory
(scoped_ptr<URLRequestJobFactory> job_factory,
31
virtual ~
ProtocolInterceptJobFactory
();
46
DISALLOW_COPY_AND_ASSIGN(
ProtocolInterceptJobFactory
);
Completed in 110 milliseconds