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

  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 18 const char kHttpGETMethod[] = "GET";
131 return (method == kHttpGETMethod) || (method == kHttpHEADMethod);
appcache_interfaces.h 206 WEBKIT_STORAGE_COMMON_EXPORT extern const char kHttpGETMethod[];
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 171 is_get_method_ = (method == appcache::kHttpGETMethod);

Completed in 244 milliseconds