HomeSort by relevance Sort by last modified time
    Searched refs:Interceptor (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/url_request/
url_request_job_manager.h 21 // attempt is made to support ProtocolFactory or Interceptor instances being
36 // of a redirect. Returns NULL if no interceptor intervenes.
43 // Returns NULL if no interceptor intervenes.
57 // Register/unregister a request interceptor.
58 void RegisterRequestInterceptor(URLRequest::Interceptor* interceptor);
59 void UnregisterRequestInterceptor(URLRequest::Interceptor* interceptor);
63 typedef std::vector<URLRequest::Interceptor*> InterceptorList;
url_request.h 76 class Interceptor {
78 virtual ~Interceptor() {}
241 static void RegisterRequestInterceptor(Interceptor* interceptor);
242 static void UnregisterRequestInterceptor(Interceptor* interceptor);
533 // Allow an interceptor's URLRequestJob to restart this request.
url_request_job_manager.cc 181 URLRequest::Interceptor* interceptor) {
188 DCHECK(std::find(interceptors_.begin(), interceptors_.end(), interceptor) ==
190 interceptors_.push_back(interceptor);
194 URLRequest::Interceptor* interceptor) {
202 std::find(interceptors_.begin(), interceptors_.end(), interceptor);
url_request.cc 74 void URLRequest::RegisterRequestInterceptor(Interceptor* interceptor) {
75 GetJobManager()->RegisterRequestInterceptor(interceptor);
79 void URLRequest::UnregisterRequestInterceptor(Interceptor* interceptor) {
80 GetJobManager()->UnregisterRequestInterceptor(interceptor);
url_request_unittest.cc 1774 TestInterceptor interceptor; local
1810 TestInterceptor interceptor; local
1843 TestInterceptor interceptor; local
1874 TestInterceptor interceptor; local
1903 TestInterceptor interceptor; local
1934 TestInterceptor interceptor; local
1960 TestInterceptor interceptor; local
1992 TestInterceptor interceptor; local
2016 TestInterceptor interceptor; local
    [all...]
  /external/v8/src/
mirror-debugger.js 177 PropertyType.Interceptor = 4;
632 // Get names for named interceptor properties if any.
649 // Get names for indexed interceptor properties.
1230 return (this.propertyType() == PropertyType.Interceptor) ||
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 36 milliseconds