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

  /external/chromium/chrome/browser/net/
connect_interceptor.h 14 // An interceptor to monitor URLRequests so that we can do speculative DNS
16 class ConnectInterceptor : public net::URLRequest::Interceptor {
24 // Overridden from net::URLRequest::Interceptor:
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor.h 23 class GViewRequestInterceptor : public net::URLRequest::Interceptor {
gview_request_interceptor_unittest.cc 31 // interceptor, the mime type of the first request must be one of
106 net::URLRequest::Interceptor* interceptor_;
  /external/chromium/net/url_request/
url_request_job_manager.h 27 // so no attempt is made to support ProtocolFactory or Interceptor instances
43 // of a redirect. Returns NULL if no interceptor intervenes.
50 // Returns NULL if no interceptor intervenes.
64 // Register/unregister a request interceptor.
65 void RegisterRequestInterceptor(URLRequest::Interceptor* interceptor);
66 void UnregisterRequestInterceptor(URLRequest::Interceptor* interceptor);
73 typedef std::vector<URLRequest::Interceptor*> InterceptorList;
url_request.h 89 class NET_EXPORT Interceptor {
91 virtual ~Interceptor() {}
256 static void RegisterRequestInterceptor(Interceptor* interceptor);
257 static void UnregisterRequestInterceptor(Interceptor* interceptor);
588 // Allow an interceptor's URLRequestJob to restart this request.
url_request.cc 63 // URLRequest::Interceptor
65 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect(
71 URLRequestJob* URLRequest::Interceptor::MaybeInterceptResponse(
155 void URLRequest::RegisterRequestInterceptor(Interceptor* interceptor) {
156 URLRequestJobManager::GetInstance()->RegisterRequestInterceptor(interceptor);
160 void URLRequest::UnregisterRequestInterceptor(Interceptor* interceptor) {
162 interceptor);
url_request_job_manager.cc 185 URLRequest::Interceptor* interceptor) {
192 DCHECK(std::find(interceptors_.begin(), interceptors_.end(), interceptor) ==
194 interceptors_.push_back(interceptor);
198 URLRequest::Interceptor* interceptor) {
206 std::find(interceptors_.begin(), interceptors_.end(), interceptor);
url_request_unittest.cc 2148 TestInterceptor interceptor; local
2184 TestInterceptor interceptor; local
2217 TestInterceptor interceptor; local
2248 TestInterceptor interceptor; local
2277 TestInterceptor interceptor; local
2308 TestInterceptor interceptor; local
2334 TestInterceptor interceptor; local
2366 TestInterceptor interceptor; local
2390 TestInterceptor interceptor; local
    [all...]
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h 15 // This url request interceptor lets us respond to localhost http request urls
18 : public net::URLRequest::Interceptor,
user_script_listener_unittest.cc 107 public net::URLRequest::Interceptor {
137 // net::URLRequest::Interceptor
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.h 29 public net::URLRequest::Interceptor {
90 // Implementation of net::URLRequest::Interceptor.
96 // Implementation of net::URLRequest::Interceptor.
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 44 // Interceptor implementation that returns test data back to the service.
45 class CannedResponseInterceptor : public net::URLRequest::Interceptor {
59 // net::URLRequest::Interceptor overrides.
98 CannedResponseInterceptor interceptor(
111 CannedResponseInterceptor interceptor(
127 CannedResponseInterceptor interceptor(
  /external/v8/src/
mirror-debugger.js 177 PropertyType.Interceptor = 4;
633 // Get names for named interceptor properties if any.
650 // Get names for indexed interceptor properties.
1231 return (this.propertyType() == PropertyType.Interceptor) ||
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 259 milliseconds