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

  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 112 bool IsSchemeAndMethodSupported(const net::URLRequest* request) {
appcache_interfaces.h 183 WEBKIT_STORAGE_COMMON_EXPORT bool IsSchemeAndMethodSupported(
  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler.cc 41 if (!host_ || !IsSchemeAndMethodSupported(request) || cache_entry_not_found_)
89 if (!host_ || !IsSchemeAndMethodSupported(request) || cache_entry_not_found_)
124 if (!host_ || !IsSchemeAndMethodSupported(request) || cache_entry_not_found_)

Completed in 75 milliseconds