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

  /external/chromium_org/content/browser/service_worker/
service_worker_request_handler.cc 47 bool IsSchemeAndMethodSupported(const net::URLRequest* request) {
62 !IsSchemeAndMethodSupported(request)) {
  /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_)
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 134 bool IsSchemeAndMethodSupported(const net::URLRequest* request) {
appcache_interfaces.h 214 WEBKIT_STORAGE_COMMON_EXPORT bool IsSchemeAndMethodSupported(

Completed in 375 milliseconds