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

  /external/chromium_org/content/browser/appcache/
appcache_entry.h 26 INTERCEPT = 1 << 5,
49 bool IsIntercept() const { return (types_ & INTERCEPT) != 0; }
appcache_manifest_parser.cc 61 INTERCEPT,
176 } else if (line == L"CHROMIUM-INTERCEPT:") {
177 mode = INTERCEPT;
225 } else if (mode == INTERCEPT) {
237 // the intercept type.
appcache_unittest.cc 219 AppCacheEntry(AppCacheEntry::INTERCEPT, kInterceptResponseId));
362 // Setup an appcache with an intercept namespace that uses pattern matching.
376 AppCacheEntry(AppCacheEntry::INTERCEPT, kInterceptResponseId));
549 const GURL kInterceptUrl("http://foo.com/intercept.html");
554 "CHROMIUM-INTERCEPT:\r"
555 "/intercept return /intercept.html\r"
579 AppCacheEntry(AppCacheEntry::INTERCEPT, 3, 3));
617 cache->GetInterceptEntryUrl(GURL("http://foo.com/intercept")));
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job.cc 642 "Ignoring the INTERCEPT section of the application cache manifest "
679 // if (entry.IsMaster() && !(entry.IsExplicit() || fallback || intercept))
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptorGenerator.java 58 private static final Signature INTERCEPT =
59 new Signature("intercept", Constants.TYPE_OBJECT, new Type[]{
125 e.invoke_interface(METHOD_INTERCEPTOR, INTERCEPT);
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1088 milliseconds