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 384 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
388 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
390 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
409 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
418 EXPECT_TRUE(db.FindNamespacesForCache(2, &intercepts, &fallbacks));
427 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
442 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
466 EXPECT_TRUE(db.FindNamespacesForCache(3, &intercepts, &fallbacks));
472 EXPECT_TRUE(db.FindNamespacesForOrigin(kBarOrigin, &intercepts, &fallbacks));
868 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1098 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]
appcache_storage_impl_unittest.cc 921 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
995 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1062 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1148 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
    [all...]

Completed in 286 milliseconds