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

  /external/chromium_org/content/browser/appcache/
appcache_manifest_parser_unittest.cc 116 // We should get the same results with intercepts disallowed.
303 const AppCacheNamespaceVector& intercepts = manifest.intercept_namespaces; local
305 ASSERT_EQ(kExpected, intercepts.size());
306 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[0].type);
307 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[1].type);
308 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[2].type);
310 intercepts[0].namespace_url);
312 intercepts[0].target_url);
314 intercepts[1].namespace_url);
316 intercepts[1].target_url)
    [all...]
appcache_unittest.cc 587 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
593 &intercepts,
601 EXPECT_EQ(1u, intercepts.size());
609 cache_record, entries, intercepts,
appcache_database_unittest.cc 458 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
462 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
464 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
483 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
492 EXPECT_TRUE(db.FindNamespacesForCache(2, &intercepts, &fallbacks));
501 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
516 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
540 EXPECT_TRUE(db.FindNamespacesForCache(3, &intercepts, &fallbacks));
546 EXPECT_TRUE(db.FindNamespacesForOrigin(kBarOrigin, &intercepts, &fallbacks));
945 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1179 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]
appcache_storage_impl_unittest.cc 1044 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1118 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1185 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1272 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...]

Completed in 144 milliseconds