Searched refs:protocol_handler_map_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/net/url_request/
H A Durl_request_job_factory_impl.cc24 STLDeleteValues(&protocol_handler_map_);
33 ProtocolHandlerMap::iterator it = protocol_handler_map_.find(scheme);
34 if (it == protocol_handler_map_.end())
38 protocol_handler_map_.erase(it);
42 if (ContainsKey(protocol_handler_map_, scheme))
44 protocol_handler_map_[scheme] = protocol_handler;
60 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find(scheme);
61 if (it == protocol_handler_map_.end())
69 return ContainsKey(protocol_handler_map_, scheme) ||
88 ProtocolHandlerMap::const_iterator it = protocol_handler_map_
[all...]
H A Durl_request_job_factory_impl.h54 ProtocolHandlerMap protocol_handler_map_; member in class:net::URLRequestJobFactoryImpl

Completed in 678 milliseconds