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

  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 83 namespace_url(url),
93 namespace_url(url),
106 std::string pattern = namespace_url.spec();
107 if (namespace_url.has_query())
111 return StartsWithASCII(url.spec(), namespace_url.spec(), true);
appcache_interfaces.h 141 GURL namespace_url; member in struct:appcache::Namespace
  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 176 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url);
177 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url);
178 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url);
179 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url);
180 EXPECT_EQ(GURL("http://www.five.com"), online[4].namespace_url);
181 EXPECT_EQ(GURL("http://www.bar.com/*foo"), online[5].namespace_url);
225 fallbacks[0].namespace_url);
229 fallbacks[1].namespace_url);
233 fallbacks[2].namespace_url);
237 fallbacks[3].namespace_url);
    [all...]
appcache_database_unittest.cc 477 record.namespace_.namespace_url = kFooNameSpace1;
484 record.namespace_.namespace_url = kFooNameSpace2;
493 EXPECT_EQ(kFooNameSpace1, fallbacks[0].namespace_.namespace_url);
502 EXPECT_EQ(kFooNameSpace2, fallbacks[0].namespace_.namespace_url);
511 EXPECT_EQ(kFooNameSpace1, fallbacks[0].namespace_.namespace_url);
516 EXPECT_EQ(kFooNameSpace2, fallbacks[1].namespace_.namespace_url);
526 EXPECT_EQ(kFooNameSpace2, fallbacks[0].namespace_.namespace_url);
533 record.namespace_.namespace_url = kBarNameSpace1;
540 record.namespace_.namespace_url = kBarNameSpace2;
579 record.namespace_url = kFooNameSpace1
    [all...]
appcache_unittest.cc 148 EXPECT_EQ(GURL("http://fb1.com"), fallbacks[0].namespace_url);
154 EXPECT_EQ(GURL("http://w1.com"), whitelist[0].namespace_url);
155 EXPECT_EQ(GURL("http://w2.com"), whitelist[1].namespace_url);
591 cache->online_whitelist_namespaces_[0].namespace_url);
643 cache->online_whitelist_namespaces_[0].namespace_url);
648 prefix.namespace_url = GURL("http://foo.com/prefix");
656 bar_no_star.namespace_url = GURL("http://foo.com/bar");
664 bar_star.namespace_url = GURL("http://foo.com/bar/*");
674 star_bar_star.namespace_url = GURL("http://foo.com/*/bar/*");
684 query_star_edit.namespace_url = GURL("http://foo.com/query?id=*&verb=edit*")
    [all...]
mock_appcache_storage.cc 263 const GURL& namespace_url,
277 namespace_url.spec().length();
294 cache->GetFallbackEntryUrl(namespace_url);
297 cache->GetInterceptEntryUrl(namespace_url);
304 *best_candidate_namespace = namespace_url;
appcache_storage_impl_unittest.cc 837 fallback_namespace_record.namespace_.namespace_url = kFallbackNamespace;
843 online_whitelist_record.namespace_url = kOnlineNamespace;
    [all...]
appcache_update_job_unittest.cc 232 lhs.namespace_url == rhs.namespace_url &&
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache.h 87 // Returns the URL of the resource used as entry for 'namespace_url'.
88 GURL GetFallbackEntryUrl(const GURL& namespace_url) const {
89 return GetNamespaceEntryUrl(fallback_namespaces_, namespace_url);
91 GURL GetInterceptEntryUrl(const GURL& namespace_url) const {
92 return GetNamespaceEntryUrl(intercept_namespaces_, namespace_url);
175 const GURL& namespace_url) const;
appcache.cc 119 const GURL& namespace_url) const {
122 if (namespaces[i].namespace_url == namespace_url)
132 return lhs.namespace_url.spec().length() > rhs.namespace_url.spec().length();
185 record.namespace_url,
241 record.namespace_url = online_whitelist_namespaces_[i].namespace_url;
276 *found_intercept_namespace = intercept_namespace->namespace_url;
285 *found_fallback_namespace = fallback_namespace->namespace_url;
    [all...]
manifest_parser.cc 245 GURL namespace_url = manifest_url.Resolve(namespace_url16); local
246 if (!namespace_url.is_valid())
248 if (namespace_url.has_ref()) {
251 namespace_url = namespace_url.ReplaceComponents(replacements);
256 if (manifest_url.GetOrigin() != namespace_url.GetOrigin())
307 Namespace(APPCACHE_INTERCEPT_NAMESPACE, namespace_url,
324 GURL namespace_url = manifest_url.Resolve(namespace_url16); local
325 if (!namespace_url.is_valid())
327 if (namespace_url.has_ref())
    [all...]
appcache_database.cc 86 " namespace_url TEXT,"
92 " namespace_url TEXT,"
142 "(cache_id, namespace_url)",
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)"
723 statement.BindString(3, record->namespace_.namespace_url.spec());
765 "SELECT cache_id, namespace_url, is_pattern FROM OnlineWhiteLists"
785 "INSERT INTO OnlineWhiteLists (cache_id, namespace_url, is_pattern)"
790 statement.BindString(1, record->namespace_url.spec())
    [all...]
appcache_database.h 98 GURL namespace_url; member in struct:appcache::AppCacheDatabase::OnlineWhiteListRecord
appcache_storage_impl.cc 831 return lhs.namespace_.namespace_url.spec().length() >
832 rhs.namespace_.namespace_url.spec().length();
862 Namespace(APPCACHE_NETWORK_NAMESPACE, iter->namespace_url, GURL(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 399 (uuid.uuid3(uuid.NAMESPACE_URL, 'http://python.org/'),
437 (uuid.uuid5(uuid.NAMESPACE_URL, 'http://python.org/'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 399 (uuid.uuid3(uuid.NAMESPACE_URL, 'http://python.org/'),
437 (uuid.uuid5(uuid.NAMESPACE_URL, 'http://python.org/'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 558 NAMESPACE_URL = UUID('6ba7b811-9dad-11d1-80b4-00c04fd430c8')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 558 NAMESPACE_URL = UUID('6ba7b811-9dad-11d1-80b4-00c04fd430c8')

Completed in 849 milliseconds