HomeSort by relevance Sort by last modified time
    Searched full:is_pattern (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/common/
appcache_interfaces.cc 75 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) {
appcache_interfaces.h 98 const GURL& target, bool is_pattern);
100 const GURL& target, bool is_pattern, bool is_executable);
108 bool is_pattern; member in struct:content::AppCacheNamespace
  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 489 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
498 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
507 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
512 EXPECT_FALSE(fallbacks[1].namespace_.is_pattern);
522 EXPECT_FALSE(fallbacks[0].namespace_.is_pattern);
529 record.namespace_.is_pattern = true;
536 record.namespace_.is_pattern = true;
542 EXPECT_TRUE(fallbacks[0].namespace_.is_pattern);
543 EXPECT_TRUE(fallbacks[1].namespace_.is_pattern);
548 EXPECT_TRUE(fallbacks[0].namespace_.is_pattern);
    [all...]
appcache_database.cc 88 " is_pattern INTEGER CHECK(is_pattern IN (0, 1)))" },
93 " is_pattern INTEGER CHECK(is_pattern IN (0, 1)))" },
669 "SELECT cache_id, origin, type, namespace_url, target_url, is_pattern"
690 "SELECT cache_id, origin, type, namespace_url, target_url, is_pattern"
708 " (cache_id, origin, type, namespace_url, target_url, is_pattern)"
726 statement.BindBool(5, record->namespace_.is_pattern);
766 "SELECT cache_id, namespace_url, is_pattern FROM OnlineWhiteLists"
786 "INSERT INTO OnlineWhiteLists (cache_id, namespace_url, is_pattern)"
    [all...]
appcache_manifest_parser.cc 220 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end); local
223 is_pattern));
306 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end); local
309 target_url, is_pattern, verb == EXECUTE));
367 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end); local
373 fallback_url, is_pattern));
appcache_unittest.cc 132 EXPECT_TRUE(fallbacks[0].is_pattern);
571 EXPECT_TRUE(cache->online_whitelist_namespaces_[0].is_pattern);
623 EXPECT_TRUE(cache->online_whitelist_namespaces_[0].is_pattern);
631 prefix.is_pattern = false;
639 bar_no_star.is_pattern = true;
647 bar_star.is_pattern = true;
657 star_bar_star.is_pattern = true;
667 query_star_edit.is_pattern = true;
679 star_greediness.is_pattern = true;
appcache_database.h 92 OnlineWhiteListRecord() : cache_id(0), is_pattern(false) {}
96 bool is_pattern; member in struct:content::AppCacheDatabase::OnlineWhiteListRecord
appcache_manifest_parser_unittest.cc 166 EXPECT_FALSE(online[0].is_pattern);
483 EXPECT_FALSE(manifest.intercept_namespaces[0].is_pattern);
484 EXPECT_TRUE(manifest.intercept_namespaces[1].is_pattern);
485 EXPECT_TRUE(manifest.intercept_namespaces[2].is_pattern);
486 EXPECT_FALSE(manifest.fallback_namespaces[0].is_pattern);
487 EXPECT_TRUE(manifest.fallback_namespaces[1].is_pattern);
488 EXPECT_FALSE(manifest.online_whitelist_namespaces[0].is_pattern);
489 EXPECT_TRUE(manifest.online_whitelist_namespaces[1].is_pattern);
appcache.cc 187 record.is_pattern));
242 record.is_pattern = online_whitelist_namespaces_[i].is_pattern;
appcache_storage_impl.cc 868 GURL(), iter->is_pattern));
    [all...]
  /system/extras/ksmutils/
ksminfo.c 65 static bool is_pattern(uint8_t *data, size_t len);
288 is_pattern((uint8_t *)data, pm_kernel_pagesize(ker)) ?
417 static bool is_pattern(uint8_t *data, size_t len) { function

Completed in 6587 milliseconds