OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtocolFactory
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/url_request/
url_request_filter.h
33
// scheme,hostname ->
ProtocolFactory
35
URLRequest::
ProtocolFactory
*> HostnameHandlerMap;
36
typedef base::hash_map<std::string, URLRequest::
ProtocolFactory
*>
42
static URLRequest::
ProtocolFactory
Factory;
46
URLRequest::
ProtocolFactory
* factory);
52
bool AddUrlHandler(const GURL& url, URLRequest::
ProtocolFactory
* factory);
57
//
ProtocolFactory
. Resets the hit count.
url_request_about_job.h
20
static URLRequest::
ProtocolFactory
Factory;
url_request_job_manager.h
21
// attempt is made to support
ProtocolFactory
or Interceptor instances being
54
URLRequest::
ProtocolFactory
* RegisterProtocolFactory(
55
const std::string& scheme, URLRequest::
ProtocolFactory
* factory);
62
typedef std::map<std::string,URLRequest::
ProtocolFactory
*> FactoryMap;
url_request_data_job.h
23
static URLRequest::
ProtocolFactory
Factory;
url_request_file_job.h
35
static URLRequest::
ProtocolFactory
Factory;
url_request_job_manager.cc
25
URLRequest::
ProtocolFactory
* factory;
156
URLRequest::
ProtocolFactory
* URLRequestJobManager::RegisterProtocolFactory(
158
URLRequest::
ProtocolFactory
* factory) {
165
URLRequest::
ProtocolFactory
* old_factory;
url_request_test_job.h
88
static URLRequest::
ProtocolFactory
Factory;
url_request_filter.cc
28
const std::string& hostname, URLRequest::
ProtocolFactory
* factory) {
31
// Register with the
ProtocolFactory
.
55
// Note that we don't unregister from the URLRequest
ProtocolFactory
as this
61
URLRequest::
ProtocolFactory
* factory) {
66
// Register with the
ProtocolFactory
.
85
// Note that we don't unregister from the URLRequest
ProtocolFactory
as this
91
// Unregister with the
ProtocolFactory
.
url_request.h
71
typedef URLRequestJob* (
ProtocolFactory
)(URLRequest* request,
231
// The scheme must be all-lowercase ASCII. See the
ProtocolFactory
237
static
ProtocolFactory
* RegisterProtocolFactory(const std::string& scheme,
238
ProtocolFactory
* factory);
url_request.cc
68
URLRequest::
ProtocolFactory
* URLRequest::RegisterProtocolFactory(
69
const string& scheme,
ProtocolFactory
* factory) {
Completed in 39 milliseconds