HomeSort by relevance Sort by last modified time
    Searched refs:intercepts (Results 1 - 18 of 18) 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.cc 154 const std::vector<AppCacheDatabase::NamespaceRecord>& intercepts,
168 for (size_t i = 0; i < intercepts.size(); ++i)
169 intercept_namespaces_.push_back(intercepts.at(i).namespace_);
195 std::vector<AppCacheDatabase::NamespaceRecord>* intercepts,
222 intercepts->push_back(AppCacheDatabase::NamespaceRecord());
223 AppCacheDatabase::NamespaceRecord& record = intercepts->back();
appcache.h 120 const std::vector<AppCacheDatabase::NamespaceRecord>& intercepts,
130 std::vector<AppCacheDatabase::NamespaceRecord>* intercepts,
appcache_database.h 153 NamespaceRecordVector* intercepts,
157 NamespaceRecordVector* intercepts,
198 NamespaceRecordVector* 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_database.cc 661 std::vector<NamespaceRecord>* intercepts,
663 DCHECK(intercepts && intercepts->empty());
675 ReadNamespaceRecords(&statement, intercepts, fallbacks);
682 std::vector<NamespaceRecord>* intercepts,
684 DCHECK(intercepts && intercepts->empty());
696 ReadNamespaceRecords(&statement, intercepts, fallbacks);
952 NamespaceRecordVector* intercepts,
958 (type == APPCACHE_FALLBACK_NAMESPACE) ? fallbacks : intercepts;
    [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_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...]
appcache_update_job.cc     [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...]
  /external/chromium_org/v8/test/webkit/
function-dot-length-read-only.js 25 "Tests that function.length correctly intercepts stores when a function is used as a prototype."
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 8 A special event listener that intercepts debug events and forwards them to other
socket.rb 259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy
  /external/strace/
strace.spec 16 The strace program intercepts and records the system calls called and
31 The strace program intercepts and records the system calls called and
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 372 This intercepts the OS's crash signals and prints which component of LLVM
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 519 milliseconds