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

  /external/chromium_org/webkit/browser/appcache/
manifest_parser_unittest.cc 275 const NamespaceVector& intercepts = manifest.intercept_namespaces; local
277 ASSERT_EQ(kExpected, intercepts.size());
278 EXPECT_EQ(INTERCEPT_NAMESPACE, intercepts[0].type);
279 EXPECT_EQ(INTERCEPT_NAMESPACE, intercepts[1].type);
280 EXPECT_EQ(INTERCEPT_NAMESPACE, intercepts[2].type);
282 intercepts[0].namespace_url);
284 intercepts[0].target_url);
286 intercepts[1].namespace_url);
288 intercepts[1].target_url);
290 intercepts[2].namespace_url)
    [all...]
appcache_unittest.cc 582 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
588 &intercepts,
596 EXPECT_EQ(1u, intercepts.size());
604 cache_record, entries, intercepts,
appcache_database_unittest.cc 425 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
429 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
431 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
450 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
459 EXPECT_TRUE(db.FindNamespacesForCache(2, &intercepts, &fallbacks));
468 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
483 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
507 EXPECT_TRUE(db.FindNamespacesForCache(3, &intercepts, &fallbacks));
513 EXPECT_TRUE(db.FindNamespacesForOrigin(kBarOrigin, &intercepts, &fallbacks));
912 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1146 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]
appcache_storage_impl_unittest.cc 1037 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1111 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1178 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1264 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]

Completed in 170 milliseconds