HomeSort by relevance Sort by last modified time
    Searched full:url_interceptor_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_request_filter.cc 63 // Check to see if we're masking URLs in the url_interceptor_map_.
64 for (URLInterceptorMap::const_iterator it = url_interceptor_map_.begin();
65 it != url_interceptor_map_.end(); ++it) {
102 DCHECK_EQ(0u, url_interceptor_map_.count(url.spec()));
103 url_interceptor_map_[url.spec()] = interceptor.release();
113 URLInterceptorMap::iterator it = url_interceptor_map_.find(url.spec());
114 DCHECK(it != url_interceptor_map_.end());
117 url_interceptor_map_.erase(it);
124 STLDeleteValues(&url_interceptor_map_);
148 URLInterceptorMap::const_iterator it = url_interceptor_map_.find(url)
    [all...]
url_request_filter.h 88 URLInterceptorMap url_interceptor_map_; member in class:net::URLRequestFilter

Completed in 50 milliseconds