HomeSort by relevance Sort by last modified time
    Searched refs:intercept_namespaces (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/webkit/browser/appcache/
manifest_parser.h 51 NamespaceVector intercept_namespaces; member in struct:appcache::Manifest
manifest_parser_unittest.cc 134 EXPECT_TRUE(manifest.intercept_namespaces.empty());
211 EXPECT_TRUE(manifest.intercept_namespaces.empty());
251 EXPECT_TRUE(manifest.intercept_namespaces.empty());
275 const NamespaceVector& intercepts = manifest.intercept_namespaces;
354 EXPECT_TRUE(manifest.intercept_namespaces.empty());
433 EXPECT_EQ(3u, manifest.intercept_namespaces.size());
436 EXPECT_EQ(INTERCEPT_NAMESPACE, manifest.intercept_namespaces[0].type);
439 EXPECT_FALSE(manifest.intercept_namespaces[0].is_pattern);
440 EXPECT_TRUE(manifest.intercept_namespaces[1].is_pattern);
441 EXPECT_TRUE(manifest.intercept_namespaces[2].is_pattern)
    [all...]
manifest_parser.cc 296 manifest.intercept_namespaces.push_back(
appcache_unittest.cc 186 manifest.intercept_namespaces.push_back(
189 manifest.intercept_namespaces.push_back(
365 manifest.intercept_namespaces.push_back(
appcache.cc 138 intercept_namespaces_.swap(manifest->intercept_namespaces);
appcache_update_job.cc 896 manifest.intercept_namespaces
    [all...]

Completed in 60 milliseconds