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

  /external/chromium_org/chrome/browser/devtools/
devtools_network_controller.h 50 typedef scoped_ptr<DevToolsNetworkInterceptor> Interceptor;
51 Interceptor default_interceptor_;
52 Interceptor appcache_interceptor_;
devtools_network_controller.cc 43 DevToolsNetworkInterceptor* interceptor = interceptors_.get(client_id);
44 DCHECK(interceptor);
45 if (!interceptor)
48 return interceptor->GetWeakPtr();
70 DevToolsNetworkInterceptor* interceptor = interceptors_.get(client_id); local
71 if (!interceptor) {
75 Interceptor new_interceptor = Interceptor(new DevToolsNetworkInterceptor());
82 interceptor->UpdateConditions(online_conditions.Pass());
85 interceptor->UpdateConditions(conditions.Pass())
    [all...]
  /external/chromium_org/net/url_request/
url_request_job_manager.h 25 // so no attempt is made to support Interceptor instances being
39 // of a redirect. Returns NULL if no interceptor intervenes.
47 // Returns NULL if no interceptor intervenes.
54 // Register/unregister a request interceptor.
55 void RegisterRequestInterceptor(URLRequest::Interceptor* interceptor);
56 void UnregisterRequestInterceptor(URLRequest::Interceptor* interceptor);
59 typedef std::vector<URLRequest::Interceptor*> InterceptorList;
url_request.h 124 class NET_EXPORT Interceptor {
126 virtual ~Interceptor() {}
168 static void RegisterRequestInterceptor(Interceptor* interceptor);
169 static void UnregisterRequestInterceptor(Interceptor* interceptor);
700 // Allow an interceptor's URLRequestJob to restart this request.
    [all...]
url_request_job_manager.cc 171 URLRequest::Interceptor* interceptor) {
176 DCHECK(std::find(interceptors_.begin(), interceptors_.end(), interceptor) ==
178 interceptors_.push_back(interceptor);
182 URLRequest::Interceptor* interceptor) {
188 std::find(interceptors_.begin(), interceptors_.end(), interceptor);
url_request.cc 144 Interceptor* interceptor) {
145 URLRequest::RegisterRequestInterceptor(interceptor);
149 Interceptor* interceptor) {
150 URLRequest::UnregisterRequestInterceptor(interceptor);
154 // URLRequest::Interceptor
156 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect(
163 URLRequestJob* URLRequest::Interceptor::MaybeInterceptResponse(
626 void URLRequest::RegisterRequestInterceptor(Interceptor* interceptor)
    [all...]
url_request_unittest.cc 1304 TestInterceptor interceptor; local
1341 TestInterceptor interceptor; local
1375 TestInterceptor interceptor; local
1407 TestInterceptor interceptor; local
1437 TestInterceptor interceptor; local
1469 TestInterceptor interceptor; local
1496 TestInterceptor interceptor; local
1529 TestInterceptor interceptor; local
1554 TestInterceptor interceptor; local
1582 TestInterceptor interceptor; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aopalliance-1.0.jar 
cdi-api-1.0.jar 
  /external/chromium_org/mojo/application_manager/
application_manager.h 49 class Interceptor {
51 virtual ~Interceptor() {}
100 void SetInterceptor(Interceptor* interceptor);
147 Interceptor* interceptor_;
application_manager_unittest.cc 383 class TestServiceInterceptor : public ApplicationManager::Interceptor {
669 TEST_F(ApplicationManagerTest, Interceptor) {
670 TestServiceInterceptor interceptor; local
674 application_manager_->SetInterceptor(&interceptor);
680 EXPECT_EQ(1, interceptor.call_count());
681 EXPECT_EQ(url, interceptor.url_spec());
application_manager.cc 280 void ApplicationManager::SetInterceptor(Interceptor* interceptor) {
281 interceptor_ = interceptor;
  /external/chromium_org/content/browser/appcache/
appcache_interceptor.h 18 // An interceptor to hijack requests and potentially service them out of
21 : public net::URLRequest::Interceptor {
52 // Override from net::URLRequest::Interceptor:
  /external/chromium_org/mojo/spy/
spy.cc 57 mojo::ScopedMessagePipeHandle interceptor,
61 pipes.push_back(interceptor.get());
112 mojo::ScopedMessagePipeHandle interceptor; local
113 CreateMessagePipe(NULL, &faux_client, &interceptor);
120 base::Passed(&interceptor),
225 class SpyInterceptor : public mojo::ApplicationManager::Interceptor {
246 mojo::ScopedMessagePipeHandle interceptor; variable
247 CreateMessagePipe(NULL, &faux_client, &interceptor);
256 base::Passed(&real_handle), base::Passed(&interceptor),
334 // TODO(cpu): Do not leak the interceptor. Lifetime between th
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1779 milliseconds