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

  /external/chromium_org/webkit/browser/appcache/
appcache.h 138 static const Namespace* FindNamespace(
156 return FindNamespace(intercept_namespaces_, url);
159 return FindNamespace(fallback_namespaces_, url);
162 return FindNamespace(online_whitelist_namespaces_, url) != NULL;
appcache.cc 313 const Namespace* AppCache::FindNamespace(
appcache_storage_impl.cc 834 return AppCache::FindNamespace(result.first->second, url) != NULL;
    [all...]

Completed in 44 milliseconds