Home | History | Annotate | Download | only in socket_stream

Lines Matching refs:scheme

16 // Default SocketStreamThrottle.  No throttling. Used for unknown URL scheme.
29 const std::string& scheme);
32 const std::string& scheme, SocketStreamThrottle* throttle);
48 const std::string& scheme) {
49 ThrottleMap::const_iterator found = throttles_.find(scheme);
53 throttles_[scheme] = throttle;
60 const std::string& scheme, SocketStreamThrottle* throttle) {
61 throttles_[scheme] = throttle;
66 const std::string& scheme) {
69 return registry->GetSocketStreamThrottleForScheme(scheme);
74 const std::string& scheme, SocketStreamThrottle* throttle) {
77 registry->RegisterSocketStreamThrottle(scheme, throttle);