Searched refs:is_pattern (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.cc75 is_pattern(false),
81 bool is_pattern)
85 is_pattern(is_pattern),
91 bool is_pattern, bool is_executable)
95 is_pattern(is_pattern),
103 if (is_pattern) {
79 Namespace( AppCacheNamespaceType type, const GURL& url, const GURL& target, bool is_pattern) argument
89 Namespace( AppCacheNamespaceType type, const GURL& url, const GURL& target, bool is_pattern, bool is_executable) argument
H A Dappcache_interfaces.h133 bool is_pattern);
135 bool is_pattern, bool is_executable);
143 bool is_pattern; member in struct:appcache::Namespace
/external/chromium_org/webkit/browser/appcache/
H A Dmanifest_parser.cc220 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end); local
222 Namespace(APPCACHE_NETWORK_NAMESPACE, url, GURL(), is_pattern));
305 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end); local
308 target_url, is_pattern, verb == EXECUTE));
366 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end); local
372 fallback_url, is_pattern));
H A Dappcache.cc187 record.is_pattern));
242 record.is_pattern = online_whitelist_namespaces_[i].is_pattern;
H A Dappcache_database.h95 OnlineWhiteListRecord() : cache_id(0), is_pattern(false) {}
99 bool is_pattern; member in struct:appcache::AppCacheDatabase::OnlineWhiteListRecord
H A Dappcache_database.cc88 " is_pattern INTEGER CHECK(is_pattern IN (0, 1)))" },
93 " is_pattern INTEGER CHECK(is_pattern IN (0, 1)))" },
668 "SELECT cache_id, origin, type, namespace_url, target_url, is_pattern"
689 "SELECT cache_id, origin, type, namespace_url, target_url, is_pattern"
707 " (cache_id, origin, type, namespace_url, target_url, is_pattern)"
725 statement.BindBool(5, record->namespace_.is_pattern);
765 "SELECT cache_id, namespace_url, is_pattern FROM OnlineWhiteLists"
785 "INSERT INTO OnlineWhiteLists (cache_id, namespace_url, is_pattern)"
[all...]
H A Dappcache_storage_impl.cc863 iter->is_pattern));
/external/chromium_org/content/browser/appcache/
H A Dappcache_database_unittest.cc495 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
504 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
513 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
518 EXPECT_FALSE(fallbacks[1].namespace_.is_pattern);
528 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
535 record.namespace_.is_pattern = true;
542 record.namespace_.is_pattern = true;
548 EXPECT_TRUE(fallbacks[0].namespace_.is_pattern);
549 EXPECT_TRUE(fallbacks[1].namespace_.is_pattern);
554 EXPECT_TRUE(fallbacks[0].namespace_.is_pattern);
[all...]
H A Dmanifest_parser_unittest.cc174 EXPECT_FALSE(online[0].is_pattern);
491 EXPECT_FALSE(manifest.intercept_namespaces[0].is_pattern);
492 EXPECT_TRUE(manifest.intercept_namespaces[1].is_pattern);
493 EXPECT_TRUE(manifest.intercept_namespaces[2].is_pattern);
494 EXPECT_FALSE(manifest.fallback_namespaces[0].is_pattern);
495 EXPECT_TRUE(manifest.fallback_namespaces[1].is_pattern);
496 EXPECT_FALSE(manifest.online_whitelist_namespaces[0].is_pattern);
497 EXPECT_TRUE(manifest.online_whitelist_namespaces[1].is_pattern);
H A Dappcache_unittest.cc150 EXPECT_TRUE(fallbacks[0].is_pattern);
589 EXPECT_TRUE(cache->online_whitelist_namespaces_[0].is_pattern);
641 EXPECT_TRUE(cache->online_whitelist_namespaces_[0].is_pattern);
649 prefix.is_pattern = false;
657 bar_no_star.is_pattern = true;
665 bar_star.is_pattern = true;
675 star_bar_star.is_pattern = true;
685 query_star_edit.is_pattern = true;
697 star_greediness.is_pattern = true;

Completed in 2126 milliseconds