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

  /external/chromium_org/webkit/browser/appcache/
manifest_parser.h 51 NamespaceVector intercept_namespaces;
52 NamespaceVector fallback_namespaces;
53 NamespaceVector online_whitelist_namespaces;
appcache.h 147 const NamespaceVector& namespaces,
174 GURL GetNamespaceEntryUrl(const NamespaceVector& namespaces,
189 NamespaceVector intercept_namespaces_;
190 NamespaceVector fallback_namespaces_;
191 NamespaceVector online_whitelist_namespaces_;
appcache.cc 118 GURL AppCache::GetNamespaceEntryUrl(const NamespaceVector& namespaces,
314 const NamespaceVector& namespaces,
appcache_storage_impl.cc 844 WhiteListMap::value_type(cache_id, NamespaceVector()));
852 int64 cache_id, NamespaceVector* namespaces) {
869 typedef std::map<int64, NamespaceVector> WhiteListMap;
    [all...]
  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 12 using appcache::NamespaceVector;
170 const NamespaceVector& online = manifest.online_whitelist_namespaces;
216 const NamespaceVector& fallbacks = manifest.fallback_namespaces;
267 const NamespaceVector& fallbacks = manifest.fallback_namespaces;
311 const NamespaceVector& intercepts = manifest.intercept_namespaces;
375 const NamespaceVector& online = manifest.online_whitelist_namespaces;
387 const NamespaceVector& fallbacks = manifest.fallback_namespaces;
appcache_unittest.cc 24 using appcache::NamespaceVector;
151 const NamespaceVector& whitelist = cache->online_whitelist_namespaces_;
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 147 typedef std::vector<Namespace> NamespaceVector;

Completed in 572 milliseconds