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

  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 114 bool IsSchemeSupported(const GURL& url) {
135 return IsSchemeSupported(request->url()) &&
appcache_interfaces.h 212 WEBKIT_STORAGE_COMMON_EXPORT bool IsSchemeSupported(const GURL& url);
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 254 is_scheme_supported_ = appcache::IsSchemeSupported(document_url_);

Completed in 195 milliseconds