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

  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 124 // We should get the same results with intercepts disallowed.
311 const NamespaceVector& intercepts = manifest.intercept_namespaces; local
313 ASSERT_EQ(kExpected, intercepts.size());
314 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[0].type);
315 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[1].type);
316 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[2].type);
318 intercepts[0].namespace_url);
320 intercepts[0].target_url);
322 intercepts[1].namespace_url);
324 intercepts[1].target_url)
    [all...]
appcache_unittest.cc 605 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
611 &intercepts,
619 EXPECT_EQ(1u, intercepts.size());
627 cache_record, entries, intercepts,
appcache_database_unittest.cc 464 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
468 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
470 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
489 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
498 EXPECT_TRUE(db.FindNamespacesForCache(2, &intercepts, &fallbacks));
507 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
522 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
546 EXPECT_TRUE(db.FindNamespacesForCache(3, &intercepts, &fallbacks));
552 EXPECT_TRUE(db.FindNamespacesForOrigin(kBarOrigin, &intercepts, &fallbacks));
951 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1185 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]
appcache_storage_impl_unittest.cc 1068 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1142 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1209 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1296 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 750 class Intercepts {
752 Intercepts()
758 Intercepts& operator=(const Intercepts& src) {
778 const char className[] = "Intercepts";
847 // FIXME: in the pathological case where there is a ton of intercepts, binary search?
850 Intercepts& intercepts = fIntercepts[verbIndex];
854 intercepts.fTopIntercepts <<= 1;
855 fContainsIntercepts |= ++intercepts.fTopIntercepts > 1
2092 const Intercepts& intercepts = test->fIntercepts[wt.verbIndex()]; local
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 750 class Intercepts {
752 Intercepts()
758 Intercepts& operator=(const Intercepts& src) {
778 const char className[] = "Intercepts";
847 // FIXME: in the pathological case where there is a ton of intercepts, binary search?
850 Intercepts& intercepts = fIntercepts[verbIndex];
854 intercepts.fTopIntercepts <<= 1;
855 fContainsIntercepts |= ++intercepts.fTopIntercepts > 1
2092 const Intercepts& intercepts = test->fIntercepts[wt.verbIndex()]; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 

Completed in 283 milliseconds